diff options
Diffstat (limited to 'drivers/hsi/controllers/omap_ssi.h')
-rw-r--r-- | drivers/hsi/controllers/omap_ssi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hsi/controllers/omap_ssi.h b/drivers/hsi/controllers/omap_ssi.h index 99143f4f8837..32ced0c8f789 100644 --- a/drivers/hsi/controllers/omap_ssi.h +++ b/drivers/hsi/controllers/omap_ssi.h | |||
@@ -73,6 +73,8 @@ struct omap_ssm_ctx { | |||
73 | * @txqueue: TX message queues | 73 | * @txqueue: TX message queues |
74 | * @rxqueue: RX message queues | 74 | * @rxqueue: RX message queues |
75 | * @brkqueue: Queue of incoming HWBREAK requests (FRAME mode) | 75 | * @brkqueue: Queue of incoming HWBREAK requests (FRAME mode) |
76 | * @errqueue: Queue for failed messages | ||
77 | * @errqueue_work: Delayed Work for failed messages | ||
76 | * @irq: IRQ number | 78 | * @irq: IRQ number |
77 | * @wake_irq: IRQ number for incoming wake line (-1 if none) | 79 | * @wake_irq: IRQ number for incoming wake line (-1 if none) |
78 | * @wake_gpio: GPIO number for incoming wake line (-1 if none) | 80 | * @wake_gpio: GPIO number for incoming wake line (-1 if none) |
@@ -96,6 +98,8 @@ struct omap_ssi_port { | |||
96 | struct list_head txqueue[SSI_MAX_CHANNELS]; | 98 | struct list_head txqueue[SSI_MAX_CHANNELS]; |
97 | struct list_head rxqueue[SSI_MAX_CHANNELS]; | 99 | struct list_head rxqueue[SSI_MAX_CHANNELS]; |
98 | struct list_head brkqueue; | 100 | struct list_head brkqueue; |
101 | struct list_head errqueue; | ||
102 | struct delayed_work errqueue_work; | ||
99 | unsigned int irq; | 103 | unsigned int irq; |
100 | int wake_irq; | 104 | int wake_irq; |
101 | struct gpio_desc *wake_gpio; | 105 | struct gpio_desc *wake_gpio; |