Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1062 #define SET_DEQ_PENDING (1 << 0) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c504 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
719 if ((ep->ep_state & SET_DEQ_PENDING)) { in xhci_move_dequeue_past_td()
754 ep->ep_state |= SET_DEQ_PENDING; in xhci_move_dequeue_past_td()
1003 if (ep->ep_state & SET_DEQ_PENDING) in xhci_invalidate_cancelled_tds()
1511 ep->ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
H A Dxhci.h688 #define SET_DEQ_PENDING (1 << 0) macro
H A Dxhci.c1742 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()