Lines Matching refs:hv_device
820 struct hv_device *device_obj;
1272 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1273 void (*remove)(struct hv_device *dev);
1274 void (*shutdown)(struct hv_device *);
1276 int (*suspend)(struct hv_device *);
1277 int (*resume)(struct hv_device *);
1282 struct hv_device { struct
1309 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) argument
1316 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata()
1321 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata()
1350 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,