Searched refs:qmu_gpd (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/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() 429 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 | 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),
|
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 8 milliseconds