Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Dxhci-dbgtty.c82 struct list_head *pool = &port->read_pool; in dbc_start_rx()
350 list_move(&req->list_pool, &port->read_pool); in dbc_rx_push()
393 INIT_LIST_HEAD(&port->read_pool); in xhci_dbc_tty_init_port()
432 ret = xhci_dbc_alloc_requests(dbc, BULK_IN, &port->read_pool, in xhci_dbc_tty_register_device()
454 xhci_dbc_free_requests(&port->read_pool); in xhci_dbc_tty_register_device()
483 xhci_dbc_free_requests(&port->read_pool); in xhci_dbc_tty_unregister_device()
A Dxhci-dbgcap.h105 struct list_head read_pool; member
/linux-6.3-rc2/drivers/usb/gadget/function/
A Du_serial.c113 struct list_head read_pool; member
308 struct list_head *pool = &port->read_pool; in gs_start_rx()
425 list_move(&req->list, &port->read_pool); in gs_rx_push()
541 struct list_head *head = &port->read_pool; in gs_start_io()
1166 INIT_LIST_HEAD(&port->read_pool); in gs_port_alloc()
1410 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect()

Completed in 12 milliseconds