Searched refs:gs_free_requests (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/gadget/function/ |
D | u_serial.c | 492 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests() function 564 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io() 578 gs_free_requests(ep, head, &port->read_allocated); in gs_start_io() 579 gs_free_requests(port->port_usb->in, &port->write_pool, in gs_start_io() 1417 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect() 1418 gs_free_requests(gser->out, &port->read_queue, NULL); in gserial_disconnect() 1419 gs_free_requests(gser->in, &port->write_pool, NULL); in gserial_disconnect()
|