Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dnotify.c272 * @equeue: The embedded per-protocol events_queue
299 struct events_queue equeue; member
548 pd = container_of(eq, struct scmi_registered_events_desc, equeue); in scmi_events_dispatcher()
602 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify()
617 kfifo_in(&r_evt->proto->equeue.kfifo, &eh, sizeof(eh)); in scmi_notify()
618 kfifo_in(&r_evt->proto->equeue.kfifo, buf, len); in scmi_notify()
631 queue_work(r_evt->proto->equeue.wq, in scmi_notify()
632 &r_evt->proto->equeue.notify_work); in scmi_notify()
649 * @equeue: The events_queue to initialize
657 struct events_queue *equeue, size_ in scmi_initialize_events_queue() argument
[all...]