Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c169 static bool uhci_queue_verify(UHCIQueue *queue, uint32_t qh_addr, UHCI_TD *td, in uhci_queue_verify() function
731 if (uhci_queue_verify(async->queue, qh_addr, td, td_addr, queuing)) { in uhci_handle_td()
742 if (q && !uhci_queue_verify(q, qh_addr, td, td_addr, queuing)) { in uhci_handle_td()