Lines Matching defs:hv_driver
1263 struct hv_driver { struct
1264 const char *name;
1278 bool hvsock;
1281 guid_t dev_type;
1282 const struct hv_vmbus_device_id *id_table;
1284 struct device_driver driver;
1287 struct {
1290 } dynids;
1292 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1293 void (*remove)(struct hv_device *dev);
1294 void (*shutdown)(struct hv_device *);
1296 int (*suspend)(struct hv_device *);
1297 int (*resume)(struct hv_device *);