Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user-gpio.c174 static uint64_t vu_gpio_get_features(VirtIODevice *vdev, uint64_t features, in vu_gpio_get_features() function
418 vdc->get_features = vu_gpio_get_features; in vu_gpio_class_init()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c1115 static uint64_t vu_gpio_get_features(TestServer *s) in vu_gpio_get_features() function
1143 .get_features = vu_gpio_get_features,