Searched refs:pHalFunc (Results 1 – 2 of 2) sorted by relevance
216 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188e_set_hal_ops() argument218 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 …]
417 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc);