Lines Matching defs:scpi_drvinfo
245 struct scpi_drvinfo { struct
246 u32 protocol_version;
247 u32 firmware_version;
248 bool is_legacy;
249 int num_chans;
250 int *commands;
252 atomic_t next_chan;
253 struct scpi_ops *scpi_ops;
254 struct scpi_chan *channels;
255 struct scpi_dvfs_info *dvfs[MAX_DVFS_DOMAINS];
916 struct scpi_drvinfo *scpi_drvinfo; in scpi_probe() local