Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 25 of 62) sorted by relevance

123

/include/trace/events/
Dclk.h90 TP_PROTO(struct clk_core *core, unsigned long rate),
92 TP_ARGS(core, rate),
96 __field(unsigned long, rate )
101 __entry->rate = rate;
104 TP_printk("%s %lu", __get_str(name), (unsigned long)__entry->rate)
109 TP_PROTO(struct clk_core *core, unsigned long rate),
111 TP_ARGS(core, rate)
116 TP_PROTO(struct clk_core *core, unsigned long rate),
118 TP_ARGS(core, rate)
123 TP_PROTO(struct clk_core *core, unsigned long rate),
[all …]
/include/sound/
Dmax98095.h14 unsigned int rate; member
25 unsigned int rate; member
Dhda_component.h18 int dev_id, int rate);
38 hda_nid_t nid, int dev_id, int rate) in snd_hdac_sync_audio_rate() argument
Dwm9081.h13 unsigned int rate; member
Dwm8993.h16 unsigned int rate; member
Dmax98088.h14 unsigned int rate; member
Dwm8996.h27 int rate; member
Dpcm_oss.h29 int rate; /* requested rate */ member
/include/linux/
Dsched_clock.h42 unsigned long rate);
47 unsigned long rate) in sched_clock_register() argument
Dsh_clk.h29 int (*set_rate)(struct clk *clk, unsigned long rate);
31 long (*round_rate)(struct clk *clk, unsigned long rate);
52 unsigned long rate; member
105 unsigned long rate);
109 unsigned long rate);
112 unsigned int div_max, unsigned long rate);
115 unsigned int mult_max, unsigned long rate);
Dclk.h769 long clk_round_rate(struct clk *clk, unsigned long rate);
781 int clk_set_rate(struct clk *clk, unsigned long rate);
798 int clk_set_rate_exclusive(struct clk *clk, unsigned long rate);
829 int clk_set_min_rate(struct clk *clk, unsigned long rate);
838 int clk_set_max_rate(struct clk *clk, unsigned long rate);
1007 static inline int clk_set_rate(struct clk *clk, unsigned long rate) in clk_set_rate() argument
1012 static inline int clk_set_rate_exclusive(struct clk *clk, unsigned long rate) in clk_set_rate_exclusive() argument
1017 static inline long clk_round_rate(struct clk *clk, unsigned long rate) in clk_round_rate() argument
1033 static inline int clk_set_min_rate(struct clk *clk, unsigned long rate) in clk_set_min_rate() argument
1038 static inline int clk_set_max_rate(struct clk *clk, unsigned long rate) in clk_set_max_rate() argument
Dfd.h17 unsigned char rate; member
Dclk-provider.h61 unsigned long rate; member
70 unsigned long rate);
255 long (*round_rate)(struct clk_hw *hw, unsigned long rate,
261 int (*set_rate)(struct clk_hw *hw, unsigned long rate,
264 unsigned long rate,
278 unsigned long rate,
282 unsigned long rate);
722 unsigned long rate, unsigned long *prate,
726 unsigned long rate, unsigned long *prate,
735 int divider_get_val(unsigned long rate, unsigned long parent_rate,
[all …]
/include/net/tc_act/
Dtc_sample.h11 u32 rate; member
31 return to_sample(a)->rate; in tcf_sample_rate()
Dtc_police.h14 struct psched_ratecfg rate; member
43 struct tc_ratespec rate; member
63 return params->rate.rate_bytes_ps; in tcf_police_rate_bytes_ps()
98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
189 return params->rate.overhead; in tcf_police_rate_overhead()
/include/linux/clk/
Dtegra.h151 typedef long (tegra20_clk_emc_round_cb)(unsigned long rate,
156 unsigned long rate);
158 unsigned long rate);
161 unsigned long rate; member
/include/linux/platform_data/
Di2c-pxa.h16 unsigned long rate; member
Dsi5351.h100 unsigned long rate; member
/include/uapi/linux/
Dfd.h32 rate, /* data rate. |= 0x40 for perpendicular */ member
35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
362 unsigned char rate; member
/include/sound/sof/
Ddai-mediatek.h16 u32 rate; member
Ddai-intel.h97 uint32_t rate; member
105 uint32_t rate; member
/include/linux/mfd/wm8994/
Dpdata.h56 unsigned int rate; member
122 int rate; member
/include/drm/
Ddrm_audio_component.h50 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate);
/include/uapi/rdma/
Dib_user_sa.h71 __u8 rate; member
/include/linux/mfd/
Ddbx500-prcmu.h270 long prcmu_round_clock_rate(u8 clock, unsigned long rate);
271 int prcmu_set_clock_rate(u8 clock, unsigned long rate);
434 static inline long prcmu_round_clock_rate(u8 clock, unsigned long rate) in prcmu_round_clock_rate() argument
439 static inline int prcmu_set_clock_rate(u8 clock, unsigned long rate) in prcmu_set_clock_rate() argument

123