Home
last modified time | relevance | path

Searched refs:EP_GETTING_STREAMS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
A Dxhci.c1666 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
3337 ep_state & EP_GETTING_STREAMS) { in xhci_check_streams_endpoint()
3439 !(ep_state & EP_GETTING_STREAMS)) { in xhci_calculate_no_streams_bitmask()
3539 vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS; in xhci_alloc_streams()
3598 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
3622 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
A Dxhci.h938 #define EP_GETTING_STREAMS (1 << 3) macro

Completed in 19 milliseconds