Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dusb-hcd-ehci-test.c66 uhci_deinit(&uhci1); in test_deinit()
67 uhci_deinit(&uhci2); in test_deinit()
68 uhci_deinit(&uhci3); in test_deinit()
69 uhci_deinit(&ehci1); in test_deinit()
H A Dusb-hcd-uhci-test.c27 uhci_deinit(&uhci); in test_port()
/openbmc/qemu/tests/qtest/libqos/
H A Dusb.h14 void uhci_deinit(struct qhc *hc);
H A Dusb.c27 void uhci_deinit(struct qhc *hc) in uhci_deinit() function