Searched refs:fetch_notification (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/firmware/arm_scmi/ |
| H A D | common.h | 217 void (*fetch_notification)(struct scmi_chan_info *cinfo, member 399 void (*fetch_notification)(struct scmi_shared_mem __iomem *shmem, member 438 void (*fetch_notification)(struct scmi_msg_payld *msg, size_t len, member
|
| H A D | msg.c | 119 .fetch_notification = msg_fetch_notification,
|
| H A D | shmem.c | 255 .fetch_notification = shmem_fetch_notification,
|
| H A D | driver.c | 1103 info->desc->ops->fetch_notification(cinfo, info->desc->max_msg_size, in scmi_handle_notification()
|
| /linux/drivers/firmware/arm_scmi/transports/ |
| H A D | mailbox.c | 319 core->shmem->fetch_notification(smbox->shmem, max_len, xfer, in mailbox_fetch_notification() 364 .fetch_notification = mailbox_fetch_notification,
|
| H A D | virtio.c | 561 core->msg->fetch_notification(msg->input, msg->rx_len, in virtio_fetch_notification() 789 .fetch_notification = virtio_fetch_notification,
|