aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqbypass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irqbypass.h')
-rw-r--r--include/linux/irqbypass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/irqbypass.h b/include/linux/irqbypass.h
index 1551b5b2f4c2..f0f5d2671509 100644
--- a/include/linux/irqbypass.h
+++ b/include/linux/irqbypass.h
@@ -34,7 +34,7 @@ struct irq_bypass_consumer;
34/** 34/**
35 * struct irq_bypass_producer - IRQ bypass producer definition 35 * struct irq_bypass_producer - IRQ bypass producer definition
36 * @node: IRQ bypass manager private list management 36 * @node: IRQ bypass manager private list management
37 * @token: opaque token to match between producer and consumer 37 * @token: opaque token to match between producer and consumer (non-NULL)
38 * @irq: Linux IRQ number for the producer device 38 * @irq: Linux IRQ number for the producer device
39 * @add_consumer: Connect the IRQ producer to an IRQ consumer (optional) 39 * @add_consumer: Connect the IRQ producer to an IRQ consumer (optional)
40 * @del_consumer: Disconnect the IRQ producer from an IRQ consumer (optional) 40 * @del_consumer: Disconnect the IRQ producer from an IRQ consumer (optional)
@@ -60,7 +60,7 @@ struct irq_bypass_producer {
60/** 60/**
61 * struct irq_bypass_consumer - IRQ bypass consumer definition 61 * struct irq_bypass_consumer - IRQ bypass consumer definition
62 * @node: IRQ bypass manager private list management 62 * @node: IRQ bypass manager private list management
63 * @token: opaque token to match between producer and consumer 63 * @token: opaque token to match between producer and consumer (non-NULL)
64 * @add_producer: Connect the IRQ consumer to an IRQ producer 64 * @add_producer: Connect the IRQ consumer to an IRQ producer
65 * @del_producer: Disconnect the IRQ consumer from an IRQ producer 65 * @del_producer: Disconnect the IRQ consumer from an IRQ producer
66 * @stop: Perform any quiesce operations necessary prior to add/del (optional) 66 * @stop: Perform any quiesce operations necessary prior to add/del (optional)