Home
last modified time | relevance | path

Searched defs:OHCIState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h37 typedef struct OHCIState OHCIState; typedef
39 struct OHCIState { struct
40 USBBus bus;
41 qemu_irq irq;
42 MemoryRegion mem;
43 AddressSpace *as;
44 uint32_t num_ports;
45 const char *name;
47 QEMUTimer *eof_timer;
48 int64_t sof_time;
[all …]
H A Dhcd-ohci.c1886 void (*ohci_die_fn)(OHCIState *), Error **errp) in usb_ohci_init()