Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A 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()
289 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_rx_gpd()
334 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_qmu_start()
420 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_tx_zlp_error_handler()
472 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_done_tx()
512 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_done_rx()
H A 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,
H A Dmtu3_debugfs.c207 ring = &mep->gpd_ring; in mtu3_qmu_ring_show()
229 ring = &mep->gpd_ring; in mtu3_qmu_gpd_show()
H A Dmtu3.h291 struct mtu3_gpd_ring gpd_ring; member