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);
182 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features()
203 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_dev_probe()
263 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
281 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_dev_remove()
342 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in register_virtio_device()
355 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
395 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_device_restore()
400 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
406 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_device_restore()
419 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK); in virtio_device_restore()
426 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()