Home
last modified time | relevance | path

Searched refs:ring_evt (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dxhci-dbgcap.c493 if (!dbc->ring_evt) in xhci_dbc_mem_init()
526 dbc->ring_evt->dequeue); in xhci_dbc_mem_init()
550 dbc_ring_free(dev, dbc->ring_evt); in xhci_dbc_mem_init()
551 dbc->ring_evt = NULL; in xhci_dbc_mem_init()
575 dbc->ring_evt = NULL; in xhci_dbc_mem_cleanup()
894 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events()
896 dbc->ring_evt->cycle_state) { in xhci_dbc_do_handle_events()
905 dbc->ring_evt->dequeue)); in xhci_dbc_do_handle_events()
919 inc_evt_deq(dbc->ring_evt); in xhci_dbc_do_handle_events()
921 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events()
[all …]
H A Dxhci-dbgcap.h129 struct xhci_ring *ring_evt; member