Home
last modified time | relevance | path

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

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