Home
last modified time | relevance | path

Searched refs:get_features (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/qemu/hw/virtio/
H A Dvirtio-rng.c131 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 Dvhost-user-vsock.c168 vdc->get_features = vuv_get_features; in vuv_class_init()
H A Dvirtio-pmem.c174 vdc->get_features = virtio_pmem_get_features; in virtio_pmem_class_init()
H A Dvhost-user-scmi.c297 vdc->get_features = vu_scmi_get_features; in vu_scmi_class_init()
H A Dvhost-user-base.c362 vdc->get_features = vub_get_features; in vub_class_init()
H A Dvirtio-nsm.c1614 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()
H A Dvhost-user-fs.c436 vdc->get_features = vuf_get_features; in vuf_class_init()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_sandbox.c186 .get_features = virtio_sandbox_get_features,
215 .get_features = virtio_sandbox_get_features,
H A Dvirtio-uclass.c93 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 Dvirtio_pci_legacy.c337 .get_features = virtio_pci_get_features,
H A Dvirtio_mmio.c393 .get_features = virtio_mmio_get_features,
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c182 uint64_t (*get_features)(TestServer *s); member
365 /* Mandatory for tests to define get_features */ in chr_read()
366 g_assert(s->vu_ops->get_features); in chr_read()
376 msg.payload.u64 = s->vu_ops->get_features(s); in chr_read()
1084 .get_features = vu_net_get_features,
1167 .get_features = vu_gpio_get_features,
1209 .get_features = vu_scmi_get_features,
/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c247 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 Dvirtio-pci-modern.c40 static uint64_t get_features(QVirtioDevice *d) in get_features() function
263 .get_features = get_features,
H A Dvirtio.h57 uint64_t (*get_features)(QVirtioDevice *d); member
H A Dvirtio-mmio.c207 .get_features = qvirtio_mmio_get_features,
H A Dvirtio.c113 return d->bus->get_features(d); in qvirtio_get_features()
/openbmc/qemu/hw/9pfs/
H A Dvirtio-9p-device.c261 vdc->get_features = virtio_9p_get_features; in virtio_9p_class_init()
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c553 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 Dvhost-user-blk-server.c203 .get_features = vu_blk_get_features,
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c298 vdc->get_features = virtio_gpu_base_get_features; in virtio_gpu_base_class_init()
/openbmc/qemu/hw/input/
H A Dvirtio-input.c320 vdc->get_features = virtio_input_get_features; in virtio_input_class_init()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h250 vu_get_features_cb get_features; member
/openbmc/u-boot/include/
H A Dvirtio.h154 int (*get_features)(struct udevice *vdev, u64 *features); member
/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c404 vdc->get_features = vhost_scsi_common_get_features; in vhost_user_scsi_class_init()

12