write_pool       2096 drivers/char/random.c 	ret = write_pool(&input_pool, buffer, count);
write_pool       2131 drivers/char/random.c 		retval = write_pool(&input_pool, (const char __user *)p,
write_pool        115 drivers/usb/gadget/function/u_serial.c 	struct list_head	write_pool;
write_pool        229 drivers/usb/gadget/function/u_serial.c 	struct list_head	*pool = &port->write_pool;
write_pool        464 drivers/usb/gadget/function/u_serial.c 	list_add(&req->list, &port->write_pool);
write_pool        552 drivers/usb/gadget/function/u_serial.c 	status = gs_alloc_requests(port->port_usb->in, &port->write_pool,
write_pool        570 drivers/usb/gadget/function/u_serial.c 		gs_free_requests(port->port_usb->in, &port->write_pool,
write_pool       1161 drivers/usb/gadget/function/u_serial.c 	INIT_LIST_HEAD(&port->write_pool);
write_pool       1388 drivers/usb/gadget/function/u_serial.c 	gs_free_requests(gser->in, &port->write_pool, NULL);
write_pool        126 drivers/usb/host/xhci-dbgcap.h 	struct list_head		write_pool;
write_pool         38 drivers/usb/host/xhci-dbgtty.c 	struct list_head	*pool = &port->write_pool;
write_pool        113 drivers/usb/host/xhci-dbgtty.c 	list_add(&req->list_pool, &port->write_pool);
write_pool        428 drivers/usb/host/xhci-dbgtty.c 	INIT_LIST_HEAD(&port->write_pool);
write_pool        467 drivers/usb/host/xhci-dbgtty.c 	ret = xhci_dbc_alloc_requests(port->out, &port->write_pool,
write_pool        478 drivers/usb/host/xhci-dbgtty.c 	xhci_dbc_free_requests(port->out, &port->write_pool);
write_pool        504 drivers/usb/host/xhci-dbgtty.c 	xhci_dbc_free_requests(get_in_ep(xhci), &port->write_pool);