Home
last modified time | relevance | path

Searched refs:EP_GETTING_NO_STREAMS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c1578 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
3423 if (ep_state & EP_GETTING_NO_STREAMS) { in xhci_calculate_no_streams_bitmask()
3674 EP_GETTING_NO_STREAMS; in xhci_free_streams()
3706 vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS; in xhci_free_streams()
H A Dxhci.h945 #define EP_GETTING_NO_STREAMS (1 << 5) macro
H A Dxhci-ring.c1050 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.c1565 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
3315 if (ep_state & EP_GETTING_NO_STREAMS) { in xhci_calculate_no_streams_bitmask()
3566 EP_GETTING_NO_STREAMS; in xhci_free_streams()
3598 vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS; in xhci_free_streams()
H A Dxhci.h948 #define EP_GETTING_NO_STREAMS (1 << 5) macro
H A Dxhci-ring.c1208 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()

Completed in 34 milliseconds