Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c109 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td);
797 uhci_queue_fill(async->queue, &last_td); in uhci_handle_td()
856 uhci_queue_fill(q, td); in uhci_handle_td()
925 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td) in uhci_queue_fill() function