Searched refs:hv_device (Results 1 – 1 of 1) sorted by relevance
809 struct hv_device *device_obj;1247 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);1248 int (*remove)(struct hv_device *);1249 void (*shutdown)(struct hv_device *);1251 int (*suspend)(struct hv_device *);1252 int (*resume)(struct hv_device *);1257 struct hv_device { struct1278 static inline struct hv_device *device_to_hv_device(struct device *d) in device_to_hv_device() argument1280 return container_of(d, struct hv_device, device); in device_to_hv_device()1288 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata()[all …]