Searched refs:drv_to_hv_drv (Results 1 – 2 of 2) sorted by relevance
638 struct hv_driver *drv = drv_to_hv_drv(driver); in new_id_store()664 struct hv_driver *drv = drv_to_hv_drv(driver); in remove_id_store()704 struct hv_driver *drv = drv_to_hv_drv(driver); in vmbus_match()724 drv_to_hv_drv(child_device->driver); in vmbus_probe()752 drv = drv_to_hv_drv(child_device->driver); in vmbus_remove()774 drv = drv_to_hv_drv(child_device->driver); in vmbus_shutdown()
1139 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() function