Searched defs:scmi_chan_info (Results 1 – 1 of 1) sorted by relevance
129 struct scmi_chan_info { struct130 struct device *dev;131 unsigned int rx_timeout_ms;132 struct scmi_handle *handle;133 bool no_completion_irq;157 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev, argument