Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c409 unsigned int ep_state = ep->ep_state; in xhci_ring_ep_doorbell() local
417 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
418 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
440 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
497 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
537 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
620 !(ep->ep_state & EP_HAS_STREAMS)) in xhci_find_new_dequeue_state()
713 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_stop_watchdog_timer_in_irq()
953 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
954 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()
[all …]
Dxhci.c1479 unsigned int *ep_state; in xhci_urb_enqueue() local
1489 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue()
1544 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
1546 *ep_state); in xhci_urb_enqueue()
1550 if (*ep_state & EP_SOFT_CLEAR_TOGGLE) { in xhci_urb_enqueue()
1707 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1713 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
2857 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2862 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3116 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
[all …]
Dxhci.h931 unsigned int ep_state; member
2717 u8 ep_state; in xhci_decode_ep_context() local
2730 ep_state = info & EP_STATE_MASK; in xhci_decode_ep_context()
2745 xhci_ep_state_string(ep_state), mult, in xhci_decode_ep_context()
Dxhci-hub.c470 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci-mem.c589 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
Dpcie-tegra194.c307 int ep_state; member
1618 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1648 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
1660 if (pcie->ep_state == EP_STATE_ENABLED) in pex_ep_event_pex_rst_deassert()
1797 pcie->ep_state = EP_STATE_ENABLED; in pex_ep_event_pex_rst_deassert()
1948 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
Draw_gadget.c127 enum ep_state { enum
134 enum ep_state state;
Dinode.c184 enum ep_state { enum
193 enum ep_state state;