Home
last modified time | relevance | path

Searched refs:gpd_ring (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/usb/mtu3/
Dmtu3_qmu.c156 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in reset_gpd_list()
168 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_gpd_ring_alloc()
182 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_gpd_ring_free()
240 return gpd_ring_empty(&mep->gpd_ring); in mtu3_prepare_transfer()
246 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_tx_gpd()
287 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_rx_gpd()
330 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_qmu_start()
416 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_tx_zlp_error_handler()
467 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_done_tx()
507 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_done_rx()
Dmtu3_trace.h228 __field(struct mtu3_gpd_ring *, gpd_ring)
239 __entry->gpd_ring = &mep->gpd_ring;
245 __entry->gpd_ring, &__entry->gpd_ring->dma,
Dmtu3_debugfs.c207 ring = &mep->gpd_ring; in mtu3_qmu_ring_show()
229 ring = &mep->gpd_ring; in mtu3_qmu_gpd_show()
Dmtu3.h291 struct mtu3_gpd_ring gpd_ring; member