Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dspear-cpufreq.c30 struct cpufreq_frequency_table *freq_tbl; member
173 struct cpufreq_frequency_table *freq_tbl; in spear_cpufreq_probe() local
/linux/drivers/clk/qcom/
H A Da53-pll.c41 struct pll_freq_tbl *freq_tbl; in qcom_a53pll_get_freq_tbl() local
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.c1650 struct freq_tbl *freq_tbl; in clk_rcg2_dfs_populate_freq_table() local
/linux/drivers/media/platform/qcom/venus/
H A Dcore.h35 struct freq_tbl { struct
36 unsigned int load;
37 unsigned long freq;
63 const struct freq_tbl *freq_tbl; member
H A Dpm_helpers.c955 const struct freq_tbl *freq_tbl = core->res->freq_tbl; in core_get_v4() local
/linux/drivers/leds/blink/
H A Dleds-lgm-sso.c58 static const int freq_tbl[] = {2, 4, 8, 10, 50000, 100000, 200000, 250000}; variable