Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c332 unsigned int ep_state = ep->ep_state; in xhci_ring_ep_doorbell() local
340 if ((ep_state & EP_HALT_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
341 (ep_state & EP_HALTED)) in xhci_ring_ep_doorbell()
360 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
383 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
464 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_find_new_dequeue_state()
586 ep->ep_state &= ~EP_HALT_PENDING; in xhci_stop_watchdog_timer_in_irq()
779 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
780 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()
847 if (!(ep->stop_cmds_pending == 0 && (ep->ep_state & EP_HALT_PENDING))) { in xhci_stop_endpoint_command_watchdog()
[all …]
Dxhci.c1406 if (xhci->devs[slot_id]->eps[ep_index].ep_state & in xhci_urb_enqueue()
1411 } else if (xhci->devs[slot_id]->eps[ep_index].ep_state & in xhci_urb_enqueue()
1474 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_urb_to_transfer_ring()
1611 if (!(ep->ep_state & EP_HALT_PENDING)) { in xhci_urb_dequeue()
1617 ep->ep_state |= EP_HALT_PENDING; in xhci_urb_dequeue()
2724 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2729 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3000 unsigned int ep_state; in xhci_check_streams_endpoint() local
3015 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_check_streams_endpoint()
3016 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
[all …]
Dxhci-dbg.c393 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_dbg_ep_rings()
Dxhci-hub.c428 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci.h908 unsigned int ep_state; member
Dxhci-mem.c623 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dinode.c183 enum ep_state { enum
192 enum ep_state state;