Home
last modified time | relevance | path

Searched defs:device_to_hv_device (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dhyperv.h1240 static inline struct hv_device *device_to_hv_device(struct device *d) in device_to_hv_device() function
/kernel/linux/linux-6.6/include/linux/
Dhyperv.h1325 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) macro