Searched refs:scmi_vdev (Results 1 – 1 of 1) sorted by relevance
117 static struct virtio_device *scmi_vdev; variable380 if (WARN_ON_ONCE(!scmi_vdev)) in virtio_chan_available()383 channels = (struct scmi_vio_channel *)scmi_vdev->priv; in virtio_chan_available()390 if (scmi_vio_have_vq_rx(scmi_vdev)) in virtio_chan_available()412 if (!scmi_vdev) in virtio_chan_setup()415 vioch = &((struct scmi_vio_channel *)scmi_vdev->priv)[index]; in virtio_chan_setup()422 alloc_workqueue(dev_name(&scmi_vdev->dev), in virtio_chan_setup()822 if (scmi_vdev) { in scmi_vio_probe()872 smp_store_mb(scmi_vdev, vdev); in scmi_vio_probe()879 smp_store_mb(scmi_vdev, NULL); in scmi_vio_probe()[all …]