Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-dbgcap.h185 #define BULK_OUT 0 macro
205 return &dbc->eps[BULK_OUT]; in get_out_ep()
H A Dxhci-dbgcap.c210 xhci_dbc_flush_endpoint_requests(&dbc->eps[BULK_OUT]); in xhci_dbc_flush_requests()
220 direction != BULK_OUT) in dbc_alloc_request()
369 req->direction != BULK_OUT) in dbc_ep_queue()
398 xhci_dbc_do_eps_init(dbc, BULK_OUT); in xhci_dbc_eps_init()
468 struct xhci_ring *out_ring = dbc->eps[BULK_OUT].ring; in xhci_dbc_reinit_ep_rings()
1013 if (!list_empty(&dbc->eps[BULK_OUT].list_pending) || in xhci_dbc_handle_events()
H A Dxhci-dbgtty.c516 ret = xhci_dbc_alloc_requests(dbc, BULK_OUT, &port->write_pool, in xhci_dbc_tty_register_device()