Home
last modified time | relevance | path

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

/Linux-v4.19/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)) in xhci_ring_ep_doorbell()
421 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
448 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
488 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
622 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_stop_watchdog_timer_in_irq()
852 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
853 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()
947 if (!(ep->ep_state & EP_STOP_CMD_PENDING) || in xhci_stop_endpoint_command_watchdog()
[all …]
Dxhci.c1413 unsigned int *ep_state; in xhci_urb_enqueue() local
1423 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue()
1475 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
1477 *ep_state); in xhci_urb_enqueue()
1481 if (*ep_state & EP_SOFT_CLEAR_TOGGLE) { in xhci_urb_enqueue()
1638 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1644 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
2784 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2789 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3048 if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) { in xhci_endpoint_reset()
[all …]
Dxhci.h920 unsigned int ep_state; member
2565 u8 ep_state; in xhci_decode_ep_context() local
2578 ep_state = info & EP_STATE_MASK; in xhci_decode_ep_context()
2593 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-v4.19/drivers/usb/gadget/legacy/
Dinode.c181 enum ep_state { enum
190 enum ep_state state;