Home
last modified time | relevance | path

Searched defs:ccb_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/
Dhpilo.h129 struct ccb_data { struct
131 struct ccb driver_ccb;
134 struct ccb ilo_ccb;
137 struct ccb __iomem *mapped_ccb;
140 void *dma_va;
141 dma_addr_t dma_pa;
142 size_t dma_size;
145 struct ilo_hwinfo *ilo_hw;
148 wait_queue_head_t ccb_waitq;
151 int ccb_cnt;
[all …]
/kernel/linux/linux-6.6/drivers/misc/
Dhpilo.h132 struct ccb_data { struct
134 struct ccb driver_ccb;
137 struct ccb ilo_ccb;
140 struct ccb __iomem *mapped_ccb;
143 void *dma_va;
144 dma_addr_t dma_pa;
145 size_t dma_size;
148 struct ilo_hwinfo *ilo_hw;
151 wait_queue_head_t ccb_waitq;
154 int ccb_cnt;
[all …]