Lines Matching defs:hv_driver
1200 struct hv_driver { struct
1201 const char *name;
1215 bool hvsock;
1218 guid_t dev_type;
1219 const struct hv_vmbus_device_id *id_table;
1221 struct device_driver driver;
1224 struct {
1227 } dynids;
1229 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1230 void (*remove)(struct hv_device *dev);
1231 void (*shutdown)(struct hv_device *);
1233 int (*suspend)(struct hv_device *);
1234 int (*resume)(struct hv_device *);