Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Du_serial.c104 struct list_head read_pool; member
432 struct list_head *pool = &port->read_pool; in gs_start_rx()
548 list_move(&req->list, &port->read_pool); in gs_rx_push()
672 struct list_head *head = &port->read_pool; in gs_start_io()
1051 INIT_LIST_HEAD(&port->read_pool); in gs_port_alloc()
1273 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect()