Searched refs:gs_free_requests (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 496 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests() function 568 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io() 582 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io() 583 gs_free_requests(port->port_usb->in, &port->write_pool, in gs_start_io() 1439 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect() 1440 gs_free_requests(gser->out, &port->read_queue, NULL); in gserial_disconnect() 1441 gs_free_requests(gser->in, &port->write_pool, NULL); in gserial_disconnect()
|