Symbol: hal_ops
drivers/net/wireless/ath/ath12k/hal.h
1232
const struct hal_ops *ops;
drivers/net/wireless/ath/ath12k/hal.h
1355
const struct hal_ops *hal_ops;
drivers/net/wireless/ath/ath12k/wifi7/hal.c
19
.hal_ops = &hal_qcn9274_ops,
drivers/net/wireless/ath/ath12k/wifi7/hal.c
26
.hal_ops = &hal_qcn9274_ops,
drivers/net/wireless/ath/ath12k/wifi7/hal.c
33
.hal_ops = &hal_wcn7850_ops,
drivers/net/wireless/ath/ath12k/wifi7/hal.c
40
.hal_ops = &hal_qcn9274_ops,
drivers/net/wireless/ath/ath12k/wifi7/hal.c
47
.hal_ops = &hal_qcc2072_ops,
drivers/net/wireless/ath/ath12k/wifi7/hal.c
61
hal->ops = ath12k_wifi7_hw_ver_map[ab->hw_rev].hal_ops;
drivers/net/wireless/ath/ath12k/wifi7/hal_qcc2072.c
452
const struct hal_ops hal_qcc2072_ops = {
drivers/net/wireless/ath/ath12k/wifi7/hal_qcc2072.h
10
extern const struct hal_ops hal_qcc2072_ops;
drivers/net/wireless/ath/ath12k/wifi7/hal_qcn9274.c
997
const struct hal_ops hal_qcn9274_ops = {
drivers/net/wireless/ath/ath12k/wifi7/hal_qcn9274.h
16
extern const struct hal_ops hal_qcn9274_ops;
drivers/net/wireless/ath/ath12k/wifi7/hal_wcn7850.c
767
const struct hal_ops hal_wcn7850_ops = {
drivers/net/wireless/ath/ath12k/wifi7/hal_wcn7850.h
14
extern const struct hal_ops hal_wcn7850_ops;
drivers/net/wireless/realtek/rtlwifi/base.c
2282
const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops;
drivers/net/wireless/realtek/rtlwifi/base.c
2303
if (hal_ops->c2h_ra_report_handler)
drivers/net/wireless/realtek/rtlwifi/base.c
2304
hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len);