Searched refs:write_pool (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ | 
| D | xhci-dbgtty.c | 38 	struct list_head	*pool = &port->write_pool;  in dbc_start_tx()113 	list_add(&req->list_pool, &port->write_pool);  in dbc_write_complete()
 428 	INIT_LIST_HEAD(&port->write_pool);  in xhci_dbc_tty_init_port()
 467 	ret = xhci_dbc_alloc_requests(port->out, &port->write_pool,  in xhci_dbc_tty_register_device()
 478 	xhci_dbc_free_requests(port->out, &port->write_pool);  in xhci_dbc_tty_register_device()
 504 	xhci_dbc_free_requests(get_in_ep(xhci), &port->write_pool);  in xhci_dbc_tty_unregister_device()
 
 | 
| D | xhci-dbgcap.h | 126 	struct list_head		write_pool;  member
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | u_serial.c | 115 	struct list_head	write_pool;  member229 	struct list_head	*pool = &port->write_pool;  in gs_start_tx()
 464 	list_add(&req->list, &port->write_pool);  in gs_write_complete()
 552 	status = gs_alloc_requests(port->port_usb->in, &port->write_pool,  in gs_start_io()
 568 		gs_free_requests(port->port_usb->in, &port->write_pool,  in gs_start_io()
 1159 	INIT_LIST_HEAD(&port->write_pool);  in gs_port_alloc()
 1384 	gs_free_requests(gser->in, &port->write_pool, NULL);  in gserial_disconnect()
 
 | 
| /Linux-v5.4/drivers/char/ | 
| D | random.c | 2061 write_pool(struct entropy_store *r, const char __user *buffer, size_t count)  in write_pool()  function2095 	ret = write_pool(&input_pool, buffer, count);  in random_write()
 2130 		retval = write_pool(&input_pool, (const char __user *)p,  in random_ioctl()
 
 |