Searched refs:qmu_gpd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 119 static struct qmu_gpd *gpd_dma_to_virt(struct mtu3_gpd_ring *ring, in gpd_dma_to_virt() 123 struct qmu_gpd *gpd_head = ring->start; in gpd_dma_to_virt() 133 struct qmu_gpd *gpd) in gpd_virt_to_dma() 136 struct qmu_gpd *gpd_head = ring->start; in gpd_virt_to_dma() 146 static void gpd_ring_init(struct mtu3_gpd_ring *ring, struct qmu_gpd *gpd) in gpd_ring_init() 157 struct qmu_gpd *gpd = ring->start; in reset_gpd_list() 167 struct qmu_gpd *gpd; in mtu3_gpd_ring_alloc() 203 static struct qmu_gpd *advance_enq_gpd(struct mtu3_gpd_ring *ring) in advance_enq_gpd() 214 static struct qmu_gpd *advance_deq_gpd(struct mtu3_gpd_ring *ring) in advance_deq_gpd() 227 struct qmu_gpd *en in gpd_ring_empty() [all...] |
H A D | mtu3.h | 169 struct qmu_gpd { struct 186 struct qmu_gpd *start; 187 struct qmu_gpd *end; 188 struct qmu_gpd *enqueue; 189 struct qmu_gpd *dequeue; 303 struct qmu_gpd *gpd;
|
H A D | mtu3_trace.h | 124 __field(struct qmu_gpd *, gpd) 176 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd), 180 __field(struct qmu_gpd *, gpd) 202 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd), 207 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd), 212 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
|
H A D | mtu3_qmu.h | 14 #define QMU_GPD_SIZE (sizeof(struct qmu_gpd))
|
H A D | mtu3_debugfs.c | 223 struct qmu_gpd *gpd; in mtu3_qmu_gpd_show()
|
/kernel/linux/linux-6.6/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 119 static struct qmu_gpd *gpd_dma_to_virt(struct mtu3_gpd_ring *ring, in gpd_dma_to_virt() 123 struct qmu_gpd *gpd_head = ring->start; in gpd_dma_to_virt() 133 struct qmu_gpd *gpd) in gpd_virt_to_dma() 136 struct qmu_gpd *gpd_head = ring->start; in gpd_virt_to_dma() 146 static void gpd_ring_init(struct mtu3_gpd_ring *ring, struct qmu_gpd *gpd) in gpd_ring_init() 157 struct qmu_gpd *gpd = ring->start; in reset_gpd_list() 167 struct qmu_gpd *gpd; in mtu3_gpd_ring_alloc() 203 static struct qmu_gpd *advance_enq_gpd(struct mtu3_gpd_ring *ring) in advance_enq_gpd() 214 static struct qmu_gpd *advance_deq_gpd(struct mtu3_gpd_ring *ring) in advance_deq_gpd() 227 struct qmu_gpd *en in gpd_ring_empty() [all...] |
H A D | mtu3.h | 174 struct qmu_gpd { struct 191 struct qmu_gpd *start; 192 struct qmu_gpd *end; 193 struct qmu_gpd *enqueue; 194 struct qmu_gpd *dequeue; 301 struct qmu_gpd *gpd;
|
H A D | mtu3_trace.h | 122 __field(struct qmu_gpd *, gpd) 174 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd), 178 __field(struct qmu_gpd *, gpd) 200 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd), 205 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd), 210 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
|
H A D | mtu3_qmu.h | 14 #define QMU_GPD_SIZE (sizeof(struct qmu_gpd))
|
H A D | mtu3_debugfs.c | 224 struct qmu_gpd *gpd; in mtu3_qmu_gpd_show()
|
Completed in 6 milliseconds