Home
last modified time | relevance | path

Searched refs:drv_to_virtio (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/virtio/
Dvirtio.c88 ids = drv_to_virtio(_dr)->id_table; in virtio_dev_match()
112 struct virtio_driver *drv = drv_to_virtio(vdev->dev.driver); in virtio_check_driver_offered_feature()
130 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in __virtio_config_changed()
190 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_dev_probe()
258 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_dev_remove()
345 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_device_freeze()
360 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_device_restore()
/linux-4.1.27/include/linux/
Dvirtio.h157 static inline struct virtio_driver *drv_to_virtio(struct device_driver *drv) in drv_to_virtio() function