Home
last modified time | relevance | path

Searched refs:bonded_chan_ptr (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
H A Dwlan_dcs.c1002 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in wlan_dcs_get_available_chan_for_bw() local
1031 if (bonded_chan_ptr && in wlan_dcs_get_available_chan_for_bw()
1032 freq >= bonded_chan_ptr->start_freq && in wlan_dcs_get_available_chan_for_bw()
1033 freq <= bonded_chan_ptr->end_freq) { in wlan_dcs_get_available_chan_for_bw()
1043 pdev, freq, bw, &bonded_chan_ptr, in wlan_dcs_get_available_chan_for_bw()
1064 chan_cfreq = bonded_chan_ptr->start_freq; in wlan_dcs_get_available_chan_for_bw()
1065 while (chan_cfreq <= bonded_chan_ptr->end_freq) { in wlan_dcs_get_available_chan_for_bw()
1503 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in wlan_dcs_afc_reduce_bw() local
1513 pdev, freq, input_bw, &bonded_chan_ptr, in wlan_dcs_afc_reduce_bw()
1520 start_freq = bonded_chan_ptr->start_freq; in wlan_dcs_afc_reduce_bw()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c4232 const struct bonded_channel_freq *bonded_chan_ptr, in reg_get_5g_bonded_chan_state() argument
4241 chan_cfreq = bonded_chan_ptr->start_freq; in reg_get_5g_bonded_chan_state()
4242 while (chan_cfreq <= bonded_chan_ptr->end_freq) { in reg_get_5g_bonded_chan_state()
4266 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in reg_get_5g_chan_state() local
4278 bonded_chan_ptr = reg_get_bonded_chan_entry(freq, bw, 0); in reg_get_5g_chan_state()
4280 if (!bonded_chan_ptr) in reg_get_5g_chan_state()
4283 chan_state = reg_get_5g_bonded_chan_state(pdev, freq, bonded_chan_ptr, in reg_get_5g_chan_state()
4537 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in reg_decide_6ghz_power_within_bw_for_freq() local
4567 &bonded_chan_ptr, in reg_decide_6ghz_power_within_bw_for_freq()
4587 start_freq = bonded_chan_ptr->start_freq; in reg_decide_6ghz_power_within_bw_for_freq()
[all …]
H A Dreg_opclass.c1643 const struct bonded_channel_freq *bonded_chan_ptr; in reg_get_radar_puncture_bmap() local
1655 bonded_chan_ptr = reg_get_bonded_chan_entry(pri_freq, ch_width, in reg_get_radar_puncture_bmap()
1657 if (!bonded_chan_ptr) in reg_get_radar_puncture_bmap()
1660 chan_cfreq = bonded_chan_ptr->start_freq; in reg_get_radar_puncture_bmap()
1661 while (chan_cfreq <= bonded_chan_ptr->end_freq) { in reg_get_radar_puncture_bmap()
H A Dreg_services_common.h2821 *bonded_chan_ptr,
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c4034 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in target_if_calculate_center_freq() local
4039 &bonded_chan_ptr, REG_CURRENT_PWR_MODE, in target_if_calculate_center_freq()
4046 if (!bonded_chan_ptr) { in target_if_calculate_center_freq()
4050 start_freq = bonded_chan_ptr->start_freq; in target_if_calculate_center_freq()
4051 end_freq = bonded_chan_ptr->end_freq; in target_if_calculate_center_freq()
4105 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in target_if_validate_center_freq() local
4122 &bonded_chan_ptr, in target_if_validate_center_freq()
4130 if (!bonded_chan_ptr) { in target_if_validate_center_freq()
4134 start_freq = bonded_chan_ptr->start_freq; in target_if_validate_center_freq()
4135 end_freq = bonded_chan_ptr->end_freq; in target_if_validate_center_freq()
[all …]
H A Dtarget_if_spectral_phyerr.c908 *bonded_chan_ptr = NULL; in target_if_spectral_unify_cfreq_format() local
915 &bonded_chan_ptr, REG_CURRENT_PWR_MODE, in target_if_spectral_unify_cfreq_format()
924 if (!bonded_chan_ptr) { in target_if_spectral_unify_cfreq_format()
930 *cfreq1 = (bonded_chan_ptr->start_freq + in target_if_spectral_unify_cfreq_format()
931 bonded_chan_ptr->end_freq) >> 1; in target_if_spectral_unify_cfreq_format()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c2233 const struct bonded_channel_freq *bonded_chan_ptr = NULL; in sap_append_cac_history() local
2237 ch_param.ch_width, &bonded_chan_ptr, in sap_append_cac_history()
2239 if (!bonded_chan_ptr || state == CHANNEL_STATE_INVALID) { in sap_append_cac_history()
2244 chan_cfreq = bonded_chan_ptr->start_freq; in sap_append_cac_history()
2245 while (chan_cfreq <= bonded_chan_ptr->end_freq) { in sap_append_cac_history()