Home
last modified time | relevance | path

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

/linux-4.1.27/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.c289 virtio_cread(vb->vdev, struct virtio_balloon_config, num_pages, in towards_target()
/linux-4.1.27/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.1.27/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.1.27/include/linux/
Dvirtio_config.h240 #define virtio_cread(vdev, structname, member, ptr) \ macro
394 virtio_cread((vdev), structname, member, ptr); \
/linux-4.1.27/net/9p/
Dtrans_virtio.c579 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
/linux-4.1.27/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.1.27/drivers/scsi/
Dvirtio_scsi.c795 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \