Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.h51 void (*uhci_reset)(UHCIState *); member
H A Dhcd-uhci-sysbus.c54 uhci->uhci_reset = uhci_sysbus_reset; in uhci_sysbus_realize()
H A Dhcd-uhci.c326 static void uhci_reset(UHCIState *s) in uhci_reset() function
328 s->uhci_reset(s); in uhci_reset()
403 uhci_reset(s); in uhci_port_write()
407 uhci_reset(s); in uhci_port_write()
H A Dhcd-uhci-pci.c88 s->uhci_reset = uhci_pci_reset; in usb_uhci_common_realize_pci()