Searched refs:qmu_gpd (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/mtu3/ |
| A D | mtu3_qmu.c | 133 struct qmu_gpd *gpd) in gpd_virt_to_dma() 157 struct qmu_gpd *gpd = ring->start; in reset_gpd_list() 167 struct qmu_gpd *gpd; in mtu3_gpd_ring_alloc() 226 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() 227 struct qmu_gpd *next; in gpd_ring_empty() 245 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd() 247 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_tx_gpd() 288 struct qmu_gpd *enq; in mtu3_prepare_rx_gpd() 290 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_rx_gpd() 422 struct qmu_gpd *gpd_current = NULL; in qmu_tx_zlp_error_handler() [all …]
|
| A D | mtu3.h | 173 struct qmu_gpd { struct 190 struct qmu_gpd *start; argument 191 struct qmu_gpd *end; 192 struct qmu_gpd *enqueue; 193 struct qmu_gpd *dequeue; 300 struct qmu_gpd *gpd;
|
| 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),
|
| A D | mtu3_qmu.h | 14 #define QMU_GPD_SIZE (sizeof(struct qmu_gpd))
|
| A D | mtu3_debugfs.c | 224 struct qmu_gpd *gpd; in mtu3_qmu_gpd_show()
|
Completed in 10 milliseconds