Home
last modified time | relevance | path

Searched refs:feature_table (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/virtio/
H A Dvirtio.c113 if (drv->feature_table[i] == fbit) in virtio_check_driver_offered_feature()
255 unsigned int f = drv->feature_table[i]; in virtio_dev_probe()
355 BUG_ON(driver->feature_table_size && !driver->feature_table); in register_virtio_driver()
H A Dvirtio_input.c398 .feature_table = features,
H A Dvirtio_balloon.c1114 .feature_table = features,
H A Dvirtio_mem.c2990 .feature_table = virtio_mem_features,
/openbmc/u-boot/drivers/virtio/
H A Dvirtio-uclass.c172 priv->feature_table = feature; in virtio_driver_features_init()
305 unsigned int f = uc_priv->feature_table[i]; in virtio_uclass_child_pre_probe()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c154 .feature_table = features,
/openbmc/linux/include/linux/
H A Dvirtio.h185 const unsigned int *feature_table; member
/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c968 static const unsigned int feature_table[] = {}; variable
974 .feature_table = feature_table,
975 .feature_table_size = ARRAY_SIZE(feature_table),
/openbmc/linux/drivers/i2c/busses/
H A Di2c-virtio.c262 .feature_table = features,
/openbmc/linux/drivers/bluetooth/
H A Dvirtio_bt.c419 .feature_table = virtbt_features,
/openbmc/u-boot/include/
H A Dvirtio.h213 const u32 *feature_table; member
/openbmc/qemu/block/
H A Dqcow2.c276 void *feature_table = g_malloc0(ext.len + 2 * sizeof(Qcow2Feature)); in qcow2_read_extensions() local
277 ret = bdrv_co_pread(bs->file, offset, ext.len, feature_table, 0); in qcow2_read_extensions()
281 g_free(feature_table); in qcow2_read_extensions()
285 *p_feature_table = feature_table; in qcow2_read_extensions()
1452 void *feature_table = NULL; in qcow2_do_open() local
1454 &feature_table, flags, NULL, NULL); in qcow2_do_open()
1455 report_unsupported_feature(errp, feature_table, in qcow2_do_open()
1459 g_free(feature_table); in qcow2_do_open()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c587 .feature_table = features,
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dvirtio.c912 .feature_table = features,
/openbmc/linux/drivers/gpio/
H A Dgpio-virtio.c649 .feature_table = features,
/openbmc/linux/net/9p/
H A Dtrans_virtio.c781 .feature_table = features,
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport.c774 .feature_table = features,
/openbmc/linux/drivers/net/caif/
H A Dcaif_virtio.c782 .feature_table = features,
/openbmc/linux/drivers/char/
H A Dvirtio_console.c2223 .feature_table = features,
2238 .feature_table = rproc_serial_features,
/openbmc/linux/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c1053 .feature_table = features,
/openbmc/linux/drivers/scsi/
H A Dvirtio_scsi.c986 .feature_table = features,
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c1237 .feature_table = features,
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c1684 .feature_table = features,
/openbmc/linux/drivers/net/
H A Dvirtio_net.c4817 .feature_table = features,