Searched refs:hv_device (Results 1 – 1 of 1) sorted by relevance
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 { struct1331 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) argument1334 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()[all …]