Searched refs:virtio_cread_bytes (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/virtio/ |
D | virtio_input.c | 159 virtio_cread_bytes(vi->vdev, offsetof(struct virtio_input_config, in virtinput_cfg_bits() 248 virtio_cread_bytes(vi->vdev, offsetof(struct virtio_input_config, in virtinput_probe() 252 virtio_cread_bytes(vi->vdev, offsetof(struct virtio_input_config, in virtinput_probe()
|
/linux-6.1.9/include/linux/ |
D | virtio_config.h | 519 static inline void virtio_cread_bytes(struct virtio_device *vdev, in virtio_cread_bytes() function
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-virtio.c | 554 virtio_cread_bytes(vdev, 0, &config, sizeof(config)); in virtio_gpio_probe()
|
/linux-6.1.9/net/9p/ |
D | trans_virtio.c | 639 virtio_cread_bytes(vdev, offsetof(struct virtio_9p_config, tag), in p9_virtio_probe()
|
/linux-6.1.9/fs/fuse/ |
D | virtio_fs.c | 312 virtio_cread_bytes(vdev, offsetof(struct virtio_fs_config, tag), in virtio_fs_read_tag()
|
/linux-6.1.9/drivers/net/ |
D | virtio_net.c | 3789 virtio_cread_bytes(vdev, in virtnet_probe()
|