| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_init.c | 74 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_read_macreg() local 76 return hal_ops->read_macreg(hal, offset, bit_mask); in rtw_hal_read_macreg() 82 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_write_macreg() local 84 hal_ops->write_macreg(hal, offset, bit_mask, data); in rtw_hal_write_macreg() 89 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_read_bbreg() local 91 return hal_ops->read_bbreg(hal, offset, bit_mask); in rtw_hal_read_bbreg() 97 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_write_bbreg() local 99 hal_ops->write_bbreg(hal, offset, bit_mask, data); in rtw_hal_write_bbreg() 106 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_read_rfreg() local 108 return hal_ops->read_rfreg(hal, path, offset, bit_mask); in rtw_hal_read_rfreg() [all …]
|
| H A D | hal_sdio.c | 35 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in sdio_write_post_cfg() local 39 if(NULL != hal_ops->write_reg_post_cfg) { in sdio_write_post_cfg() 40 hal_status = hal_ops->write_reg_post_cfg(hal_info, addr, val); in sdio_write_post_cfg()
|
| H A D | hal_wow.c | 277 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_wow_init() local 282 hal_status = hal_ops->hal_wow_init(phl_com, hal_info, sta); in rtw_hal_wow_init() 298 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_wow_deinit() local 303 hal_status = hal_ops->hal_wow_deinit(phl_com, hal_info, sta); in rtw_hal_wow_deinit()
|
| H A D | hal_struct.h | 163 #define hal_get_ops(_halinfo) (&_halinfo->hal_ops) 249 struct hal_ops_t hal_ops; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_init.c | 74 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_read_macreg() local 76 return hal_ops->read_macreg(hal, offset, bit_mask); in rtw_hal_read_macreg() 82 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_write_macreg() local 84 hal_ops->write_macreg(hal, offset, bit_mask, data); in rtw_hal_write_macreg() 89 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_read_bbreg() local 91 return hal_ops->read_bbreg(hal, offset, bit_mask); in rtw_hal_read_bbreg() 97 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_write_bbreg() local 99 hal_ops->write_bbreg(hal, offset, bit_mask, data); in rtw_hal_write_bbreg() 106 struct hal_ops_t *hal_ops = hal_get_ops(hal); in rtw_hal_read_rfreg() local 108 return hal_ops->read_rfreg(hal, path, offset, bit_mask); in rtw_hal_read_rfreg() [all …]
|
| H A D | hal_pci.c | 48 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in pci_write_post_cfg() local 52 if(NULL != hal_ops->write_reg_post_cfg) { in pci_write_post_cfg() 53 hal_status = hal_ops->write_reg_post_cfg(hal_info, addr, val); in pci_write_post_cfg()
|
| H A D | hal_wow.c | 277 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_wow_init() local 282 hal_status = hal_ops->hal_wow_init(phl_com, hal_info, sta); in rtw_hal_wow_init() 298 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_wow_deinit() local 303 hal_status = hal_ops->hal_wow_deinit(phl_com, hal_info, sta); in rtw_hal_wow_deinit()
|
| H A D | hal_struct.h | 164 #define hal_get_ops(_halinfo) (&_halinfo->hal_ops) 250 struct hal_ops_t hal_ops; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_reg.c | 24 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_read_macreg() local 45 arg->io_value = hal_ops->read_macreg(mp->hal, in rtw_hal_mp_reg_read_macreg() 57 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_write_macreg() local 79 hal_ops->write_macreg(mp->hal, arg->io_offset, in rtw_hal_mp_reg_write_macreg() 89 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_read_rfreg() local 111 arg->io_value = hal_ops->read_rfreg(mp->hal, arg->rfpath, in rtw_hal_mp_reg_read_rfreg() 122 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_write_rfreg() local 145 hal_ops->write_rfreg(mp->hal, arg->rfpath, arg->io_offset, in rtw_hal_mp_reg_write_rfreg() 187 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_read_bbreg() local 208 arg->io_value = hal_ops->read_bbreg(mp->hal, in rtw_hal_mp_reg_read_bbreg() [all …]
|
| H A D | hal_test_mp.c | 26 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_cfg() local 29 hal_ops->hal_mp_init(phl_com, hal_info); in rtw_hal_mp_cfg() 31 hal_ops->hal_mp_deinit(phl_com, hal_info); in rtw_hal_mp_cfg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_reg.c | 24 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_read_macreg() local 45 arg->io_value = hal_ops->read_macreg(mp->hal, in rtw_hal_mp_reg_read_macreg() 57 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_write_macreg() local 79 hal_ops->write_macreg(mp->hal, arg->io_offset, in rtw_hal_mp_reg_write_macreg() 89 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_read_rfreg() local 111 arg->io_value = hal_ops->read_rfreg(mp->hal, arg->rfpath, in rtw_hal_mp_reg_read_rfreg() 122 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_write_rfreg() local 145 hal_ops->write_rfreg(mp->hal, arg->rfpath, arg->io_offset, in rtw_hal_mp_reg_write_rfreg() 187 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_reg_read_bbreg() local 208 arg->io_value = hal_ops->read_bbreg(mp->hal, in rtw_hal_mp_reg_read_bbreg() [all …]
|
| H A D | hal_test_mp.c | 26 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in rtw_hal_mp_cfg() local 29 hal_ops->hal_mp_init(phl_com, hal_info); in rtw_hal_mp_cfg() 31 hal_ops->hal_mp_deinit(phl_com, hal_info); in rtw_hal_mp_cfg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/ |
| H A D | rtl8852b_halinit.c | 521 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_wow_init_8852b() local 525 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_WOWLAN); in hal_wow_init_8852b() 562 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_wow_deinit_8852b() local 567 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_NIC); in hal_wow_deinit_8852b() 628 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_mp_init_8852b() local 631 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_NIC); in hal_mp_init_8852b() 651 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_mp_deinit_8852b() local 654 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_NIC); in hal_mp_deinit_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/ |
| H A D | rtl8852b_halinit.c | 568 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_wow_init_8852b() local 572 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_WOWLAN); in hal_wow_init_8852b() 609 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_wow_deinit_8852b() local 614 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_NIC); in hal_wow_deinit_8852b() 675 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_mp_init_8852b() local 678 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_NIC); in hal_mp_init_8852b() 698 struct hal_ops_t *hal_ops = hal_get_ops(hal_info); in hal_mp_deinit_8852b() local 701 hal_status = hal_ops->hal_cfg_fw(phl_com, hal_info, init_info->ic_name, RTW_FW_NIC); in hal_mp_deinit_8852b()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/ |
| H A D | hal_com.c | 1071 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtw_hal_set_FwRsvdPage_cmd() 1162 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtw_hal_set_FwAoacRsvdPage_cmd() 1555 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_keep_alive_cmd() 1577 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_disconnect_decision_cmd() 1599 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_wowlan_ctrl_cmd() 1685 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_remote_wake_ctrl_cmd() 1767 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_global_info_cmd() 1791 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_scan_offload_info_cmd() 1875 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_ap_wowlan_ctrl_cmd() 1913 struct hal_ops *pHalFunc = &adapter->HalFunc; in rtw_hal_set_ap_offload_ctrl_cmd() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtl8710b_hal.h | 248 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtl8723b_hal.h | 242 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtl8710b_hal.h | 249 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtl8710b_hal.h | 249 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtl8710b_hal.h | 249 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtl8710b_hal.h | 248 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtl8710b_hal.h | 248 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtl8710b_hal.h | 249 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtl8710b_hal.h | 248 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtl8710b_hal.h | 249 void rtl8710b_set_hal_ops(struct hal_ops *pHalFunc);
|