Home
last modified time | relevance | path

Searched refs:ep_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c393 unsigned int ep_state = ep->ep_state; in xhci_ring_ep_doorbell() local
401 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
402 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
421 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
455 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
495 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
629 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_stop_watchdog_timer_in_irq()
863 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
864 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()
958 if (!(ep->ep_state & EP_STOP_CMD_PENDING) || in xhci_stop_endpoint_command_watchdog()
[all …]
Dxhci.c1464 unsigned int *ep_state; in xhci_urb_enqueue() local
1474 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue()
1529 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
1531 *ep_state); in xhci_urb_enqueue()
1535 if (*ep_state & EP_SOFT_CLEAR_TOGGLE) { in xhci_urb_enqueue()
1692 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1698 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
2844 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2849 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3102 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
[all …]
Dxhci.h928 unsigned int ep_state; member
2634 u8 ep_state; in xhci_decode_ep_context() local
2647 ep_state = info & EP_STATE_MASK; in xhci_decode_ep_context()
2662 xhci_ep_state_string(ep_state), mult, in xhci_decode_ep_context()
Dxhci-hub.c460 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci-mem.c580 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
/Linux-v5.4/drivers/usb/gadget/legacy/
Dinode.c182 enum ep_state { enum
191 enum ep_state state;