Lines Matching refs:hv_device
820 struct hv_device *device_obj;
1275 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1276 void (*remove)(struct hv_device *dev);
1277 void (*shutdown)(struct hv_device *);
1279 int (*suspend)(struct hv_device *);
1280 int (*resume)(struct hv_device *);
1285 struct hv_device { struct
1312 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) argument
1319 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata()
1324 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata()
1353 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,