Home
last modified time | relevance | path

Searched refs:scpi_dvfs_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Dscpi-cpufreq.c32 static struct scpi_dvfs_info *scpi_get_dvfs_info(struct device *cpu_dev) in scpi_get_dvfs_info()
45 struct scpi_dvfs_info *info = scpi_get_dvfs_info(cpu_dev); in scpi_opp_table_ops()
72 struct scpi_dvfs_info *info = scpi_get_dvfs_info(cpu_dev); in scpi_get_transition_latency()
/linux-4.4.14/include/linux/
Dscpi_protocol.h25 struct scpi_dvfs_info { struct
68 struct scpi_dvfs_info *(*dvfs_get_info)(u8);
/linux-4.4.14/drivers/firmware/
Darm_scpi.c167 struct scpi_dvfs_info *dvfs[MAX_DVFS_DOMAINS];
456 static struct scpi_dvfs_info *scpi_dvfs_get_info(u8 domain) in scpi_dvfs_get_info()
458 struct scpi_dvfs_info *info; in scpi_dvfs_get_info()
/linux-4.4.14/drivers/clk/
Dclk-scpi.c31 struct scpi_dvfs_info *info;