Home
last modified time | relevance | path

Searched defs:freq_tbl (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/clk/qcom/
H A Dclk-rcg.h12 struct freq_tbl { struct
13 unsigned long freq;
14 u8 src;
15 u8 pre_div;
16 u16 m;
17 u16 n;
100 const struct freq_tbl *freq_tbl; member
139 const struct freq_tbl *freq_tbl; member
171 const struct freq_tbl *freq_tbl; member
H A Dclk-pll.h50 const struct pll_freq_tbl *freq_tbl; member
H A Dgcc-ipq4019.c76 const struct freq_tbl *freq_tbl; member
H A Dclk-rcg2.c1432 struct freq_tbl *freq_tbl; in clk_rcg2_dfs_populate_freq_table() local
/linux/drivers/cpufreq/
H A Dspear-cpufreq.c30 struct cpufreq_frequency_table *freq_tbl; member
174 struct cpufreq_frequency_table *freq_tbl; in spear_cpufreq_probe() local
/linux/drivers/media/platform/qcom/venus/
H A Dcore.h32 struct freq_tbl { struct
33 unsigned int load;
34 unsigned long freq;
60 const struct freq_tbl *freq_tbl; member
/linux/drivers/leds/blink/
H A Dleds-lgm-sso.c58 static const int freq_tbl[] = {2, 4, 8, 10, 50000, 100000, 200000, 250000}; variable