Searched refs:freq (Results 1 - 25 of 34) sorted by relevance

12

/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 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 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 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 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 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 Dclocksource.h303 __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq);
305 __clocksource_updatefreq_scale(struct clocksource *cs, u32 scale, u32 freq);
H A Dsm501.h25 int clksrc, unsigned long freq);
H A Drtc.h168 struct rtc_task *task, int freq);
H A Dcpufreq.h81 unsigned int suspend_freq; /* freq to set during suspend */
125 #define CPUFREQ_SHARED_TYPE_ALL (2) /* All dependent CPUs should set freq */
235 * (i.e. old freq).
307 * frequency present in freq-table exposed by the driver. For these drivers if
308 * CPU is found running at an out of table freq, we will try to set it to a freq
446 unsigned int freq);
448 next freq faster than this value in nano secs or we
570 unsigned int freq);
/include/linux/mfd/
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...]
H A Dsi476x-platform.h210 * @freq: oscillator's crystal frequency:
223 enum si476x_freq freq; member in struct:si476x_power_up_args
/include/net/
H A Dregulatory.h175 #define MHZ_TO_KHZ(freq) ((freq) * 1000)
176 #define KHZ_TO_MHZ(freq) ((freq) / 1000)
/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
H A Dv4l2-subdev.h182 g_frequency: freq->type must be filled in. Normally done by video_ioctl2
195 int (*s_frequency)(struct v4l2_subdev *sd, const struct v4l2_frequency *freq);
196 int (*g_frequency)(struct v4l2_subdev *sd, struct v4l2_frequency *freq);
227 int (*s_clock_freq)(struct v4l2_subdev *sd, u32 freq);
228 int (*s_i2s_clock_freq)(struct v4l2_subdev *sd, u32 freq);
316 int (*s_crystal_freq)(struct v4l2_subdev *sd, u32 freq, u32 flags);
/include/uapi/linux/can/
H A Dnetlink.h62 __u32 freq; /* CAN system clock frequency in Hz */ member in struct:can_clock
/include/video/
H A Dw100fb.h96 uint16_t freq; /* desired Fout for PLL (Mhz) */ member in struct:w100_pll_info
/include/trace/events/
H A Dpower.h48 u32 freq
56 freq
65 __field(u32, freq)
75 __entry->freq = freq;
78 TP_printk("core_busy=%lu scaled=%lu state=%lu mperf=%llu aperf=%llu freq=%lu ",
84 (unsigned long)__entry->freq
/include/sound/
H A Dsoc-dai.h100 unsigned int freq, int dir);
134 int clk_id, unsigned int freq, int dir);
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/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 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/drm/
H A Ddrm_edid.h256 u8 freq; member in struct:cea_sad

Completed in 394 milliseconds

12