Home
last modified time | relevance | path

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

/linux-4.4.14/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.c293 virtio_cread(vb->vdev, struct virtio_balloon_config, num_pages, in towards_target()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c44 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_config_changed_work_func()
194 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_driver_load()
205 virtio_cread(vgdev->vdev, struct virtio_gpu_config, in virtio_gpu_driver_load()
/linux-4.4.14/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-4.4.14/drivers/block/
Dvirtio_blk.c284 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
286 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
288 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
348 virtio_cread(vdev, struct virtio_blk_config, capacity, &capacity); in virtblk_config_changed_work()
670 virtio_cread(vdev, struct virtio_blk_config, capacity, &cap); in virtblk_probe()
/linux-4.4.14/include/linux/
Dvirtio_config.h246 #define virtio_cread(vdev, structname, member, ptr) \ macro
400 virtio_cread((vdev), structname, member, ptr); \
/linux-4.4.14/net/9p/
Dtrans_virtio.c579 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
/linux-4.4.14/drivers/char/
Dvirtio_console.c1856 virtio_cread(vdev, struct virtio_console_config, cols, &cols); in config_work_handler()
1857 virtio_cread(vdev, struct virtio_console_config, rows, &rows); in config_work_handler()
/linux-4.4.14/drivers/scsi/
Dvirtio_scsi.c800 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \