Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dscpi_protocol.h18 struct scpi_dvfs_info { struct
70 struct scpi_dvfs_info *(*dvfs_get_info)(u8);
/Linux-v6.6/drivers/firmware/
Darm_scpi.c255 struct scpi_dvfs_info *dvfs[MAX_DVFS_DOMAINS];
612 static struct scpi_dvfs_info *scpi_dvfs_get_info(u8 domain) in scpi_dvfs_get_info()
614 struct scpi_dvfs_info *info; in scpi_dvfs_get_info()
665 static struct scpi_dvfs_info *scpi_dvfs_info(struct device *dev) in scpi_dvfs_info() function
677 struct scpi_dvfs_info *info = scpi_dvfs_info(dev); in scpi_dvfs_get_transition_latency()
689 struct scpi_dvfs_info *info = scpi_dvfs_info(dev); in scpi_dvfs_add_opps_to_device()
/Linux-v6.6/drivers/clk/
Dclk-scpi.c19 struct scpi_dvfs_info *info;