Lines Matching refs:hv_device
778 struct hv_device *device_obj;
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 *);
1239 struct hv_device { struct
1266 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) argument
1269 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata()
1274 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata()
1303 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,