Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-dbgcap.h175 #define BULK_IN 1 macro
188 return &dbc->eps[BULK_IN]; in get_in_ep()
Dxhci-dbgcap.c185 xhci_dbc_flush_endpoint_requests(&dbc->eps[BULK_IN]); in xhci_dbc_flush_requests()
193 if (direction != BULK_IN && in dbc_alloc_request()
341 if (req->direction != BULK_IN && in dbc_ep_queue()
372 xhci_dbc_do_eps_init(dbc, BULK_IN); in xhci_dbc_eps_init()
Dxhci-dbgtty.c416 ret = xhci_dbc_alloc_requests(dbc, BULK_IN, &port->read_pool, in xhci_dbc_tty_register_device()