Lines Matching defs:omap_ssi_port
75 struct omap_ssi_port { struct
76 struct device *dev;
77 struct device *pdev;
78 dma_addr_t sst_dma;
79 dma_addr_t ssr_dma;
80 void __iomem *sst_base;
81 void __iomem *ssr_base;
82 spinlock_t wk_lock;
83 spinlock_t lock;
84 unsigned int channels;
85 struct list_head txqueue[SSI_MAX_CHANNELS];
86 struct list_head rxqueue[SSI_MAX_CHANNELS];
87 struct list_head brkqueue;
88 struct list_head errqueue;
89 struct delayed_work errqueue_work;
90 unsigned int irq;
91 int wake_irq;
92 struct gpio_desc *wake_gpio;
93 bool wktest:1; /* FIXME: HACK to be removed */
94 unsigned long flags;
95 unsigned int wk_refcount;
96 struct work_struct work;
98 u32 sys_mpu_enable; /* We use only one irq */
99 struct omap_ssm_ctx sst;
100 struct omap_ssm_ctx ssr;
101 u32 loss_count;
102 u32 port_id;
104 struct dentry *dir;