Searched refs:virtio_cread (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/block/ |
H A D | virtio_blk.c | 733 virtio_cread(vdev, struct virtio_blk_config, in virtblk_read_zoned_limits() 738 virtio_cread(vdev, struct virtio_blk_config, in virtblk_read_zoned_limits() 743 virtio_cread(vdev, struct virtio_blk_config, in virtblk_read_zoned_limits() 758 virtio_cread(vdev, struct virtio_blk_config, zoned.zone_sectors, in virtblk_read_zoned_limits() 775 virtio_cread(vdev, struct virtio_blk_config, in virtblk_read_zoned_limits() 852 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo() 854 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo() 856 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo() 927 virtio_cread(vdev, struct virtio_blk_config, capacity, &capacity); in virtblk_update_capacity() 1320 virtio_cread(vdev, struct virtio_blk_config, in virtblk_read_limits() [all …]
|
/linux/drivers/bluetooth/ |
H A D | virtio_bt.c | 311 virtio_cread(vdev, struct virtio_bt_config_v2, in virtbt_probe() 314 virtio_cread(vdev, struct virtio_bt_config, in virtbt_probe() 349 virtio_cread(vdev, struct virtio_bt_config_v2, in virtbt_probe() 352 virtio_cread(vdev, struct virtio_bt_config, in virtbt_probe()
|
/linux/drivers/net/caif/ |
H A D | caif_virtio.c | 684 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/include/linux/ |
H A D | virtio_config.h | 394 #define virtio_cread(vdev, structname, member, ptr) \ macro 612 virtio_cread((vdev), structname, member, ptr); \
|
/linux/net/9p/ |
H A D | trans_virtio.c | 627 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
|
/linux/drivers/char/ |
H A D | virtio_console.c | 1787 virtio_cread(vdev, struct virtio_console_config, cols, &cols); in config_work_handler() 1788 virtio_cread(vdev, struct virtio_console_config, rows, &rows); in config_work_handler()
|
/linux/drivers/scsi/ |
H A D | virtio_scsi.c | 814 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \
|