Home
last modified time | relevance | path

Searched defs:hv_driver (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dhyperv.h1054 struct hv_driver { struct
1055 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 …]