Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Drtl8188e_hal_init.c216 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188e_set_hal_ops() argument
218 pHalFunc->free_hal_data = &rtl8188e_free_hal_data; in rtl8188e_set_hal_ops()
220 pHalFunc->dm_init = &rtl8188e_init_dm_priv; in rtl8188e_set_hal_ops()
222 pHalFunc->read_chip_version = &rtl8188e_read_chip_version; in rtl8188e_set_hal_ops()
224 pHalFunc->set_bwmode_handler = &phy_set_bw_mode; in rtl8188e_set_hal_ops()
225 pHalFunc->set_channel_handler = &phy_sw_chnl; in rtl8188e_set_hal_ops()
227 pHalFunc->hal_dm_watchdog = &rtl8188e_HalDmWatchDog; in rtl8188e_set_hal_ops()
229 pHalFunc->Add_RateATid = &rtl8188e_Add_RateATid; in rtl8188e_set_hal_ops()
231 pHalFunc->AntDivBeforeLinkHandler = &AntDivBeforeLink8188E; in rtl8188e_set_hal_ops()
232 pHalFunc->AntDivCompareHandler = &AntDivCompare8188E; in rtl8188e_set_hal_ops()
[all …]
/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h417 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc);