/kernel/linux/linux-5.10/include/net/ |
H A D | regulatory.h | 234 #define REG_RULE_EXT(start, end, bw, gain, eirp, dfs_cac, reg_flags) \ 241 .flags = reg_flags, \ 245 #define REG_RULE(start, end, bw, gain, eirp, reg_flags) \ 246 REG_RULE_EXT(start, end, bw, gain, eirp, 0, reg_flags)
|
/kernel/linux/linux-6.6/include/net/ |
H A D | regulatory.h | 226 #define REG_RULE_EXT(start, end, bw, gain, eirp, dfs_cac, reg_flags) \ 233 .flags = reg_flags, \ 237 #define REG_RULE(start, end, bw, gain, eirp, reg_flags) \ 238 REG_RULE_EXT(start, end, bw, gain, eirp, 0, reg_flags)
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | reg.c | 288 static u32 ath11k_map_fw_reg_flags(u16 reg_flags) in ath11k_map_fw_reg_flags() argument 292 if (reg_flags & REGULATORY_CHAN_NO_IR) in ath11k_map_fw_reg_flags() 295 if (reg_flags & REGULATORY_CHAN_RADAR) in ath11k_map_fw_reg_flags() 298 if (reg_flags & REGULATORY_CHAN_NO_OFDM) in ath11k_map_fw_reg_flags() 301 if (reg_flags & REGULATORY_CHAN_INDOOR_ONLY) in ath11k_map_fw_reg_flags() 304 if (reg_flags & REGULATORY_CHAN_NO_HT40) in ath11k_map_fw_reg_flags() 307 if (reg_flags & REGULATORY_CHAN_NO_80MHZ) in ath11k_map_fw_reg_flags() 310 if (reg_flags & REGULATORY_CHAN_NO_160MHZ) in ath11k_map_fw_reg_flags() 480 u32 reg_flags) in ath11k_reg_update_rule() 487 reg_rule->flags = reg_flags; in ath11k_reg_update_rule() 478 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) ath11k_reg_update_rule() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | reg.c | 289 static u32 ath12k_map_fw_reg_flags(u16 reg_flags) in ath12k_map_fw_reg_flags() argument 293 if (reg_flags & REGULATORY_CHAN_NO_IR) in ath12k_map_fw_reg_flags() 296 if (reg_flags & REGULATORY_CHAN_RADAR) in ath12k_map_fw_reg_flags() 299 if (reg_flags & REGULATORY_CHAN_NO_OFDM) in ath12k_map_fw_reg_flags() 302 if (reg_flags & REGULATORY_CHAN_INDOOR_ONLY) in ath12k_map_fw_reg_flags() 305 if (reg_flags & REGULATORY_CHAN_NO_HT40) in ath12k_map_fw_reg_flags() 308 if (reg_flags & REGULATORY_CHAN_NO_80MHZ) in ath12k_map_fw_reg_flags() 311 if (reg_flags & REGULATORY_CHAN_NO_160MHZ) in ath12k_map_fw_reg_flags() 476 u32 reg_flags) in ath12k_reg_update_rule() 483 reg_rule->flags = reg_flags; in ath12k_reg_update_rule() 474 ath12k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) ath12k_reg_update_rule() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | reg.c | 327 static u32 ath11k_map_fw_reg_flags(u16 reg_flags) in ath11k_map_fw_reg_flags() argument 331 if (reg_flags & REGULATORY_CHAN_NO_IR) in ath11k_map_fw_reg_flags() 334 if (reg_flags & REGULATORY_CHAN_RADAR) in ath11k_map_fw_reg_flags() 337 if (reg_flags & REGULATORY_CHAN_NO_OFDM) in ath11k_map_fw_reg_flags() 340 if (reg_flags & REGULATORY_CHAN_INDOOR_ONLY) in ath11k_map_fw_reg_flags() 343 if (reg_flags & REGULATORY_CHAN_NO_HT40) in ath11k_map_fw_reg_flags() 346 if (reg_flags & REGULATORY_CHAN_NO_80MHZ) in ath11k_map_fw_reg_flags() 349 if (reg_flags & REGULATORY_CHAN_NO_160MHZ) in ath11k_map_fw_reg_flags() 519 u32 reg_flags) in ath11k_reg_update_rule() 526 reg_rule->flags = reg_flags; in ath11k_reg_update_rule() 517 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) ath11k_reg_update_rule() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 2021 unsigned long reg_flags; in il_rd() local 2023 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_rd() 2027 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_rd() 2034 unsigned long reg_flags; in il_wr() local 2036 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_wr() 2041 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_wr() 2061 unsigned long reg_flags; in il_set_bits_prph() local 2063 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_set_bits_prph() 2068 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_set_bits_prph() 2074 unsigned long reg_flags; in il_set_bits_mask_prph() local 2087 unsigned long reg_flags; il_clear_bits_prph() local [all...] |
H A D | common.c | 46 unsigned long reg_flags; in il_set_bit() local 48 spin_lock_irqsave(&p->reg_lock, reg_flags); in il_set_bit() 50 spin_unlock_irqrestore(&p->reg_lock, reg_flags); in il_set_bit() 57 unsigned long reg_flags; in il_clear_bit() local 59 spin_lock_irqsave(&p->reg_lock, reg_flags); in il_clear_bit() 61 spin_unlock_irqrestore(&p->reg_lock, reg_flags); in il_clear_bit() 127 unsigned long reg_flags; in il_rd_prph() local 130 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_rd_prph() 134 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_rd_prph() 142 unsigned long reg_flags; in il_wr_prph() local 156 unsigned long reg_flags; il_read_targ_mem() local 174 unsigned long reg_flags; il_write_targ_mem() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 2022 unsigned long reg_flags; in il_rd() local 2024 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_rd() 2028 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_rd() 2035 unsigned long reg_flags; in il_wr() local 2037 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_wr() 2042 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_wr() 2062 unsigned long reg_flags; in il_set_bits_prph() local 2064 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_set_bits_prph() 2069 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_set_bits_prph() 2075 unsigned long reg_flags; in il_set_bits_mask_prph() local 2088 unsigned long reg_flags; il_clear_bits_prph() local [all...] |
H A D | common.c | 46 unsigned long reg_flags; in il_set_bit() local 48 spin_lock_irqsave(&p->reg_lock, reg_flags); in il_set_bit() 50 spin_unlock_irqrestore(&p->reg_lock, reg_flags); in il_set_bit() 57 unsigned long reg_flags; in il_clear_bit() local 59 spin_lock_irqsave(&p->reg_lock, reg_flags); in il_clear_bit() 61 spin_unlock_irqrestore(&p->reg_lock, reg_flags); in il_clear_bit() 127 unsigned long reg_flags; in il_rd_prph() local 130 spin_lock_irqsave(&il->reg_lock, reg_flags); in il_rd_prph() 134 spin_unlock_irqrestore(&il->reg_lock, reg_flags); in il_rd_prph() 142 unsigned long reg_flags; in il_wr_prph() local 156 unsigned long reg_flags; il_read_targ_mem() local 174 unsigned long reg_flags; il_write_targ_mem() local [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_user.c | 103 int reg_flags; member 211 struct user_event **newuser, int reg_flags); 290 if (user->reg_flags & USER_EVENT_REG_PERSIST) { in user_event_put() 934 if (user->reg_flags & USER_EVENT_REG_PERSIST) in user_event_last_ref() 977 int reg_flags) in user_event_parse_cmd() 991 return user_event_parse(group, name, args, flags, newuser, reg_flags); in user_event_parse_cmd() 1921 struct user_event **newuser, int reg_flags) in user_event_parse() 1930 if (reg_flags != 0 || flags != NULL) in user_event_parse() 2020 user->reg_flags = reg_flags; in user_event_parse() 975 user_event_parse_cmd(struct user_event_group *group, char *raw_command, struct user_event **newuser, int reg_flags) user_event_parse_cmd() argument 1919 user_event_parse(struct user_event_group *group, char *name, char *args, char *flags, struct user_event **newuser, int reg_flags) user_event_parse() argument [all...] |
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | perfmon.h | 91 unsigned long reg_flags; /* input: pmc/pmd flags, return: reg error */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 409 unsigned long reg_flags; in iwl_print_cont_event_trace() local 417 if (!iwl_trans_grab_nic_access(priv->trans, ®_flags)) in iwl_print_cont_event_trace() 449 iwl_trans_release_nic_access(priv->trans, ®_flags); in iwl_print_cont_event_trace() 1697 unsigned long reg_flags; in iwl_print_event_log() local 1721 if (!iwl_trans_grab_nic_access(trans, ®_flags)) in iwl_print_event_log() 1760 iwl_trans_release_nic_access(trans, ®_flags); in iwl_print_event_log()
|