Searched refs:device_type_list (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dqdev.c53 static DeviceType *device_type_list; variable
63 t->next = device_type_list;
64 device_type_list = t;
76 for (t = device_type_list; t; t = t->next) {

Completed in 132 milliseconds