Searched defs:scpi_drvinfo (Results 1 – 1 of 1) sorted by relevance
248 struct scpi_drvinfo { struct249 u32 protocol_version;250 u32 firmware_version;251 bool is_legacy;252 int num_chans;253 int *commands;255 atomic_t next_chan;256 struct scpi_ops *scpi_ops;257 struct scpi_chan *channels;258 struct scpi_dvfs_info *dvfs[MAX_DVFS_DOMAINS];[all …]