read_pool         108 drivers/usb/gadget/function/u_serial.c 	struct list_head	read_pool;
read_pool         303 drivers/usb/gadget/function/u_serial.c 	struct list_head	*pool = &port->read_pool;
read_pool         420 drivers/usb/gadget/function/u_serial.c 		list_move(&req->list, &port->read_pool);
read_pool         536 drivers/usb/gadget/function/u_serial.c 	struct list_head	*head = &port->read_pool;
read_pool        1159 drivers/usb/gadget/function/u_serial.c 	INIT_LIST_HEAD(&port->read_pool);
read_pool        1386 drivers/usb/gadget/function/u_serial.c 	gs_free_requests(gser->out, &port->read_pool, NULL);
read_pool         121 drivers/usb/host/xhci-dbgcap.h 	struct list_head		read_pool;
read_pool          72 drivers/usb/host/xhci-dbgtty.c 	struct list_head	*pool = &port->read_pool;
read_pool         383 drivers/usb/host/xhci-dbgtty.c 		list_move(&req->list_pool, &port->read_pool);
read_pool         426 drivers/usb/host/xhci-dbgtty.c 	INIT_LIST_HEAD(&port->read_pool);
read_pool         462 drivers/usb/host/xhci-dbgtty.c 	ret = xhci_dbc_alloc_requests(port->in, &port->read_pool,
read_pool         477 drivers/usb/host/xhci-dbgtty.c 	xhci_dbc_free_requests(port->in, &port->read_pool);
read_pool         502 drivers/usb/host/xhci-dbgtty.c 	xhci_dbc_free_requests(get_out_ep(xhci), &port->read_pool);