Staging: w35und: remove unused link status code
[deliverable/linux.git] / drivers / staging / winbond / linux / wb35tx_f.h
CommitLineData
66101de1
PM
1//====================================
2// Interface function declare
3//====================================
4unsigned char Wb35Tx_initial( phw_data_t pHwData );
5void Wb35Tx_destroy( phw_data_t pHwData );
8b384e0c 6unsigned char Wb35Tx_get_tx_buffer( phw_data_t pHwData, u8 **pBuffer );
66101de1
PM
7
8void Wb35Tx_EP2VM( phw_data_t pHwData );
9void Wb35Tx_EP2VM_start( phw_data_t pHwData );
a55a89b1 10void Wb35Tx_EP2VM_complete(struct urb *urb);
66101de1
PM
11
12void Wb35Tx_start( phw_data_t pHwData );
13void Wb35Tx_stop( phw_data_t pHwData );
14void Wb35Tx( phw_data_t pHwData );
a55a89b1 15void Wb35Tx_complete(struct urb *urb);
66101de1
PM
16void Wb35Tx_reset_descriptor( phw_data_t pHwData );
17
18void Wb35Tx_CurrentTime( phw_data_t pHwData, u32 TimeCount );
19
20
This page took 0.053086 seconds and 5 git commands to generate.