Lines Matching refs:hv_device
722 struct hv_device *device_obj;
1159 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1160 int (*remove)(struct hv_device *);
1161 void (*shutdown)(struct hv_device *);
1163 int (*suspend)(struct hv_device *);
1164 int (*resume)(struct hv_device *);
1169 struct hv_device { struct
1186 static inline struct hv_device *device_to_hv_device(struct device *d) in device_to_hv_device() argument
1188 return container_of(d, struct hv_device, device); in device_to_hv_device()
1196 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata()
1201 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata()
1228 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,