Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-dbgtty.c92 struct list_head *pool = &port->read_pool; in dbc_start_rx()
170 list_add_tail(&req->list_pool, &port->read_pool); in dbc_read_complete()
422 list_move_tail(&req->list_pool, &port->read_pool); in dbc_rx_push()
456 INIT_LIST_HEAD(&port->read_pool); in xhci_dbc_tty_init_port()
496 ret = xhci_dbc_alloc_requests(dbc, BULK_IN, &port->read_pool, in xhci_dbc_tty_register_device()
518 xhci_dbc_free_requests(&port->read_pool); in xhci_dbc_tty_register_device()
547 xhci_dbc_free_requests(&port->read_pool); in xhci_dbc_tty_unregister_device()
/linux/drivers/usb/gadget/function/
H A Du_serial.c115 struct list_head read_pool; member
312 struct list_head *pool = &port->read_pool; in gs_start_rx()
430 list_move(&req->list, &port->read_pool); in gs_rx_push()
546 struct list_head *head = &port->read_pool; in gs_start_io()
1231 INIT_LIST_HEAD(&port->read_pool); in gs_port_alloc()
1475 gs_free_requests(gser->out, &port->read_pool, NULL); in gserial_disconnect()