Home
last modified time | relevance | path

Searched refs:reg_tx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
Dtarget_if_reg.c227 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in target_if_reg_is_reg_cc_ext_event_host_supported() local
230 reg_tx_ops = target_if_regulatory_get_tx_ops(psoc); in target_if_reg_is_reg_cc_ext_event_host_supported()
231 if (!reg_tx_ops) { in target_if_reg_is_reg_cc_ext_event_host_supported()
236 if (reg_tx_ops->register_master_ext_handler) in target_if_reg_is_reg_cc_ext_event_host_supported()
1240 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in tgt_if_reg_is_chip_11be_cap() local
1242 reg_tx_ops = target_if_regulatory_get_tx_ops(psoc); in tgt_if_reg_is_chip_11be_cap()
1244 if (!reg_tx_ops) { in tgt_if_reg_is_chip_11be_cap()
1249 if (reg_tx_ops->get_pdev_id_from_phy_id) in tgt_if_reg_is_chip_11be_cap()
1250 reg_tx_ops->get_pdev_id_from_phy_id(psoc, phy_id, &pdev_id); in tgt_if_reg_is_chip_11be_cap()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_services_common.c1552 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_get_max_bw_5G_for_fo() local
1561 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_get_max_bw_5G_for_fo()
1562 if (reg_tx_ops->get_phy_id_from_pdev_id) in reg_get_max_bw_5G_for_fo()
1563 reg_tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_get_max_bw_5G_for_fo()
2167 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_modify_chan_144() local
2199 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_modify_chan_144()
2200 if (reg_tx_ops->fill_umac_legacy_chanlist) in reg_modify_chan_144()
2201 reg_tx_ops->fill_umac_legacy_chanlist(pdev, in reg_modify_chan_144()
3141 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_enable_dfs_channels() local
3172 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_enable_dfs_channels()
[all …]
Dreg_opclass.c1180 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_is_country_opclass_global() local
1190 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_is_country_opclass_global()
1191 if (!reg_tx_ops) { in reg_is_country_opclass_global()
1196 if (reg_tx_ops->get_opclass_tbl_idx) { in reg_is_country_opclass_global()
1197 reg_tx_ops->get_opclass_tbl_idx(pdev, &opclass_tbl_idx); in reg_is_country_opclass_global()
1860 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_is_freq_80p80_supported() local
1867 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_is_freq_80p80_supported()
1868 if (!reg_tx_ops) in reg_is_freq_80p80_supported()
1871 if (reg_tx_ops->is_freq_80p80_supported && in reg_is_freq_80p80_supported()
1872 reg_tx_ops->is_freq_80p80_supported(pdev, primary_freq)) in reg_is_freq_80p80_supported()
Dreg_build_chan_list.c2097 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_populate_secondary_cur_chan_list() local
2115 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_populate_secondary_cur_chan_list()
2116 if (!reg_tx_ops) { in reg_populate_secondary_cur_chan_list()
2121 if (!reg_tx_ops->register_master_ext_handler || in reg_populate_secondary_cur_chan_list()
3657 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops; in reg_propagate_mas_chan_list_to_pdev() local
3678 reg_tx_ops = reg_get_psoc_tx_ops(psoc); in reg_propagate_mas_chan_list_to_pdev()
3679 if (reg_tx_ops->get_phy_id_from_pdev_id) in reg_propagate_mas_chan_list_to_pdev()
3680 reg_tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_propagate_mas_chan_list_to_pdev()
4001 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops, in reg_get_pdev_from_phy_id() argument
4009 if (reg_tx_ops->get_pdev_id_from_phy_id) in reg_get_pdev_from_phy_id()
[all …]
Dreg_services_common.h3130 struct wlan_lmac_if_reg_tx_ops *reg_tx_ops,