Lines Matching defs:scpi_drvinfo
248 struct scpi_drvinfo { struct
249 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];
915 struct scpi_drvinfo *scpi_drvinfo; in scpi_probe() local