Home
last modified time | relevance | path

Searched refs:pDeviceHandler (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/vt6655/
Dchannel.h37 void init_channel_table(void *pDeviceHandler);
38 unsigned char get_channel_mapping(void *pDeviceHandler, unsigned char byChannelNumber, CARD_PHY_TYP…
40 unsigned char get_channel_number(void *pDeviceHandler, unsigned char byChannelIndex);
41 bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel);
42 void set_country_info(void *pDeviceHandler, CARD_PHY_TYPE ePHYType, void *pIE);
43 unsigned char set_support_channels(void *pDeviceHandler, unsigned char *pbyIEs);
44 void set_country_IE(void *pDeviceHandler, void *pIE);
45 bool get_channel_map_info(void *pDeviceHandler, unsigned int uChannelIndex,
47 void set_channel_map_info(void *pDeviceHandler, unsigned int uChannelIndex,
49 void clear_channel_map_info(void *pDeviceHandler);
[all …]
Dchannel.c415 void init_channel_table(void *pDeviceHandler) in init_channel_table() argument
417 struct vnt_private *pDevice = pDeviceHandler; in init_channel_table()
494 unsigned char get_channel_mapping(void *pDeviceHandler, unsigned char byChannelNumber, CARD_PHY_TYP… in get_channel_mapping() argument
509 unsigned char get_channel_number(void *pDeviceHandler, unsigned char byChannelIndex) in get_channel_number() argument
523 bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel) in set_channel() argument
525 struct vnt_private *pDevice = pDeviceHandler; in set_channel()
585 void set_country_info(void *pDeviceHandler, CARD_PHY_TYPE ePHYType, void *pIE) in set_country_info() argument
587 struct vnt_private *pDevice = pDeviceHandler; in set_country_info()
634 unsigned char set_support_channels(void *pDeviceHandler, unsigned char *pbyIEs) in set_support_channels() argument
636 struct vnt_private *pDevice = pDeviceHandler; in set_support_channels()
[all …]
Ddatarate.h44 void *pDeviceHandler,
57 void *pDeviceHandler,
Ddatarate.c186 void *pDeviceHandler, in RATEvParseMaxRate() argument
197 struct vnt_private *pDevice = pDeviceHandler; in RATEvParseMaxRate()
295 void *pDeviceHandler, in RATEvTxRateFallBack() argument
299 struct vnt_private *pDevice = pDeviceHandler; in RATEvTxRateFallBack()