Lines Matching refs:virtio_add_status
162 void virtio_add_status(struct virtio_device *dev, unsigned int status) in virtio_add_status() function
167 EXPORT_SYMBOL_GPL(virtio_add_status);
196 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features()
217 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_dev_probe()
288 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
306 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_dev_remove()
414 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in register_virtio_device()
434 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
480 virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_device_restore()
485 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
491 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_device_restore()
504 virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK); in virtio_device_restore()
511 virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()