Searched refs:ep_state (Results 1 – 7 of 7) sorted by relevance
332 unsigned int ep_state = ep->ep_state; in xhci_ring_ep_doorbell() local340 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 …]
1406 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() local3015 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 …]
393 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_dbg_ep_rings()
428 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
908 unsigned int ep_state; member
623 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
183 enum ep_state { enum192 enum ep_state state;