Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/
Dxenbus.h93 static inline struct xenbus_device *to_xenbus_device(struct device *dev) in to_xenbus_device() function
/kernel/linux/linux-6.6/include/xen/
Dxenbus.h99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev) macro