Searched refs:gs_free_requests (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/usb/gadget/function/ |
D | u_serial.c | 488 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests() function 556 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io() 570 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io() 571 gs_free_requests(port->port_usb->in, &port->write_pool, in gs_start_io() 1403 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect() 1404 gs_free_requests(gser->out, &port->read_queue, NULL); in gserial_disconnect() 1405 gs_free_requests(gser->in, &port->write_pool, NULL); in gserial_disconnect()
|