| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-rng.c | 131 static uint64_t get_features(VirtIODevice *vdev, uint64_t f, Error **errp) in get_features() function 274 vdc->get_features = get_features; in virtio_rng_class_init()
|
| H A D | virtio-bus.c | 65 assert(vdc->get_features != NULL); in virtio_bus_device_plugged() 66 vdev->host_features = vdc->get_features(vdev, vdev->host_features, in virtio_bus_device_plugged()
|
| H A D | vhost-user-vsock.c | 168 vdc->get_features = vuv_get_features; in vuv_class_init()
|
| H A D | vhost-vsock.c | 223 vdc->get_features = vhost_vsock_get_features; in vhost_vsock_class_init()
|
| H A D | virtio-pmem.c | 175 vdc->get_features = virtio_pmem_get_features; in virtio_pmem_class_init()
|
| H A D | vhost-user-scmi.c | 297 vdc->get_features = vu_scmi_get_features; in vu_scmi_class_init()
|
| H A D | vhost-user-base.c | 362 vdc->get_features = vub_get_features; in vub_class_init()
|
| H A D | virtio-nsm.c | 1614 static uint64_t get_features(VirtIODevice *vdev, uint64_t f, Error **errp) in get_features() function 1721 vdc->get_features = get_features; in virtio_nsm_class_init()
|
| /openbmc/u-boot/drivers/virtio/ |
| H A D | virtio_sandbox.c | 186 .get_features = virtio_sandbox_get_features, 215 .get_features = virtio_sandbox_get_features,
|
| H A D | virtio-uclass.c | 93 return ops->get_features(vdev->parent, features); in virtio_get_features() 211 !ops->get_features || !ops->set_features || in virtio_uclass_pre_probe()
|
| H A D | virtio_pci_legacy.c | 337 .get_features = virtio_pci_get_features,
|
| H A D | virtio_mmio.c | 393 .get_features = virtio_mmio_get_features,
|
| /openbmc/qemu/tests/qtest/ |
| H A D | vhost-user-test.c | 182 uint64_t (*get_features)(TestServer *s); member 367 g_assert(s->vu_ops->get_features); in chr_read() 377 msg.payload.u64 = s->vu_ops->get_features(s); in chr_read() 1086 .get_features = vu_net_get_features, 1169 .get_features = vu_gpio_get_features, 1211 .get_features = vu_scmi_get_features,
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | ihs_fpga.c | 247 static int get_features(struct udevice *dev, struct fpga_features *features) in get_features() function 485 static int get_features(unsigned int fpga, struct fpga_features *features) in get_features() function 588 get_features(dev, &features); in fpga_print_info()
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-pci-modern.c | 40 static uint64_t get_features(QVirtioDevice *d) in get_features() function 263 .get_features = get_features,
|
| H A D | virtio.h | 57 uint64_t (*get_features)(QVirtioDevice *d); member
|
| H A D | virtio-mmio.c | 207 .get_features = qvirtio_mmio_get_features,
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | virtio-9p-device.c | 261 vdc->get_features = virtio_9p_get_features; in virtio_9p_class_init()
|
| /openbmc/qemu/hw/char/ |
| H A D | virtio-serial-bus.c | 553 static uint64_t get_features(VirtIODevice *vdev, uint64_t features, in get_features() function 1176 vdc->get_features = get_features; in virtio_serial_class_init()
|
| /openbmc/qemu/block/export/ |
| H A D | vhost-user-blk-server.c | 203 .get_features = vu_blk_get_features,
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi.c | 381 vdc->get_features = vhost_scsi_common_get_features; in vhost_scsi_class_init()
|
| /openbmc/qemu/hw/display/ |
| H A D | virtio-gpu-base.c | 298 vdc->get_features = virtio_gpu_base_get_features; in virtio_gpu_base_class_init()
|
| /openbmc/qemu/hw/input/ |
| H A D | virtio-input.c | 320 vdc->get_features = virtio_input_get_features; in virtio_input_class_init()
|
| /openbmc/qemu/hw/audio/ |
| H A D | virtio-snd.c | 998 static uint64_t get_features(VirtIODevice *vdev, uint64_t features, in get_features() function 1378 vdc->get_features = get_features; in virtio_snd_class_init()
|
| H A D | trace-events | 44 virtio_snd_get_features(void *vdev, uint64_t features) "snd %p: get_features 0x%"PRIx64
|