Home
last modified time | relevance | path

Searched refs:pHalFunc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_hal_init.c193 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188e_set_hal_ops() argument
195 pHalFunc->free_hal_data = &rtl8188e_free_hal_data; in rtl8188e_set_hal_ops()
197 pHalFunc->dm_init = &rtl8188e_init_dm_priv; in rtl8188e_set_hal_ops()
199 pHalFunc->read_chip_version = &ReadChipVersion8188E; in rtl8188e_set_hal_ops()
201 pHalFunc->set_bwmode_handler = &phy_set_bw_mode; in rtl8188e_set_hal_ops()
202 pHalFunc->set_channel_handler = &phy_sw_chnl; in rtl8188e_set_hal_ops()
204 pHalFunc->hal_dm_watchdog = &rtl8188e_HalDmWatchDog; in rtl8188e_set_hal_ops()
206 pHalFunc->Add_RateATid = &rtl8188e_Add_RateATid; in rtl8188e_set_hal_ops()
208 pHalFunc->AntDivBeforeLinkHandler = &AntDivBeforeLink8188E; in rtl8188e_set_hal_ops()
209 pHalFunc->AntDivCompareHandler = &AntDivCompare8188E; in rtl8188e_set_hal_ops()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h395 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc);