Home
last modified time | relevance | path

Searched refs:fill_umac_legacy_chanlist (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c2200 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()
3177 if (reg_tx_ops->fill_umac_legacy_chanlist) in reg_enable_dfs_channels()
3178 reg_tx_ops->fill_umac_legacy_chanlist(pdev, in reg_enable_dfs_channels()
3329 if (reg_tx_ops->fill_umac_legacy_chanlist) { in reg_modify_pdev_chan_range()
3330 reg_tx_ops->fill_umac_legacy_chanlist(pdev, in reg_modify_pdev_chan_range()
3421 if (reg_tx_ops->fill_umac_legacy_chanlist) { in reg_disable_chan_coex()
3422 reg_tx_ops->fill_umac_legacy_chanlist(pdev, in reg_disable_chan_coex()
H A Dreg_build_chan_list.c4044 if (reg_tx_ops->fill_umac_legacy_chanlist) in reg_propagate_mas_chan_list_and_fill_legacy_list()
4045 reg_tx_ops->fill_umac_legacy_chanlist(pdev, in reg_propagate_mas_chan_list_and_fill_legacy_list()
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c1405 reg_ops->fill_umac_legacy_chanlist = NULL; in target_if_register_regulatory_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1159 QDF_STATUS (*fill_umac_legacy_chanlist)(struct wlan_objmgr_pdev *pdev, member