Home
last modified time | relevance | path

Searched defs:scmi_chan_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/firmware/arm_scmi/
Dcommon.h129 struct scmi_chan_info { struct
130 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