Searched refs:fetch_notification (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/firmware/arm_scmi/ |
D | common.h | 213 void (*fetch_notification)(struct scmi_chan_info *cinfo, member 339 void (*fetch_notification)(struct scmi_shared_mem __iomem *shmem, member 376 void (*fetch_notification)(struct scmi_msg_payld *msg, size_t len, member
|
D | msg.c | 119 .fetch_notification = msg_fetch_notification,
|
D | shmem.c | 183 .fetch_notification = shmem_fetch_notification,
|
D | driver.c | 1086 info->desc->ops->fetch_notification(cinfo, info->desc->max_msg_size, in scmi_handle_notification()
|
/linux-6.12.1/drivers/firmware/arm_scmi/transports/ |
D | mailbox.c | 316 core->shmem->fetch_notification(smbox->shmem, max_len, xfer); in mailbox_fetch_notification() 360 .fetch_notification = mailbox_fetch_notification,
|
D | virtio.c | 560 core->msg->fetch_notification(msg->input, msg->rx_len, in virtio_fetch_notification() 788 .fetch_notification = virtio_fetch_notification,
|