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

  /external/qemu/include/hw/android/goldfish/
device.h 18 struct goldfish_device { struct
19 struct goldfish_device *next;
20 struct goldfish_device *prev;
32 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level);
33 int goldfish_device_add(struct goldfish_device *dev,
38 int goldfish_add_device_no_io(struct goldfish_device *dev);
trace.h 95 struct goldfish_device dev;
  /external/qemu/hw/android/goldfish/
device.c 37 struct goldfish_device dev;
38 struct goldfish_device *current;
43 static struct goldfish_device *first_device;
44 static struct goldfish_device *last_device;
55 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level)
63 int goldfish_add_device_no_io(struct goldfish_device *dev)
99 int goldfish_device_add(struct goldfish_device *dev,
153 struct goldfish_device *dev = first_device;
timer.c 29 struct goldfish_device dev;
131 struct goldfish_device dev;
interrupt.c 27 struct goldfish_device dev;
battery.c 38 struct goldfish_device dev;
tty.c 34 struct goldfish_device dev;
mmc.c 71 struct goldfish_device dev;
audio.c 82 struct goldfish_device dev;
fb.c 51 struct goldfish_device dev;
pipe.c 954 struct goldfish_device dev;
    [all...]
  /external/qemu/hw/android/
android_arm.c 34 static struct goldfish_device event0_device = {
41 static struct goldfish_device nand_device = {
91 struct goldfish_device *smc_device;
android_mips.c 42 static struct goldfish_device event0_device = {
49 static struct goldfish_device nand_device = {
192 struct goldfish_device *smc_device;
  /external/qemu/hw/i386/
pc.c 850 static struct goldfish_device event0_device = {
862 static struct goldfish_device nand_device = {
    [all...]

Completed in 355 milliseconds