HomeSort by relevance Sort by last modified time
    Searched refs:goldfish_device (Results 1 - 15 of 15) sorted by null

  /external/qemu/hw/
goldfish_device.h 15 struct goldfish_device { struct
16 struct goldfish_device *next;
17 struct goldfish_device *prev;
29 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level);
30 int goldfish_device_add(struct goldfish_device *dev,
35 int goldfish_add_device_no_io(struct goldfish_device *dev);
goldfish_device.c 14 #include "goldfish_device.h"
36 struct goldfish_device dev;
37 struct goldfish_device *current;
41 static struct goldfish_device *first_device;
42 static struct goldfish_device *last_device;
46 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level)
54 int goldfish_add_device_no_io(struct goldfish_device *dev)
89 int goldfish_device_add(struct goldfish_device *dev,
143 struct goldfish_device *dev = first_device;
goldfish_memlog.c 17 #include "goldfish_device.h"
36 struct goldfish_device *dev = opaque;
66 struct goldfish_device memlog_dev;
70 struct goldfish_device *dev = &memlog_dev;
android_arm.c 18 #include "goldfish_device.h"
39 static struct goldfish_device event0_device = {
46 static struct goldfish_device nand_device = {
104 struct goldfish_device *smc_device;
goldfish_trace.h 15 #include "goldfish_device.h"
94 struct goldfish_device dev;
goldfish_timer.c 16 #include "goldfish_device.h"
29 struct goldfish_device dev;
131 struct goldfish_device dev;
goldfish_battery.c 13 #include "goldfish_device.h"
36 struct goldfish_device dev;
goldfish_interrupt.c 14 #include "goldfish_device.h"
26 struct goldfish_device dev;
goldfish_switch.c 13 #include "goldfish_device.h"
28 struct goldfish_device dev;
goldfish_tty.c 14 #include "goldfish_device.h"
35 struct goldfish_device dev;
goldfish_mmc.c 13 #include "goldfish_device.h"
63 struct goldfish_device dev;
pc.c 43 #include "goldfish_device.h"
856 static struct goldfish_device event0_device = {
868 static struct goldfish_device nand_device = {
    [all...]
goldfish_audio.c 13 #include "goldfish_device.h"
75 struct goldfish_device dev;
goldfish_fb.c 16 #include "goldfish_device.h"
49 struct goldfish_device dev;
goldfish_pipe.c 15 #include "hw/goldfish_device.h"
949 struct goldfish_device dev;
    [all...]

Completed in 458 milliseconds