/openbmc/linux/drivers/virtio/ |
H A D | virtio.c | 113 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 D | virtio_input.c | 398 .feature_table = features,
|
H A D | virtio_balloon.c | 1114 .feature_table = features,
|
H A D | virtio_mem.c | 2990 .feature_table = virtio_mem_features,
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio-uclass.c | 172 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 D | virtgpu_drv.c | 154 .feature_table = features,
|
/openbmc/linux/include/linux/ |
H A D | virtio.h | 185 const unsigned int *feature_table; member
|
/openbmc/linux/fs/fuse/ |
H A D | virtio_fs.c | 968 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 D | i2c-virtio.c | 262 .feature_table = features,
|
/openbmc/linux/drivers/bluetooth/ |
H A D | virtio_bt.c | 419 .feature_table = virtbt_features,
|
/openbmc/u-boot/include/ |
H A D | virtio.h | 213 const u32 *feature_table; member
|
/openbmc/qemu/block/ |
H A D | qcow2.c | 276 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 D | virtio_crypto_core.c | 587 .feature_table = features,
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | virtio.c | 912 .feature_table = features,
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-virtio.c | 649 .feature_table = features,
|
/openbmc/linux/net/9p/ |
H A D | trans_virtio.c | 781 .feature_table = features,
|
/openbmc/linux/net/vmw_vsock/ |
H A D | virtio_transport.c | 774 .feature_table = features,
|
/openbmc/linux/drivers/net/caif/ |
H A D | caif_virtio.c | 782 .feature_table = features,
|
/openbmc/linux/drivers/char/ |
H A D | virtio_console.c | 2223 .feature_table = features, 2238 .feature_table = rproc_serial_features,
|
/openbmc/linux/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 1053 .feature_table = features,
|
/openbmc/linux/drivers/scsi/ |
H A D | virtio_scsi.c | 986 .feature_table = features,
|
/openbmc/linux/drivers/iommu/ |
H A D | virtio-iommu.c | 1237 .feature_table = features,
|
/openbmc/linux/drivers/block/ |
H A D | virtio_blk.c | 1684 .feature_table = features,
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | 4817 .feature_table = features,
|