Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dscpi_protocol.h25 struct scpi_dvfs_info { struct
26 unsigned int count;
27 unsigned int latency; /* in nanoseconds */
28 struct scpi_opp *opps;
/Linux-v4.19/drivers/firmware/
Darm_scpi.c674 static struct scpi_dvfs_info *scpi_dvfs_info(struct device *dev) in scpi_dvfs_info() function