Home
last modified time | relevance | path

Searched refs:hal_ops (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtl8723b_hal.h227 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc);
Ddrv_types.h359 struct hal_ops HalFunc;
Dhal_intf.h164 struct hal_ops { struct
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/
Dbase.c2290 struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local
2311 if (hal_ops->c2h_ra_report_handler) in rtl_c2h_content_parsing()
2312 hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len); in rtl_c2h_content_parsing()
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dsdio_halinit.c1269 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtl8723bs_set_hal_ops()
Drtl8723b_hal_init.c1888 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc) in rtl8723b_set_hal_ops()