Searched defs:rsxx_dma_ctrl (Results 1 – 1 of 1) sorted by relevance
102 struct rsxx_dma_ctrl { struct103 struct rsxx_cardinfo *card;104 int id;105 void __iomem *regmap;106 struct rsxx_cs_buffer status;107 struct rsxx_cs_buffer cmd;108 u16 e_cnt;109 spinlock_t queue_lock;110 struct list_head queue;111 struct workqueue_struct *issue_wq;[all …]