Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dscpi_protocol.h18 struct scpi_dvfs_info { struct
19 unsigned int count;
20 unsigned int latency; /* in nanoseconds */
21 struct scpi_opp *opps;
/openbmc/linux/drivers/firmware/
H A Darm_scpi.c668 static struct scpi_dvfs_info *scpi_dvfs_info(struct device *dev) in scpi_dvfs_info() function