Searched refs:psoc_reg (Results 1 – 2 of 2) sorted by relevance
89 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_read_current_country() local96 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() local117 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() local220 psoc_reg = reg_get_psoc_obj(psoc); in reg_set_non_offload_country()[all …]
6407 struct wlan_regulatory_psoc_priv_obj *psoc_reg; in reg_set_ignore_fw_reg_offload_ind() local6409 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() local6423 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()