Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c1485 **bonded_chan_ptr_ptr, in wlan_reg_get_5g_bonded_channel_and_state_for_pwrmode()
1494 bonded_chan_ptr_ptr, in wlan_reg_get_5g_bonded_channel_and_state_for_pwrmode()
1514 const struct bonded_channel_freq *bonded_chan_ptr_ptr = NULL; in wlan_reg_get_bonded_channel_state_for_pwrmode() local
1518 &bonded_chan_ptr_ptr, in wlan_reg_get_bonded_channel_state_for_pwrmode()
1894 **bonded_chan_ptr_ptr, in wlan_reg_get_chan_state_for_320()
1900 ch_width, bonded_chan_ptr_ptr, in wlan_reg_get_chan_state_for_320()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dwlan_reg_services_api.h2119 **bonded_chan_ptr_ptr,
2794 **bonded_chan_ptr_ptr,
2805 **bonded_chan_ptr_ptr, in wlan_reg_get_chan_state_for_320()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_services_common.h1458 **bonded_chan_ptr_ptr,
2942 **bonded_chan_ptr_ptr,
2953 **bonded_chan_ptr_ptr, in reg_get_chan_state_for_320()
Dreg_services_common.c5216 **bonded_chan_ptr_ptr, in reg_get_chan_state_for_320()
5238 *bonded_chan_ptr_ptr = bonded_ch_ptr[0]; in reg_get_chan_state_for_320()
5623 **bonded_chan_ptr_ptr, in reg_get_5g_bonded_channel_for_pwrmode()
5635 bonded_chan_ptr_ptr, in reg_get_5g_bonded_channel_for_pwrmode()
5639 *bonded_chan_ptr_ptr = reg_get_bonded_chan_entry(freq, ch_width, 0); in reg_get_5g_bonded_channel_for_pwrmode()
5641 if (!(*bonded_chan_ptr_ptr)) { in reg_get_5g_bonded_channel_for_pwrmode()
5647 *bonded_chan_ptr_ptr, in reg_get_5g_bonded_channel_for_pwrmode()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c13352 const struct bonded_channel_freq *bonded_chan_ptr_ptr = NULL; in hdd_check_chn_bw_boundary_unsafe() local
13358 bonded_chan_ptr_ptr = in hdd_check_chn_bw_boundary_unsafe()
13361 if (bonded_chan_ptr_ptr) { in hdd_check_chn_bw_boundary_unsafe()
13362 start_freq = bonded_chan_ptr_ptr->start_freq; in hdd_check_chn_bw_boundary_unsafe()
13363 end_freq = bonded_chan_ptr_ptr->end_freq; in hdd_check_chn_bw_boundary_unsafe()