Home
last modified time | relevance | path

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

/linux/drivers/usb/host/ !
H A Dxhci-dbgcap.h203 #define BULK_IN 1 macro
217 return &dbc->eps[BULK_IN]; in get_in_ep()
H A Dxhci-dbgcap.c226 xhci_dbc_flush_endpoint_requests(&dbc->eps[BULK_IN]); in xhci_dbc_flush_requests()
234 if (direction != BULK_IN && in dbc_alloc_request()
383 if (req->direction != BULK_IN && in dbc_ep_queue()
414 xhci_dbc_do_eps_init(dbc, BULK_IN); in xhci_dbc_eps_init()
482 struct xhci_ring *in_ring = dbc->eps[BULK_IN].ring; in xhci_dbc_reinit_ep_rings()
H A Dxhci-dbgtty.c511 ret = xhci_dbc_alloc_requests(dbc, BULK_IN, &port->read_pool, in xhci_dbc_tty_register_device()