Searched refs:bus_state (Results 1 – 1 of 1) sorted by relevance
33 struct bus_state { struct101 struct bus_state *s = (struct bus_state *)opaque; in goldfish_bus_read()139 static void goldfish_bus_op_init(struct bus_state *s) in goldfish_bus_op_init()152 struct bus_state *s = (struct bus_state *)opaque; in goldfish_bus_write()187 static struct bus_state bus_state = { variable207 bus_state.dev.base = base; in goldfish_device_bus_init()208 bus_state.dev.irq = irq; in goldfish_device_bus_init()210 … return goldfish_device_add(&bus_state.dev, goldfish_bus_readfn, goldfish_bus_writefn, &bus_state); in goldfish_device_bus_init()