Home
last modified time | relevance | path

Searched refs:hal_ops (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal.c19 .hal_ops = &hal_qcn9274_ops,
26 .hal_ops = &hal_qcn9274_ops,
33 .hal_ops = &hal_wcn7850_ops,
40 .hal_ops = &hal_qcn9274_ops,
47 .hal_ops = &hal_qcc2072_ops,
61 hal->ops = ath12k_wifi7_hw_ver_map[ab->hw_rev].hal_ops; in ath12k_wifi7_hal_init()
H A Dhal_qcc2072.h10 extern const struct hal_ops hal_qcc2072_ops;
H A Dhal_wcn7850.h14 extern const struct hal_ops hal_wcn7850_ops;
H A Dhal_qcn9274.h16 extern const struct hal_ops hal_qcn9274_ops;
H A Dhal_qcc2072.c452 const struct hal_ops hal_qcc2072_ops = {
H A Dhal_wcn7850.c767 const struct hal_ops hal_wcn7850_ops = {
H A Dhal_qcn9274.c997 const struct hal_ops hal_qcn9274_ops = {
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.h1232 const struct hal_ops *ops;
1355 const struct hal_ops *hal_ops; member
1362 struct hal_ops { struct
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2282 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local
2303 if (hal_ops->c2h_ra_report_handler) in rtl_c2h_content_parsing()
2304 hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len); in rtl_c2h_content_parsing()