Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_serial.c497 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests() function
565 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io()
581 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io()
582 gs_free_requests(port->port_usb->in, &port->write_pool, in gs_start_io()
1475 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect()
1476 gs_free_requests(gser->out, &port->read_queue, NULL); in gserial_disconnect()
1477 gs_free_requests(gser->in, &port->write_pool, NULL); in gserial_disconnect()