Lines Matching refs:cinfo
203 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev,
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() argument
262 return cinfo->no_completion_irq || desc->force_polling; in is_polling_required()
270 static inline bool is_polling_enabled(struct scmi_chan_info *cinfo, in is_polling_enabled() argument
273 return is_polling_required(cinfo, desc) && in is_polling_enabled()
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);