Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-gpio.c67 QVhostUserGPIODevice *v_gpio = object; in qvirtio_gpio_device_get_driver()
74 QVhostUserGPIODevice *gpio_dev = (QVhostUserGPIODevice *) obj; in qvirtio_gpio_device_destructor()
80 QVhostUserGPIODevice *gpio_dev = (QVhostUserGPIODevice *) obj; in qvirtio_gpio_device_start_hw()
88 QVhostUserGPIODevice *virtio_device = g_new0(QVhostUserGPIODevice, 1); in virtio_gpio_device_create()
H A Dvirtio-gpio.h18 typedef struct QVhostUserGPIODevice QVhostUserGPIODevice; typedef
30 struct QVhostUserGPIODevice { struct