Searched refs:reg_cap_ptr (Results 1 – 4 of 4) sorted by relevance
143 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in hdd_objmgr_create_and_store_pdev() local158 reg_cap_ptr = ucfg_reg_get_hal_reg_cap(psoc); in hdd_objmgr_create_and_store_pdev()159 if (!reg_cap_ptr) { in hdd_objmgr_create_and_store_pdev()167 reg_cap_ptr->phy_id = 0; in hdd_objmgr_create_and_store_pdev()168 reg_cap_ptr->low_2ghz_chan = low_2ghz_chan; in hdd_objmgr_create_and_store_pdev()169 reg_cap_ptr->high_2ghz_chan = high_2ghz_chan; in hdd_objmgr_create_and_store_pdev()170 reg_cap_ptr->low_5ghz_chan = low_5ghz_chan; in hdd_objmgr_create_and_store_pdev()171 reg_cap_ptr->high_5ghz_chan = high_5ghz_chan; in hdd_objmgr_create_and_store_pdev()172 hdd_debug("pdev freq range %d %d %d %d", reg_cap_ptr->low_2ghz_chan, in hdd_objmgr_create_and_store_pdev()173 reg_cap_ptr->high_2ghz_chan, reg_cap_ptr->low_5ghz_chan, in hdd_objmgr_create_and_store_pdev()[all …]
313 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in wlan_regulatory_pdev_obj_created_notification() local361 reg_cap_ptr = psoc_priv_obj->reg_cap; in wlan_regulatory_pdev_obj_created_notification()370 if (!reg_cap_ptr) { in wlan_regulatory_pdev_obj_created_notification()376 if (reg_cap_ptr->phy_id == phy_id) in wlan_regulatory_pdev_obj_created_notification()378 reg_cap_ptr++; in wlan_regulatory_pdev_obj_created_notification()387 range_2g_low = reg_cap_ptr->low_2ghz_chan; in wlan_regulatory_pdev_obj_created_notification()388 range_2g_high = reg_cap_ptr->high_2ghz_chan; in wlan_regulatory_pdev_obj_created_notification()389 range_5g_low = reg_cap_ptr->low_5ghz_chan; in wlan_regulatory_pdev_obj_created_notification()390 range_5g_high = reg_cap_ptr->high_5ghz_chan; in wlan_regulatory_pdev_obj_created_notification()396 pdev_priv_obj->wireless_modes = reg_cap_ptr->wireless_modes; in wlan_regulatory_pdev_obj_created_notification()
3225 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in reg_update_channel_ranges() local3257 reg_cap_ptr = psoc_priv_obj->reg_cap; in reg_update_channel_ranges()3260 if (!reg_cap_ptr) { in reg_update_channel_ranges()3266 if (reg_cap_ptr->phy_id == phy_id) in reg_update_channel_ranges()3268 reg_cap_ptr++; in reg_update_channel_ranges()3276 pdev_priv_obj->range_2g_low = reg_cap_ptr->low_2ghz_chan; in reg_update_channel_ranges()3277 pdev_priv_obj->range_2g_high = reg_cap_ptr->high_2ghz_chan; in reg_update_channel_ranges()3278 pdev_priv_obj->range_5g_low = reg_cap_ptr->low_5ghz_chan; in reg_update_channel_ranges()3279 pdev_priv_obj->range_5g_high = reg_cap_ptr->high_5ghz_chan; in reg_update_channel_ranges()3280 pdev_priv_obj->wireless_modes = reg_cap_ptr->wireless_modes; in reg_update_channel_ranges()
332 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in target_if_dfs_is_pdev_5ghz() local342 reg_cap_ptr = ucfg_reg_get_hal_reg_cap(psoc); in target_if_dfs_is_pdev_5ghz()343 if (!reg_cap_ptr) { in target_if_dfs_is_pdev_5ghz()348 if (reg_cap_ptr[pdev_id].wireless_modes & in target_if_dfs_is_pdev_5ghz()