Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dscpi_protocol.h25 struct scpi_dvfs_info { struct
69 struct scpi_dvfs_info *(*dvfs_get_info)(u8);
/Linux-v4.19/drivers/firmware/
Darm_scpi.c266 struct scpi_dvfs_info *dvfs[MAX_DVFS_DOMAINS];
621 static struct scpi_dvfs_info *scpi_dvfs_get_info(u8 domain) in scpi_dvfs_get_info()
623 struct scpi_dvfs_info *info; in scpi_dvfs_get_info()
674 static struct scpi_dvfs_info *scpi_dvfs_info(struct device *dev) in scpi_dvfs_info() function
686 struct scpi_dvfs_info *info = scpi_dvfs_info(dev); in scpi_dvfs_get_transition_latency()
698 struct scpi_dvfs_info *info = scpi_dvfs_info(dev); in scpi_dvfs_add_opps_to_device()
/Linux-v4.19/drivers/clk/
Dclk-scpi.c31 struct scpi_dvfs_info *info;