Searched defs:scmi_transport_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | common.h | 154 struct scmi_transport_ops { struct 155 int (*link_supplier)(struct device *dev); 156 bool (*chan_available)(struct device *dev, int idx); 157 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev, 159 int (*chan_free)(int id, void *p, void *data); 160 unsigned int (*get_max_msg)(struct scmi_chan_info *base_cinfo); 161 int (*send_message)(struct scmi_chan_info *cinfo, 163 void (*mark_txdone)(struct scmi_chan_info *cinfo, int ret, 165 void (*fetch_response)(struct scmi_chan_info *cinfo, 167 void (*fetch_notification)(struct scmi_chan_info *cinfo, [all …]
|