Lines Matching defs:hv_driver
1180 struct hv_driver { struct
1181 const char *name;
1195 bool hvsock;
1198 guid_t dev_type;
1199 const struct hv_vmbus_device_id *id_table;
1201 struct device_driver driver;
1204 struct {
1207 } dynids;
1209 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1210 int (*remove)(struct hv_device *);
1211 void (*shutdown)(struct hv_device *);
1213 int (*suspend)(struct hv_device *);
1214 int (*resume)(struct hv_device *);