Home | Sort by relevance Sort by last modified time |
/external/qemu/hw/android/ | |
android_arm.c | 41 static struct goldfish_device nand_device = { variable in typeref:struct:goldfish_device 123 goldfish_add_device_no_io(&nand_device); 124 nand_dev_init(nand_device.base); |
android_mips.c | 49 static struct goldfish_device nand_device = { variable in typeref:struct:goldfish_device 223 goldfish_add_device_no_io(&nand_device); 224 nand_dev_init(nand_device.base); |
/external/qemu/hw/i386/ | |
pc.c | 862 static struct goldfish_device nand_device = { variable in typeref:struct:goldfish_device 1042 goldfish_add_device_no_io(&nand_device); 1043 nand_dev_init(nand_device.base); [all...] |