Home
last modified time | relevance | path

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

/external/qemu/hw/
Dgoldfish_device.c35 struct bus_state { struct
103 struct bus_state *s = (struct bus_state *)opaque; in goldfish_bus_read()
141 static void goldfish_bus_op_init(struct bus_state *s) in goldfish_bus_op_init()
154 struct bus_state *s = (struct bus_state *)opaque; in goldfish_bus_write()
193 static struct bus_state bus_state = { variable
213 bus_state.dev.base = base; in goldfish_device_bus_init()
214 bus_state.dev.irq = irq; in goldfish_device_bus_init()
216 … return goldfish_device_add(&bus_state.dev, goldfish_bus_readfn, goldfish_bus_writefn, &bus_state); in goldfish_device_bus_init()