Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Du_serial.c623 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests() function
691 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io()
703 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io()
704 gs_free_requests(port->port_usb->in, &port->write_pool, in gs_start_io()
1273 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect()
1274 gs_free_requests(gser->out, &port->read_queue, NULL); in gserial_disconnect()
1275 gs_free_requests(gser->in, &port->write_pool, NULL); in gserial_disconnect()