Searched defs:freq (Results 1 - 23 of 23) sorted by relevance

/include/linux/spi/
H A Dspi_oc_tiny.h6 * @freq: input clock freq to the core.
11 * freq and baudwidth are used only if the divider is programmable.
14 unsigned int freq; member in struct:tiny_spi_platform_data
/include/linux/
H A Dcpu_cooling.h63 unsigned long cpufreq_cooling_get_level(unsigned int cpu, unsigned int freq);
82 unsigned long cpufreq_cooling_get_level(unsigned int cpu, unsigned int freq) argument
H A Ddw_apb_timer.h24 unsigned long freq; member in struct:dw_apb_timer
47 void __iomem *base, int irq, unsigned long freq);
50 unsigned long freq);
H A Dpm_opp.h36 unsigned long freq,
40 unsigned long *freq);
43 unsigned long *freq);
45 int dev_pm_opp_add(struct device *dev, unsigned long freq,
48 int dev_pm_opp_enable(struct device *dev, unsigned long freq);
50 int dev_pm_opp_disable(struct device *dev, unsigned long freq);
70 unsigned long freq, bool available)
76 unsigned long *freq)
82 unsigned long *freq)
87 static inline int dev_pm_opp_add(struct device *dev, unsigned long freq, argument
69 dev_pm_opp_find_freq_exact(struct device *dev, unsigned long freq, bool available) argument
75 dev_pm_opp_find_freq_floor(struct device *dev, unsigned long *freq) argument
81 dev_pm_opp_find_freq_ceil(struct device *dev, unsigned long *freq) argument
93 dev_pm_opp_enable(struct device *dev, unsigned long freq) argument
98 dev_pm_opp_disable(struct device *dev, unsigned long freq) argument
[all...]
H A Ddevfreq.h49 * least upper bound; thus, the resulting freq should be lower or same)
61 * freq or lowest-upper-than-freq value. If freq is
64 * freq at the current frequency.
83 int (*target)(struct device *dev, unsigned long *freq, u32 flags);
86 int (*get_cur_freq)(struct device *dev, unsigned long *freq);
114 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
197 unsigned long *freq, u32 flags);
265 unsigned long *freq, u3
264 devfreq_recommended_opp(struct device *dev, unsigned long *freq, u32 flags) argument
[all...]
H A Dclockchips.h154 extern void clockevents_config(struct clock_event_device *dev, u32 freq);
156 u32 freq, unsigned long min_delta,
159 extern int clockevents_update_freq(struct clock_event_device *ce, u32 freq);
171 clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec) argument
174 freq, minsec);
H A Dcompat.h105 compat_long_t freq; member in struct:compat_timex
/include/linux/phy/
H A Domap_usb.h28 u8 freq:3; member in struct:usb_dpll_params
/include/linux/usb/
H A Dtegra_usb_phy.h63 const struct tegra_xtal_freq *freq; member in struct:tegra_usb_phy
/include/media/
H A Dtea575x.h64 u32 freq; /* frequency */ member in struct:snd_tea575x
/include/uapi/linux/can/
H A Dnetlink.h62 __u32 freq; /* CAN system clock frequency in Hz */ member in struct:can_clock
/include/uapi/linux/
H A Dtimex.h67 __kernel_long_t freq; /* frequency offset (scaled ppm) */ member in struct:timex
131 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
H A Dperf_event.h280 freq : 1, /* use freq, not period */ member in struct:perf_event_attr
H A Dixjuser.h124 IXJ_FILTER_FREQ freq; member in struct:__anon1903
156 * The freq values are calculated as:
157 * freq = cos(2 * PI * frequency / 8000)
H A Dwireless.h918 struct iw_freq freq; /* frequency or channel : member in union:iwreq_data
1062 struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */ member in struct:iw_range
/include/video/
H A Dw100fb.h96 uint16_t freq; /* desired Fout for PLL (Mhz) */ member in struct:w100_pll_info
/include/linux/mfd/
H A Dsi476x-platform.h210 * @freq: oscillator's crystal frequency:
223 enum si476x_freq freq; member in struct:si476x_power_up_args
H A Dsi476x-core.h195 static inline u16 hz_to_si476x(struct si476x_core *core, int freq) argument
202 result = freq / 10000;
205 result = freq / 1000;
212 static inline int si476x_to_hz(struct si476x_core *core, u16 freq) argument
219 result = freq * 10000;
222 result = freq * 1000;
232 static inline int hz_to_v4l2(int freq) argument
234 return (freq * 10) / 625;
237 static inline int v4l2_to_hz(int freq) argument
239 return (freq * 62
242 v4l2_to_si476x(struct si476x_core *core, int freq) argument
247 si476x_to_v4l2(struct si476x_core *core, u16 freq) argument
365 int freq; member in struct:si476x_tune_freq_args
[all...]
/include/drm/
H A Ddrm_edid.h256 u8 freq; member in struct:cea_sad
/include/sound/
H A Dvx_core.h187 unsigned int freq; /* current frequency */ member in struct:vx_core
327 int vx_set_clock(struct vx_core *chip, unsigned int freq);
328 void vx_set_internal_clock(struct vx_core *chip, unsigned int freq);
/include/xen/interface/
H A Dplatform.h290 uint64_t freq; /* New frequency (Hz). */ member in struct:xenpf_change_freq
405 uint32_t platform_limit; /* Platform limitation on freq usage */
/include/net/
H A Dmac80211.h944 * @freq: frequency the radio was tuned to when receiving this frame, in MHz
968 u16 freq; member in struct:ieee80211_rx_status
H A Dcfg80211.h3371 * @freq: center frequency
3374 int ieee80211_frequency_to_channel(int freq);
3384 int freq);
3388 * @freq: the center frequency of the channel
3389 * Return: The channel struct from @wiphy at @freq.
3392 ieee80211_get_channel(struct wiphy *wiphy, int freq) argument
3394 return __ieee80211_get_channel(wiphy, freq);
4456 * @freq: Frequency on which the frame was received in MHz
4470 bool cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq, int sig_dbm,
4625 * @freq
[all...]

Completed in 407 milliseconds