Home
last modified time | relevance | path

Searched refs:psoc_reg (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_utils.c89 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_read_current_country() local
96 psoc_reg = reg_get_psoc_obj(psoc); in reg_read_current_country()
97 if (!IS_VALID_PSOC_REG_OBJ(psoc_reg)) { in reg_read_current_country()
102 qdf_mem_copy(country_code, psoc_reg->cur_country, REG_ALPHA2_LEN + 1); in reg_read_current_country()
110 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_set_default_country() local
117 psoc_reg = reg_get_psoc_obj(psoc); in reg_set_default_country()
118 if (!IS_VALID_PSOC_REG_OBJ(psoc_reg)) { in reg_set_default_country()
125 qdf_mem_copy(psoc_reg->def_country, country, REG_ALPHA2_LEN + 1); in reg_set_default_country()
201 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_set_non_offload_country() local
220 psoc_reg = reg_get_psoc_obj(psoc); in reg_set_non_offload_country()
[all …]
H A Dreg_services_common.c6407 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_set_ignore_fw_reg_offload_ind() local
6409 psoc_reg = reg_get_psoc_obj(psoc); in reg_set_ignore_fw_reg_offload_ind()
6410 if (!IS_VALID_PSOC_REG_OBJ(psoc_reg)) { in reg_set_ignore_fw_reg_offload_ind()
6415 psoc_reg->ignore_fw_reg_offload_ind = true; in reg_set_ignore_fw_reg_offload_ind()
6421 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_get_ignore_fw_reg_offload_ind() local
6423 psoc_reg = reg_get_psoc_obj(psoc); in reg_get_ignore_fw_reg_offload_ind()
6424 if (!IS_VALID_PSOC_REG_OBJ(psoc_reg)) in reg_get_ignore_fw_reg_offload_ind()
6427 return psoc_reg->ignore_fw_reg_offload_ind; in reg_get_ignore_fw_reg_offload_ind()