Searched defs:hal_ops (Results 1 – 4 of 4) sorted by relevance
164 struct hal_ops { struct165 u32 (*hal_power_on)(struct adapter *padapter);166 void (*hal_power_off)(struct adapter *padapter);167 u32 (*hal_init)(struct adapter *padapter);168 u32 (*hal_deinit)(struct adapter *padapter);170 void (*free_hal_data)(struct adapter *padapter);172 u32 (*inirp_init)(struct adapter *padapter);173 u32 (*inirp_deinit)(struct adapter *padapter);174 void (*irp_reset)(struct adapter *padapter);176 s32 (*init_xmit_priv)(struct adapter *padapter);[all …]
1084 struct hal_ops { struct1092 extern const struct hal_ops hal_qcn9274_ops; argument
202 const struct hal_ops *hal_ops; member
2275 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local