Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_core.c219 virtio_cread(vcrypto->vdev, in virtcrypto_update_status()
338 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()
347 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
349 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
351 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
353 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
355 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
357 virtio_cread(vdev, struct virtio_crypto_config, in virtcrypto_probe()
[all …]
/Linux-v4.19/drivers/virtio/
Dvirtio_input.c116 virtio_cread(vi->vdev, struct virtio_input_config, size, &size); in virtinput_cfg_select()
159 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.min, &mi); in virtinput_cfg_abs()
160 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.max, &ma); in virtinput_cfg_abs()
161 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.res, &re); in virtinput_cfg_abs()
162 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.fuzz, &fu); in virtinput_cfg_abs()
163 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.flat, &fl); in virtinput_cfg_abs()
245 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
247 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
249 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
251 virtio_cread(vi->vdev, struct virtio_input_config, in virtinput_probe()
Dvirtio_balloon.c339 virtio_cread(vb->vdev, struct virtio_balloon_config, num_pages, in towards_target()
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c44 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_config_changed_work_func()
198 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_driver_load()
209 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_driver_load()
/Linux-v4.19/drivers/net/caif/
Dcaif_virtio.c688 virtio_cread(vdev, struct virtio_caif_transf_config, headroom, in cfv_probe()
690 virtio_cread(vdev, struct virtio_caif_transf_config, headroom, in cfv_probe()
692 virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, in cfv_probe()
694 virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, in cfv_probe()
696 virtio_cread(vdev, struct virtio_caif_transf_config, mtu, in cfv_probe()
698 virtio_cread(vdev, struct virtio_caif_transf_config, mtu, in cfv_probe()
/Linux-v4.19/include/linux/
Dvirtio_config.h286 #define virtio_cread(vdev, structname, member, ptr) \ macro
440 virtio_cread((vdev), structname, member, ptr); \
/Linux-v4.19/drivers/block/
Dvirtio_blk.c323 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
325 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
327 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
386 virtio_cread(vdev, struct virtio_blk_config, capacity, &capacity); in virtblk_update_capacity()
/Linux-v4.19/net/9p/
Dtrans_virtio.c585 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
/Linux-v4.19/drivers/char/
Dvirtio_console.c1850 virtio_cread(vdev, struct virtio_console_config, cols, &cols); in config_work_handler()
1851 virtio_cread(vdev, struct virtio_console_config, rows, &rows); in config_work_handler()
/Linux-v4.19/drivers/scsi/
Dvirtio_scsi.c761 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \