Home
last modified time | relevance | path

Searched defs:hal_ops (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8723bs/include/
Dhal_intf.h172 struct hal_ops { struct
173 u32 (*hal_power_on)(struct adapter *padapter);
174 void (*hal_power_off)(struct adapter *padapter);
175 u32 (*hal_init)(struct adapter *padapter);
176 u32 (*hal_deinit)(struct adapter *padapter);
178 void (*free_hal_data)(struct adapter *padapter);
180 u32 (*inirp_init)(struct adapter *padapter);
181 u32 (*inirp_deinit)(struct adapter *padapter);
182 void (*irp_reset)(struct adapter *padapter);
184 s32 (*init_xmit_priv)(struct adapter *padapter);
[all …]
/drivers/net/wireless/realtek/rtlwifi/
Dbase.c2296 struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local