Lines Matching refs:hv_device
843 struct hv_device *device_obj;
1294 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1295 void (*remove)(struct hv_device *dev);
1296 void (*shutdown)(struct hv_device *);
1298 int (*suspend)(struct hv_device *);
1299 int (*resume)(struct hv_device *);
1304 struct hv_device { struct
1331 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) argument
1334 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata()
1339 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata()
1368 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,