Lines Matching defs:hv_driver
1243 struct hv_driver { struct
1244 const char *name;
1258 bool hvsock;
1261 guid_t dev_type;
1262 const struct hv_vmbus_device_id *id_table;
1264 struct device_driver driver;
1267 struct {
1270 } dynids;
1272 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1273 void (*remove)(struct hv_device *dev);
1274 void (*shutdown)(struct hv_device *);
1276 int (*suspend)(struct hv_device *);
1277 int (*resume)(struct hv_device *);