Searched defs:scmi_transport_ops (Results 1 – 1 of 1) sorted by relevance
367 struct scmi_transport_ops { struct368 int (*link_supplier)(struct device *dev);369 bool (*chan_available)(struct device *dev, int idx);370 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev,372 int (*chan_free)(int id, void *p, void *data);373 unsigned int (*get_max_msg)(struct scmi_chan_info *base_cinfo);374 int (*send_message)(struct scmi_chan_info *cinfo,376 void (*mark_txdone)(struct scmi_chan_info *cinfo, int ret);377 void (*fetch_response)(struct scmi_chan_info *cinfo,379 void (*fetch_notification)(struct scmi_chan_info *cinfo,[all …]
Completed in 5 milliseconds