Lines Matching defs:hv_driver
1246 struct hv_driver { struct
1247 const char *name;
1261 bool hvsock;
1264 guid_t dev_type;
1265 const struct hv_vmbus_device_id *id_table;
1267 struct device_driver driver;
1270 struct {
1273 } dynids;
1275 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1276 int (*remove)(struct hv_device *);
1277 void (*shutdown)(struct hv_device *);
1279 int (*suspend)(struct hv_device *);
1280 int (*resume)(struct hv_device *);