Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c564 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
757 if ((ep->ep_state & SET_DEQ_PENDING)) { in xhci_move_dequeue_past_td()
792 ep->ep_state |= SET_DEQ_PENDING; in xhci_move_dequeue_past_td()
1049 if (ep->ep_state & SET_DEQ_PENDING) in xhci_invalidate_cancelled_tds()
1536 ep->ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
H A Dxhci.h664 #define SET_DEQ_PENDING (1 << 0) macro
H A Dxhci.c1851 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()