Lines Matching defs:hv_driver
1257 struct hv_driver { struct
1258 const char *name;
1272 bool hvsock;
1275 guid_t dev_type;
1276 const struct hv_vmbus_device_id *id_table;
1278 struct device_driver driver;
1281 struct {
1284 } dynids;
1286 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1287 void (*remove)(struct hv_device *dev);
1288 void (*shutdown)(struct hv_device *);
1290 int (*suspend)(struct hv_device *);
1291 int (*resume)(struct hv_device *);