Searched defs:scmi_chan_info (Results 1 – 1 of 1) sorted by relevance
174 struct scmi_chan_info { struct175 int id;176 struct device *dev;177 unsigned int rx_timeout_ms;178 struct scmi_handle *handle;179 bool no_completion_irq;203 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev, argument