Searched defs:hal_ops (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/staging/rtl8723bs/include/ |
D | hal_intf.h | 163 struct hal_ops { struct 164 …DMVarHandler)(struct adapter *padapter, enum hal_odm_variable eVariable, void *pValue1, bool bSet); 166 …EnableDataWrite)(struct adapter *padapter, u16 efuse_addr, u8 word_en, u8 *data, bool bPseudoTest); 168 s32 (*xmit_thread_handler)(struct adapter *padapter); 169 void (*hal_notch_filter)(struct adapter *adapter, bool enable); 170 void (*hal_reset_security_engine)(struct adapter *adapter); 171 s32 (*c2h_handler)(struct adapter *padapter, u8 *c2h_evt); 172 c2h_id_filter c2h_id_filter_ccx; 174 s32 (*fill_h2c_cmd)(struct adapter *, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
|
/linux-6.14.4/drivers/net/wireless/ath/ath12k/ |
D | hal.h | 1084 struct hal_ops { struct 1092 extern const struct hal_ops hal_qcn9274_ops; argument
|
D | hw.h | 202 const struct hal_ops *hal_ops; member
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 2281 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local
|