Searched defs:rsxx_dma_ctrl (Results 1 – 1 of 1) sorted by relevance
88 struct rsxx_dma_ctrl { struct89 struct rsxx_cardinfo *card;90 int id;91 void __iomem *regmap;92 struct rsxx_cs_buffer status;93 struct rsxx_cs_buffer cmd;94 u16 e_cnt;95 spinlock_t queue_lock;96 struct list_head queue;97 struct workqueue_struct *issue_wq;[all …]