Searched refs:uhci_queue_verify (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci.c | 163 static bool uhci_queue_verify(UHCIQueue *queue, uint32_t qh_addr, UHCI_TD *td, in uhci_queue_verify() function 745 if (uhci_queue_verify(async->queue, qh_addr, td, td_addr, queuing)) { in uhci_handle_td() 756 if (q && !uhci_queue_verify(q, qh_addr, td, td_addr, queuing)) { in uhci_handle_td()
|