Searched defs:hv_driver (Results 1 – 3 of 3) sorted by relevance
703 struct hv_driver { struct704 const char *name;707 uuid_le dev_type;708 const struct hv_vmbus_device_id *id_table;710 struct device_driver driver;712 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);713 int (*remove)(struct hv_device *);737 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() argument
595 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()625 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()
632 static struct platform_driver hv_driver = { variable