Lines Matching refs:cinfo

35 	struct scmi_chan_info *cinfo;  member
48 core->shmem->tx_prepare(smbox->shmem, m, smbox->cinfo); in tx_prepare()
66 dev_warn(smbox->cinfo->dev, "Ignoring spurious A2P IRQ !\n"); in rx_callback()
67 core->bad_message_trace(smbox->cinfo, in rx_callback()
73 core->rx_callback(smbox->cinfo, in rx_callback()
180 static int mailbox_chan_setup(struct scmi_chan_info *cinfo, struct device *dev, in mailbox_chan_setup() argument
184 struct device *cdev = cinfo->dev; in mailbox_chan_setup()
200 smbox->shmem = core->shmem->setup_iomap(cinfo, dev, tx, NULL); in mailbox_chan_setup()
241 cinfo->transport_info = smbox; in mailbox_chan_setup()
242 smbox->cinfo = cinfo; in mailbox_chan_setup()
250 struct scmi_chan_info *cinfo = p; in mailbox_chan_free() local
251 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_chan_free()
257 cinfo->transport_info = NULL; in mailbox_chan_free()
261 smbox->cinfo = NULL; in mailbox_chan_free()
267 static int mailbox_send_message(struct scmi_chan_info *cinfo, in mailbox_send_message() argument
270 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_send_message()
292 static void mailbox_mark_txdone(struct scmi_chan_info *cinfo, int ret, in mailbox_mark_txdone() argument
295 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_mark_txdone()
303 static void mailbox_fetch_response(struct scmi_chan_info *cinfo, in mailbox_fetch_response() argument
306 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_fetch_response()
311 static void mailbox_fetch_notification(struct scmi_chan_info *cinfo, in mailbox_fetch_notification() argument
314 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_fetch_notification()
319 static void mailbox_clear_channel(struct scmi_chan_info *cinfo) in mailbox_clear_channel() argument
321 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_clear_channel()
346 mailbox_poll_done(struct scmi_chan_info *cinfo, struct scmi_xfer *xfer) in mailbox_poll_done() argument
348 struct scmi_mailbox *smbox = cinfo->transport_info; in mailbox_poll_done()