aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/linux/wb35rx_f.h
blob: 565280e890b727d82d1c0dd4cd009089d40c0506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//====================================
// Interface function declare
//====================================
void		Wb35Rx_reset_descriptor(  phw_data_t pHwData );
unsigned char		Wb35Rx_initial(  phw_data_t pHwData );
void		Wb35Rx_destroy(  phw_data_t pHwData );
void		Wb35Rx_stop(  phw_data_t pHwData );
u16		Wb35Rx_indicate(  phw_data_t pHwData );
void		Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
void		Wb35Rx_start(  phw_data_t pHwData );

void		Wb35Rx(  phw_data_t pHwData );
void		Wb35Rx_Complete(struct urb *urb);