Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c435 unsigned int ep_state = ep->ep_state; in xhci_ring_ep_doorbell() local
443 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
444 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
465 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
512 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_virt_ep_to_ring()
560 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
626 !(ep->ep_state & EP_HAS_STREAMS)) in xhci_move_dequeue_past_td()
681 if ((ep->ep_state & SET_DEQ_PENDING)) { in xhci_move_dequeue_past_td()
716 ep->ep_state |= SET_DEQ_PENDING; in xhci_move_dequeue_past_td()
748 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_stop_watchdog_timer_in_irq()
[all …]
H A Dxhci.c1495 unsigned int *ep_state; in xhci_urb_enqueue() local
1508 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue()
1568 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
1570 *ep_state); in xhci_urb_enqueue()
1574 if (*ep_state & EP_SOFT_CLEAR_TOGGLE) { in xhci_urb_enqueue()
1736 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1742 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
2884 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2889 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3071 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
[all …]
H A Dxhci.h940 unsigned int ep_state; member
2802 u8 ep_state; in xhci_decode_ep_context() local
2815 ep_state = info & EP_STATE_MASK; in xhci_decode_ep_context()
2830 xhci_ep_state_string(ep_state), mult, in xhci_decode_ep_context()
H A Dxhci-hub.c475 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
H A Dxhci-mem.c661 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c307 int ep_state; member
1616 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1646 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
1658 if (pcie->ep_state == EP_STATE_ENABLED) in pex_ep_event_pex_rst_deassert()
1795 pcie->ep_state = EP_STATE_ENABLED; in pex_ep_event_pex_rst_deassert()
1946 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c211 u32 ep_state) in prepare_ring() argument
216 switch (ep_state) { in prepare_ring()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1062 unsigned int ep_state; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Draw_gadget.c131 enum ep_state { enum
138 enum ep_state state;
H A Dinode.c184 enum ep_state { enum
193 enum ep_state state;