Lines Matching refs:scmi_chan_info
174 struct scmi_chan_info { struct
203 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev, argument
206 unsigned int (*get_max_msg)(struct scmi_chan_info *base_cinfo);
207 int (*send_message)(struct scmi_chan_info *cinfo,
209 void (*mark_txdone)(struct scmi_chan_info *cinfo, int ret,
211 void (*fetch_response)(struct scmi_chan_info *cinfo,
213 void (*fetch_notification)(struct scmi_chan_info *cinfo,
215 void (*clear_channel)(struct scmi_chan_info *cinfo);
216 bool (*poll_done)(struct scmi_chan_info *cinfo, struct scmi_xfer *xfer);
259 static inline bool is_polling_required(struct scmi_chan_info *cinfo, in is_polling_required()
270 static inline bool is_polling_enabled(struct scmi_chan_info *cinfo, in is_polling_enabled()
280 struct scmi_chan_info *
286 int scmi_xfer_raw_wait_for_message_response(struct scmi_chan_info *cinfo,
302 void scmi_rx_callback(struct scmi_chan_info *cinfo, u32 msg_hdr, void *priv);
308 struct scmi_xfer *xfer, struct scmi_chan_info *cinfo);