Lines Matching refs:k

18     VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev);  in virtio_config_readb()  local
25 k->get_config(vdev, vdev->config); in virtio_config_readb()
33 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readw() local
40 k->get_config(vdev, vdev->config); in virtio_config_readw()
48 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readl() local
55 k->get_config(vdev, vdev->config); in virtio_config_readl()
63 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writeb() local
72 if (k->set_config) { in virtio_config_writeb()
73 k->set_config(vdev, vdev->config); in virtio_config_writeb()
79 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writew() local
88 if (k->set_config) { in virtio_config_writew()
89 k->set_config(vdev, vdev->config); in virtio_config_writew()
95 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writel() local
104 if (k->set_config) { in virtio_config_writel()
105 k->set_config(vdev, vdev->config); in virtio_config_writel()
111 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readb() local
118 k->get_config(vdev, vdev->config); in virtio_config_modern_readb()
126 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readw() local
133 k->get_config(vdev, vdev->config); in virtio_config_modern_readw()
141 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readl() local
148 k->get_config(vdev, vdev->config); in virtio_config_modern_readl()
157 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_writeb() local
166 if (k->set_config) { in virtio_config_modern_writeb()
167 k->set_config(vdev, vdev->config); in virtio_config_modern_writeb()
174 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_writew() local
183 if (k->set_config) { in virtio_config_modern_writew()
184 k->set_config(vdev, vdev->config); in virtio_config_modern_writew()
191 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_writel() local
200 if (k->set_config) { in virtio_config_modern_writel()
201 k->set_config(vdev, vdev->config); in virtio_config_modern_writel()