Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci.c1093 EP_GETTING_STREAMS) { in xhci_urb_enqueue()
1897 ep_state & EP_GETTING_STREAMS) { in xhci_check_streams_endpoint()
2000 !(ep_state & EP_GETTING_STREAMS)) { in xhci_calculate_no_streams_bitmask()
2085 vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS; in xhci_alloc_streams()
2141 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
2161 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
Dxhci.h742 #define EP_GETTING_STREAMS (1 << 3) macro