Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dscpi_protocol.h14 struct scpi_dvfs_info { struct
58 struct scpi_dvfs_info *(*dvfs_get_info)(u8);
/Linux-v5.4/drivers/firmware/
Darm_scpi.c255 struct scpi_dvfs_info *dvfs[MAX_DVFS_DOMAINS];
610 static struct scpi_dvfs_info *scpi_dvfs_get_info(u8 domain) in scpi_dvfs_get_info()
612 struct scpi_dvfs_info *info; in scpi_dvfs_get_info()
663 static struct scpi_dvfs_info *scpi_dvfs_info(struct device *dev) in scpi_dvfs_info() function
675 struct scpi_dvfs_info *info = scpi_dvfs_info(dev); in scpi_dvfs_get_transition_latency()
687 struct scpi_dvfs_info *info = scpi_dvfs_info(dev); in scpi_dvfs_add_opps_to_device()
/Linux-v5.4/drivers/clk/
Dclk-scpi.c20 struct scpi_dvfs_info *info;