Searched refs:gpios (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/core/ |
H A D | gpio.c | 30 QLIST_FOREACH(ngl, &dev->gpios, node) { in qdev_get_named_gpio_list() 39 QLIST_INSERT_HEAD(&dev->gpios, ngl, node); in qdev_get_named_gpio_list() 196 QLIST_INSERT_HEAD(&container->gpios, ngl, node); in qdev_pass_gpios()
|
H A D | qdev.c | 649 QLIST_INIT(&dev->gpios); in device_initfn() 672 QLIST_FOREACH_SAFE(ngl, &dev->gpios, node, next) { in device_finalize()
|
/qemu/include/hw/gpio/ |
H A D | aspeed_gpio.h | 91 qemu_irq gpios[ASPEED_GPIO_MAX_NR_SETS][ASPEED_GPIOS_PER_SET]; member
|
/qemu/include/hw/ |
H A D | qdev-core.h | 266 NamedGPIOListHead gpios; member
|
/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 339 qemu_set_irq(s->gpios[set][gpio], !!(new & mask)); in aspeed_gpio_update() 1407 sysbus_init_irq(sbd, &s->gpios[i][j]); in aspeed_gpio_realize()
|
/qemu/system/ |
H A D | qtest.c | 401 QLIST_FOREACH(ngl, &dev->gpios, node) { in qtest_process_command()
|
H A D | qdev-monitor.c | 783 QLIST_FOREACH(ngl, &dev->gpios, node) { in qdev_print()
|