Searched defs:hv_driver (Results 1 – 3 of 3) sorted by relevance
1082 struct hv_driver { struct1083 const char *name;1097 bool hvsock;1100 uuid_le dev_type;1101 const struct hv_vmbus_device_id *id_table;1103 struct device_driver driver;1106 struct {1109 } dynids;1111 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);1112 int (*remove)(struct hv_device *);[all …]
632 static struct platform_driver hv_driver = { variable
1212 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()1244 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()