Searched defs:goldfish_device (Results 1 – 1 of 1) sorted by relevance
15 struct goldfish_device { struct16 struct goldfish_device *next; argument17 struct goldfish_device *prev; argument22 uint32_t base; // filled in by goldfish_device_add if 0 argument24 uint32_t irq; // filled in by goldfish_device_add if 0 argument29 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level); argument