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.c103 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td);
813 uhci_queue_fill(async->queue, &last_td); in uhci_handle_td()
872 uhci_queue_fill(q, td); in uhci_handle_td()
944 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td) in uhci_queue_fill() function