Lines Matching defs:hv_driver
1130 struct hv_driver { struct
1131 const char *name;
1145 bool hvsock;
1148 guid_t dev_type;
1149 const struct hv_vmbus_device_id *id_table;
1151 struct device_driver driver;
1154 struct {
1157 } dynids;
1159 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1160 int (*remove)(struct hv_device *);
1161 void (*shutdown)(struct hv_device *);
1163 int (*suspend)(struct hv_device *);
1164 int (*resume)(struct hv_device *);