Lines Matching defs:hv_driver
1218 struct hv_driver { struct
1219 const char *name;
1233 bool hvsock;
1236 guid_t dev_type;
1237 const struct hv_vmbus_device_id *id_table;
1239 struct device_driver driver;
1242 struct {
1245 } dynids;
1247 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1248 int (*remove)(struct hv_device *);
1249 void (*shutdown)(struct hv_device *);
1251 int (*suspend)(struct hv_device *);
1252 int (*resume)(struct hv_device *);