summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/linux/wb35tx_f.h
blob: 7705a8454dcbbc2db79b67ef957b0cc7cefc3e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//====================================
// Interface function declare
//====================================
unsigned char Wb35Tx_initial(	 phw_data_t pHwData );
void Wb35Tx_destroy(  phw_data_t pHwData );
unsigned char Wb35Tx_get_tx_buffer(  phw_data_t pHwData,  PUCHAR *pBuffer );

void Wb35Tx_EP2VM(  phw_data_t pHwData );
void Wb35Tx_EP2VM_start(  phw_data_t pHwData );
void Wb35Tx_EP2VM_complete(  PURB purb );

void Wb35Tx_start(  phw_data_t pHwData );
void Wb35Tx_stop(  phw_data_t pHwData );
void Wb35Tx(  phw_data_t pHwData );
void Wb35Tx_complete(  PURB purb );
void Wb35Tx_reset_descriptor(  phw_data_t pHwData );

void Wb35Tx_CurrentTime(  phw_data_t pHwData,  u32 TimeCount );