Lines Matching full:virtio
3 * Virtio I2C Bus Driver
5 * The Virtio I2C Specification:
6 * https://raw.githubusercontent.com/oasis-tcs/virtio-spec/master/virtio-i2c.tex
17 #include <linux/virtio.h>
23 * struct virtio_i2c - virtio I2C data
24 * @vdev: virtio device for this controller
26 * @vq: the virtio virtqueue for communication
35 * struct virtio_i2c_req - the virtio I2C request structure
36 * @completion: completion of virtio I2C message
37 * @out_hdr: the OUT header of the virtio I2C message
39 * @in_hdr: the IN header of the virtio I2C message
71 * format, Please check the Virtio I2C Specification. in virtio_i2c_prepare_reqs()
213 "i2c_virtio at virtio bus %d", vdev->index); in virtio_i2c_probe()
244 MODULE_DEVICE_TABLE(virtio, id_table);
277 MODULE_DESCRIPTION("Virtio i2c bus driver");