Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-dbgtty.c72 struct list_head *pool = &port->read_pool; in dbc_start_rx()
383 list_move(&req->list_pool, &port->read_pool); in dbc_rx_push()
426 INIT_LIST_HEAD(&port->read_pool); in xhci_dbc_tty_init_port()
462 ret = xhci_dbc_alloc_requests(port->in, &port->read_pool, in xhci_dbc_tty_register_device()
477 xhci_dbc_free_requests(port->in, &port->read_pool); in xhci_dbc_tty_register_device()
502 xhci_dbc_free_requests(get_out_ep(xhci), &port->read_pool); in xhci_dbc_tty_unregister_device()
Dxhci-dbgcap.h121 struct list_head read_pool; member
/Linux-v5.4/drivers/usb/gadget/function/
Du_serial.c108 struct list_head read_pool; member
303 struct list_head *pool = &port->read_pool; in gs_start_rx()
420 list_move(&req->list, &port->read_pool); in gs_rx_push()
536 struct list_head *head = &port->read_pool; in gs_start_io()
1157 INIT_LIST_HEAD(&port->read_pool); in gs_port_alloc()
1382 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect()