Home
last modified time | relevance | path

Searched refs:reg_domain (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c82 int reg_domain; member
86 .reg_domain = IW_REG_DOMAIN_FCC,
92 .reg_domain = IW_REG_DOMAIN_DOC,
98 .reg_domain = IW_REG_DOMAIN_ETSI,
104 .reg_domain = IW_REG_DOMAIN_SPAIN,
110 .reg_domain = IW_REG_DOMAIN_FRANCE,
116 .reg_domain = IW_REG_DOMAIN_MKK,
122 .reg_domain = IW_REG_DOMAIN_MKK1,
128 .reg_domain = IW_REG_DOMAIN_ISRAEL,
142 static int iw_valid_channel(int reg_domain, int channel) in iw_valid_channel() argument
[all …]
H A Dwl3501.h606 u8 reg_domain; member
/openbmc/linux/drivers/net/wireless/ath/
H A Dregd.c225 switch (reg->regpair->reg_domain) { in ath_world_regdomain()
440 switch (reg->regpair->reg_domain) { in ath_reg_apply_world_flags()
571 if (regDomainPairs[i].reg_domain == rd) in ath_regd_is_eeprom_valid()
628 if (regDomainPairs[i].reg_domain == regdmn) in ath_get_regpair()
752 reg->regpair->reg_domain); in __ath_regd_init()
H A Dath.h75 u16 reg_domain; member
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h349 struct reg_domain { struct
424 struct reg_domain const *domain; /* reg domain description */
H A Datmel.c518 int reg_domain, config_reg_domain; member
561 int reg_domain; member
1337 priv->reg_domain = priv->config_reg_domain; in atmel_open()
1338 atmel_set_mib8(priv, Phy_Mib_Type, PHY_MIB_REG_DOMAIN_POS, priv->reg_domain); in atmel_open()
1340 priv->reg_domain = atmel_get_mib8(priv, Phy_Mib_Type, PHY_MIB_REG_DOMAIN_POS); in atmel_open()
1342 if (priv->reg_domain == channel_table[i].reg_domain) in atmel_open()
1345 priv->reg_domain = REG_DOMAIN_MKK1; in atmel_open()
1390 if (priv->reg_domain == channel_table[i].reg_domain) { in atmel_validate_channel()
1440 if (priv->reg_domain == channel_table[i].reg_domain) in atmel_proc_show()
1544 priv->reg_domain = 0; in init_atmel_card()
[all …]
H A Dat76c50x-usb.c645 static struct reg_domain const *at76_get_reg_domain(u16 code) in at76_get_reg_domain()
648 static struct reg_domain const fd_tab[] = { in at76_get_reg_domain()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Deeprom.h134 __le16 reg_domain[2]; member
H A Dmain.c1927 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); in carl9170_parse_eeprom()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c253 rdr_event->reg_domain); in mwifiex_11h_handle_radar_detected()
H A Dfw.h2156 u8 reg_domain; /*1=fcc, 2=etsi, 3=mic*/ member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h360 u32 reg_domain; member
381 u32 reg_domain; member
H A Dwmi.h3626 __le32 reg_domain; member
3648 __le32 reg_domain; member
4183 __le32 reg_domain; member
4212 __le32 reg_domain; member
H A Dwmi.c4918 tpc_stats->reg_domain = __le32_to_cpu(ev->reg_domain); in ath10k_wmi_event_pdev_tpc_config()
4944 __le32_to_cpu(ev->reg_domain), in ath10k_wmi_event_pdev_tpc_config()
5174 tpc_stats->reg_domain = __le32_to_cpu(ev->reg_domain); in ath10k_wmi_event_tpc_final_table()
5200 __le32_to_cpu(ev->reg_domain), in ath10k_wmi_event_tpc_final_table()
6468 cmd->reg_domain = __cpu_to_le32(rd); in ath10k_wmi_op_gen_pdev_set_rd()
6493 cmd->reg_domain = __cpu_to_le32(rd); in ath10k_wmi_10x_op_gen_pdev_set_rd()
H A Ddebug.c1570 tpc_stats->reg_domain); in ath10k_tpc_stats_fill()
H A Dmac.c3513 regpair->reg_domain, in ath10k_regd_update()
3514 regpair->reg_domain, /* 2ghz */ in ath10k_regd_update()
3515 regpair->reg_domain, /* 5ghz */ in ath10k_regd_update()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c965 if (regDomainPairs[i].reg_domain == regdmn) in ath6kl_get_regpair()
1003 regpair->reg_domain); in ath6kl_wmi_regdomain_event()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3082 __le32 reg_domain; member
H A Dwmi.c1190 cmd->reg_domain = cpu_to_le32(arg->current_rd_in_use); in ath12k_wmi_send_pdev_set_regdomain()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3116 u32 reg_domain; member
H A Dwmi.c1144 cmd->reg_domain = param->current_rd_in_use; in ath11k_wmi_send_pdev_set_regdomain()