Home
last modified time | relevance | path

Searched refs:first_device (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/
Dgoldfish_device.c41 static struct goldfish_device *first_device; variable
83 first_device = dev; in goldfish_add_device_no_io()
112 s->current = first_device; in goldfish_bus_read()
143 struct goldfish_device *dev = first_device; in goldfish_bus_op_init()
149 goldfish_device_set_irq(&s->dev, 0, first_device != NULL); in goldfish_bus_op_init()
/external/libmtp/src/
Dlibmtp.c1600 LIBMTP_mtpdevice_t *first_device = NULL; in LIBMTP_Get_First_Device() local
1614 first_device = LIBMTP_Open_Raw_Device(&devices[0]); in LIBMTP_Get_First_Device()
1616 return first_device; in LIBMTP_Get_First_Device()