Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-dbgtty.c161 xhci_dbc_free_requests(struct dbc_ep *dep, struct list_head *head) in xhci_dbc_free_requests() function
477 xhci_dbc_free_requests(port->in, &port->read_pool); in xhci_dbc_tty_register_device()
478 xhci_dbc_free_requests(port->out, &port->write_pool); in xhci_dbc_tty_register_device()
502 xhci_dbc_free_requests(get_out_ep(xhci), &port->read_pool); in xhci_dbc_tty_unregister_device()
503 xhci_dbc_free_requests(get_out_ep(xhci), &port->read_queue); in xhci_dbc_tty_unregister_device()
504 xhci_dbc_free_requests(get_in_ep(xhci), &port->write_pool); in xhci_dbc_tty_unregister_device()