aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/linux/wb35rx_f.h
blob: daa3e73042bd0f625f4353d213edaa34a97a9fc5 (plain)
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(  PURB pUrb );