Searched defs:scmi_transport_ops (Results 1 – 1 of 1) sorted by relevance
294 struct scmi_transport_ops { struct295 bool (*chan_available)(struct device *dev, int idx);296 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev,298 int (*chan_free)(int id, void *p, void *data);299 int (*send_message)(struct scmi_chan_info *cinfo,301 void (*mark_txdone)(struct scmi_chan_info *cinfo, int ret);325 const struct scmi_transport_ops *ops; argument