Searched refs:write_pool (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/usb/host/ |
D | xhci-dbgtty.c | 48 struct list_head *pool = &port->write_pool; in dbc_start_tx() 121 list_add(&req->list_pool, &port->write_pool); in dbc_write_complete() 394 INIT_LIST_HEAD(&port->write_pool); in xhci_dbc_tty_init_port() 436 ret = xhci_dbc_alloc_requests(dbc, BULK_OUT, &port->write_pool, in xhci_dbc_tty_register_device() 454 xhci_dbc_free_requests(&port->write_pool); in xhci_dbc_tty_register_device() 484 xhci_dbc_free_requests(&port->write_pool); in xhci_dbc_tty_unregister_device()
|
D | xhci-dbgcap.h | 110 struct list_head write_pool; member
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | u_serial.c | 120 struct list_head write_pool; member 236 struct list_head *pool = &port->write_pool; in gs_start_tx() 469 list_add(&req->list, &port->write_pool); in gs_write_complete() 561 status = gs_alloc_requests(port->port_usb->in, &port->write_pool, in gs_start_io() 579 gs_free_requests(port->port_usb->in, &port->write_pool, in gs_start_io() 1175 INIT_LIST_HEAD(&port->write_pool); in gs_port_alloc() 1419 gs_free_requests(gser->in, &port->write_pool, NULL); in gserial_disconnect()
|