Home
last modified time | relevance | path

Searched refs:phy_cnt (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_priv_objs.c104 uint8_t phy_cnt; in wlan_regulatory_psoc_obj_created_notification() local
136 for (phy_cnt = 0; phy_cnt < PSOC_MAX_PHY_REG_CAP; phy_cnt++) { in wlan_regulatory_psoc_obj_created_notification()
138 soc_reg_obj->mas_chan_params[phy_cnt].mas_chan_list; in wlan_regulatory_psoc_obj_created_notification()
139 soc_reg_obj->chan_list_recvd[phy_cnt] = false; in wlan_regulatory_psoc_obj_created_notification()
Dreg_utils.c1179 uint32_t phy_cnt; in reg_program_mas_chan_list() local
1197 for (phy_cnt = 0; phy_cnt < PSOC_MAX_PHY_REG_CAP; phy_cnt++) { in reg_program_mas_chan_list()
1198 qdf_mem_copy(psoc_priv_obj->mas_chan_params[phy_cnt]. in reg_program_mas_chan_list()
1202 psoc_priv_obj->mas_chan_params[phy_cnt].dfs_region = in reg_program_mas_chan_list()
Dreg_services_common.h475 uint16_t phy_cnt);
Dreg_services_common.c2240 uint16_t phy_cnt) in reg_set_hal_reg_cap() argument
2251 if (phy_cnt > PSOC_MAX_PHY_REG_CAP) { in reg_set_hal_reg_cap()
2252 reg_err("phy cnt:%d is more than %d", phy_cnt, in reg_set_hal_reg_cap()
2258 phy_cnt * in reg_set_hal_reg_cap()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_ucfg_api.c352 uint16_t phy_cnt) in ucfg_reg_set_hal_reg_cap() argument
355 return reg_set_hal_reg_cap(psoc, hal_reg_cap, phy_cnt); in ucfg_reg_set_hal_reg_cap()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dwlan_reg_ucfg_api.h677 uint16_t phy_cnt);