Home
last modified time | relevance | path

Searched defs:scpi_dvfs_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dscpi_protocol.h14 struct scpi_dvfs_info { struct
15 unsigned int count;
16 unsigned int latency; /* in nanoseconds */
17 struct scpi_opp *opps;
/Linux-v5.4/drivers/firmware/
Darm_scpi.c663 static struct scpi_dvfs_info *scpi_dvfs_info(struct device *dev) in scpi_dvfs_info() function