Lines Matching defs:hv_driver
1082 struct hv_driver { struct
1083 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 *);
1113 void (*shutdown)(struct hv_device *);