Home
last modified time | relevance | path

Searched refs:qmu_gpd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_qmu.c87 static struct qmu_gpd *gpd_dma_to_virt(struct mtu3_gpd_ring *ring, in gpd_dma_to_virt()
91 struct qmu_gpd *gpd_head = ring->start; in gpd_dma_to_virt()
101 struct qmu_gpd *gpd) in gpd_virt_to_dma()
104 struct qmu_gpd *gpd_head = ring->start; in gpd_virt_to_dma()
114 static void gpd_ring_init(struct mtu3_gpd_ring *ring, struct qmu_gpd *gpd) in gpd_ring_init()
125 struct qmu_gpd *gpd = ring->start; in reset_gpd_list()
135 struct qmu_gpd *gpd; in mtu3_gpd_ring_alloc()
192 static struct qmu_gpd *advance_enq_gpd(struct mtu3_gpd_ring *ring) in advance_enq_gpd()
202 static struct qmu_gpd *advance_deq_gpd(struct mtu3_gpd_ring *ring) in advance_deq_gpd()
215 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty()
[all …]
Dmtu3.h162 struct qmu_gpd { struct
189 struct qmu_gpd *start; argument
190 struct qmu_gpd *end;
191 struct qmu_gpd *enqueue;
192 struct qmu_gpd *dequeue;
303 struct qmu_gpd *gpd;
Dmtu3_qmu.h14 #define QMU_GPD_SIZE (sizeof(struct qmu_gpd))