Home
last modified time | relevance | path

Searched refs:virtio_cread (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/crypto/virtio/
Dvirtio_crypto_core.c207 virtio_cread(vcrypto->vdev, in virtcrypto_update_status()
326 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
331 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
333 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
335 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
337 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
339 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
341 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
343 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
345 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
[all …]
/Linux-v5.4/drivers/virtio/
Dvirtio_input.c117 virtio_cread(vi->vdev, struct virtio_input_config, size, &size); in virtinput_cfg_select()
160 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.min, &mi); in virtinput_cfg_abs()
161 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.max, &ma); in virtinput_cfg_abs()
162 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.res, &re); in virtinput_cfg_abs()
163 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.fuzz, &fu); in virtinput_cfg_abs()
164 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.flat, &fl); in virtinput_cfg_abs()
246 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
248 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
250 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
252 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
Dvirtio_balloon.c359 virtio_cread(vb->vdev, struct virtio_balloon_config, num_pages, in towards_target()
529 virtio_cread(vb->vdev, struct virtio_balloon_config, in virtio_balloon_cmd_id_received()
/Linux-v5.4/drivers/nvdimm/
Dvirtio_pmem.c61 virtio_cread(vpmem->vdev, struct virtio_pmem_config, in virtio_pmem_probe()
63 virtio_cread(vpmem->vdev, struct virtio_pmem_config, in virtio_pmem_probe()
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c41 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_config_changed_work_func()
183 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_init()
194 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_init()
/Linux-v5.4/drivers/net/caif/
Dcaif_virtio.c684 virtio_cread(vdev, struct virtio_caif_transf_config, headroom, in cfv_probe()
686 virtio_cread(vdev, struct virtio_caif_transf_config, headroom, in cfv_probe()
688 virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, in cfv_probe()
690 virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, in cfv_probe()
692 virtio_cread(vdev, struct virtio_caif_transf_config, mtu, in cfv_probe()
694 virtio_cread(vdev, struct virtio_caif_transf_config, mtu, in cfv_probe()
/Linux-v5.4/drivers/block/
Dvirtio_blk.c391 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
393 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
395 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
454 virtio_cread(vdev, struct virtio_blk_config, capacity, &capacity); in virtblk_update_capacity()
882 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
886 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
890 virtio_cread(vdev, struct virtio_blk_config, max_discard_seg, in virtblk_probe()
900 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
/Linux-v5.4/include/linux/
Dvirtio_config.h291 #define virtio_cread(vdev, structname, member, ptr) \ macro
458 virtio_cread((vdev), structname, member, ptr); \
/Linux-v5.4/net/9p/
Dtrans_virtio.c587 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
/Linux-v5.4/drivers/char/
Dvirtio_console.c1828 virtio_cread(vdev, struct virtio_console_config, cols, &cols); in config_work_handler()
1829 virtio_cread(vdev, struct virtio_console_config, rows, &rows); in config_work_handler()
/Linux-v5.4/drivers/scsi/
Dvirtio_scsi.c751 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \
/Linux-v5.4/drivers/iommu/
Dvirtio-iommu.c1032 virtio_cread(vdev, struct virtio_iommu_config, page_size_mask, in viommu_probe()
/Linux-v5.4/fs/fuse/
Dvirtio_fs.c531 virtio_cread(vdev, struct virtio_fs_config, num_request_queues, in virtio_fs_setup_vqs()