Searched defs:hv_driver (Results 1 – 3 of 3) sorted by relevance
942 struct hv_driver { struct943 const char *name;946 uuid_le dev_type;947 const struct hv_vmbus_device_id *id_table;949 struct device_driver driver;951 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);952 int (*remove)(struct hv_device *);976 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() argument
911 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()940 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()
626 static struct platform_driver hv_driver = { variable