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);
197 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features()
218 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_dev_probe()
278 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
296 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_dev_remove()
357 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in register_virtio_device()
370 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
416 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_device_restore()
421 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
427 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_device_restore()
440 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK); in virtio_device_restore()
447 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()