Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c417 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
1316 ep->ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
4321 if ((ep->ep_state & SET_DEQ_PENDING)) { in xhci_queue_new_dequeue_state()
4350 ep->ep_state |= SET_DEQ_PENDING; in xhci_queue_new_dequeue_state()
H A Dxhci.h938 #define SET_DEQ_PENDING (1 << 0) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c495 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
710 if ((ep->ep_state & SET_DEQ_PENDING)) { in xhci_move_dequeue_past_td()
745 ep->ep_state |= SET_DEQ_PENDING; in xhci_move_dequeue_past_td()
1422 ep->ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
H A Dxhci.h941 #define SET_DEQ_PENDING (1 << 0) macro

Completed in 24 milliseconds