Searched defs:hv_driver (Results 1 – 1 of 1) sorted by relevance
1054 struct hv_driver { struct1055 const char *name;1069 bool hvsock;1072 uuid_le dev_type;1073 const struct hv_vmbus_device_id *id_table;1075 struct device_driver driver;1078 struct {1081 } dynids;1083 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);1084 int (*remove)(struct hv_device *);[all …]