Lines Matching refs:virtio_add_status
163 void virtio_add_status(struct virtio_device *dev, unsigned int status) in virtio_add_status() function
168 EXPORT_SYMBOL_GPL(virtio_add_status);
196 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_features_ok()
216 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_dev_probe()
289 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
307 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_dev_remove()
368 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in register_virtio_device()
381 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
434 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_device_restore()
439 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
445 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_device_restore()
462 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK); in virtio_device_restore()
470 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()