Searched refs:inc_deq (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-ring.c | 146 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq() function 395 inc_deq(ctrl, ctrl->event_ring); in xhci_acknowledge_event()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 159 void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq() function 1899 inc_deq(xhci, xhci->cmd_ring); in handle_cmd_completion() 1984 inc_deq(xhci, ir->event_ring); in handle_port_status() 2113 inc_deq(xhci, ir->event_ring); in handle_port_status() 2338 inc_deq(xhci, ep_ring); in finish_td() 2577 inc_deq(xhci, ep->ring); in skip_isoc_td() 2965 inc_deq(xhci, ep_ring); in handle_tx_event() 3038 inc_deq(xhci, ir->event_ring); in handle_tx_event() 3130 inc_deq(xhci, ir->event_ring); in xhci_handle_event()
|
H A D | xhci.h | 1953 void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring);
|