Symbol: hal_ops
drivers/net/wireless/ath/ath12k/hal.h
1241
const struct hal_ops *ops;
drivers/net/wireless/ath/ath12k/hal.h
1364
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
54
.hal_ops = &hal_qcn9274_ops,
drivers/net/wireless/ath/ath12k/wifi7/hal.c
68
hal->ops = ath12k_wifi7_hw_ver_map[ab->hw_rev].hal_ops;
drivers/net/wireless/ath/ath12k/wifi7/hal_qcc2072.c
468
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
1101
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
783
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
2285
const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops;
drivers/net/wireless/realtek/rtlwifi/base.c
2306
if (hal_ops->c2h_ra_report_handler)
drivers/net/wireless/realtek/rtlwifi/base.c
2307
hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len);