/include/trace/events/ |
D | clk.h | 90 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/ |
D | max98095.h | 14 unsigned int rate; member 25 unsigned int rate; member
|
D | hda_component.h | 18 int dev_id, int rate); 38 hda_nid_t nid, int dev_id, int rate) in snd_hdac_sync_audio_rate() argument
|
D | wm9081.h | 13 unsigned int rate; member
|
D | wm8993.h | 16 unsigned int rate; member
|
D | max98088.h | 14 unsigned int rate; member
|
D | wm8996.h | 27 int rate; member
|
D | pcm_oss.h | 29 int rate; /* requested rate */ member
|
/include/linux/ |
D | sched_clock.h | 42 unsigned long rate); 47 unsigned long rate) in sched_clock_register() argument
|
D | sh_clk.h | 29 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);
|
D | clk.h | 769 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
|
D | fd.h | 17 unsigned char rate; member
|
D | clk-provider.h | 61 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/ |
D | tc_sample.h | 11 u32 rate; member 31 return to_sample(a)->rate; in tcf_sample_rate()
|
D | tc_police.h | 14 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/ |
D | tegra.h | 151 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/ |
D | i2c-pxa.h | 16 unsigned long rate; member
|
D | si5351.h | 100 unsigned long rate; member
|
/include/uapi/linux/ |
D | fd.h | 32 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/ |
D | dai-mediatek.h | 16 u32 rate; member
|
D | dai-intel.h | 97 uint32_t rate; member 105 uint32_t rate; member
|
/include/linux/mfd/wm8994/ |
D | pdata.h | 56 unsigned int rate; member 122 int rate; member
|
/include/drm/ |
D | drm_audio_component.h | 50 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate);
|
/include/uapi/rdma/ |
D | ib_user_sa.h | 71 __u8 rate; member
|
/include/linux/mfd/ |
D | dbx500-prcmu.h | 270 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
|