HomeSort by relevance Sort by last modified time
    Searched refs:goldfish_device (Results 1 - 16 of 16) 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"
34 struct goldfish_device dev;
35 struct goldfish_device *current;
39 static struct goldfish_device *first_device;
40 static struct goldfish_device *last_device;
44 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level)
52 int goldfish_add_device_no_io(struct goldfish_device *dev)
87 int goldfish_device_add(struct goldfish_device *dev,
141 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;
android_mips.c 18 #include "goldfish_device.h"
45 static struct goldfish_device event0_device = {
52 static struct goldfish_device nand_device = {
197 struct goldfish_device *smc_device;
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"
29 struct goldfish_device dev;
goldfish_tty.c 14 #include "goldfish_device.h"
32 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"
947 struct goldfish_device dev;
    [all...]

Completed in 861 milliseconds