Lines Matching refs:virtio_add_status
162 void virtio_add_status(struct virtio_device *dev, unsigned int status) in virtio_add_status() function
166 EXPORT_SYMBOL_GPL(virtio_add_status);
179 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features()
200 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_dev_probe()
260 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
278 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_dev_remove()
339 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in register_virtio_device()
352 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
392 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_device_restore()
397 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
403 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_device_restore()
416 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK); in virtio_device_restore()
423 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()