Searched refs:hal_ops (Results 1 – 9 of 9) sorted by relevance
19 .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()
10 extern const struct hal_ops hal_qcc2072_ops;
14 extern const struct hal_ops hal_wcn7850_ops;
16 extern const struct hal_ops hal_qcn9274_ops;
452 const struct hal_ops hal_qcc2072_ops = {
767 const struct hal_ops hal_wcn7850_ops = {
997 const struct hal_ops hal_qcn9274_ops = {
1232 const struct hal_ops *ops;1355 const struct hal_ops *hal_ops; member1362 struct hal_ops { struct
2282 const struct rtl_hal_ops *hal_ops = rtlpriv->cfg->ops; in rtl_c2h_content_parsing() local2303 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()