Searched refs:virtio_cread (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/virtio/ |
D | virtio_input.c | 116 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()
|
D | virtio_balloon.c | 293 virtio_cread(vb->vdev, struct virtio_balloon_config, num_pages, in towards_target()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_kms.c | 44 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/ |
D | caif_virtio.c | 688 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/ |
D | virtio_blk.c | 284 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/ |
D | virtio_config.h | 246 #define virtio_cread(vdev, structname, member, ptr) \ macro 400 virtio_cread((vdev), structname, member, ptr); \
|
/linux-4.4.14/net/9p/ |
D | trans_virtio.c | 579 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
|
/linux-4.4.14/drivers/char/ |
D | virtio_console.c | 1856 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/ |
D | virtio_scsi.c | 800 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \
|