Searched defs:hv_driver (Results 1 – 3 of 3) sorted by relevance
928 struct hv_driver { struct929 const char *name;932 uuid_le dev_type;933 const struct hv_vmbus_device_id *id_table;935 struct device_driver driver;937 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);938 int (*remove)(struct hv_device *);962 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() argument
876 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()904 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()
626 static struct platform_driver hv_driver = { variable