Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1067 #define EP_GETTING_STREAMS (1 << 3) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c1568 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
3263 ep_state & EP_GETTING_STREAMS) { in xhci_check_streams_endpoint()
3365 !(ep_state & EP_GETTING_STREAMS)) { in xhci_calculate_no_streams_bitmask()
3465 vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS; in xhci_alloc_streams()
3524 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
3548 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
H A Dxhci.h945 #define EP_GETTING_STREAMS (1 << 3) macro