Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_regdomain.h99 struct country_code_to_reg_dmn { struct
127 const struct country_code_to_reg_dmn *all_countries;
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_regdomain.c129 static const struct country_code_to_reg_dmn g_all_countries[] = {
483 static const struct country_code_to_reg_dmn *find_country(uint16_t country_code) in find_country()
523 const struct country_code_to_reg_dmn *country = NULL; in reg_dmn_get_default_country()
586 static const struct country_code_to_reg_dmn *get_country_from_rd( in get_country_from_rd()
623 const struct country_code_to_reg_dmn *country = NULL; in cds_fill_some_regulatory_info()