Home
last modified time | relevance | path

Searched refs:equeue (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dnotify.c270 * @equeue: The embedded per-protocol events_queue
296 struct events_queue equeue; member
540 pd = container_of(eq, struct scmi_registered_events_desc, equeue); in scmi_events_dispatcher()
596 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify()
611 kfifo_in(&r_evt->proto->equeue.kfifo, &eh, sizeof(eh)); in scmi_notify()
612 kfifo_in(&r_evt->proto->equeue.kfifo, buf, len); in scmi_notify()
625 queue_work(r_evt->proto->equeue.wq, in scmi_notify()
626 &r_evt->proto->equeue.notify_work); in scmi_notify()
643 * @equeue: The events_queue to initialize
651 struct events_queue *equeue, size_ in scmi_initialize_events_queue()
650 scmi_initialize_events_queue(struct scmi_notify_instance *ni, struct events_queue *equeue, size_t sz) scmi_initialize_events_queue() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dnotify.c271 * @equeue: The embedded per-protocol events_queue
298 struct events_queue equeue; member
543 pd = container_of(eq, struct scmi_registered_events_desc, equeue); in scmi_events_dispatcher()
597 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify()
612 kfifo_in(&r_evt->proto->equeue.kfifo, &eh, sizeof(eh)); in scmi_notify()
613 kfifo_in(&r_evt->proto->equeue.kfifo, buf, len); in scmi_notify()
626 queue_work(r_evt->proto->equeue.wq, in scmi_notify()
627 &r_evt->proto->equeue.notify_work); in scmi_notify()
644 * @equeue: The events_queue to initialize
652 struct events_queue *equeue, size_ in scmi_initialize_events_queue()
651 scmi_initialize_events_queue(struct scmi_notify_instance *ni, struct events_queue *equeue, size_t sz) scmi_initialize_events_queue() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dqdio.h271 struct ciw equeue; member
H A Dqdio_main.c1287 irq_ptr->ccw.cmd_code = irq_ptr->equeue.cmd; in qdio_establish()
1289 irq_ptr->ccw.count = irq_ptr->equeue.count; in qdio_establish()
H A Dqdio_setup.c516 irq_ptr->equeue = *ciw; in qdio_setup_irq()

Completed in 7 milliseconds