Lines Matching defs:center_freq
175 * @center_freq: center frequency in MHz
176 * @freq_offset: offset from @center_freq, in KHz
198 u32 center_freq;
936 if (chandef->center_freq1 > chandef->chan->center_freq)
6493 return (a->center_freq == b->center_freq &&
6505 return MHZ_TO_KHZ(chan->center_freq) + chan->freq_offset;
6513 * Return: The allowed channel width for this center_freq
6593 return ieee80211_frequency_to_channel(chan->center_freq) % 16 == 5;
7209 * @center_freq: Frequency in KHz for which we want regulatory information for
7219 * value will be -ERANGE if we determine the given center_freq does not even
7220 * have a regulatory rule for a frequency range in the center_freq's band.
7225 u32 center_freq);