Home
last modified time | relevance | path

Searched refs:device_is_ancestor (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c247 static bool device_is_ancestor(struct device *dev, struct device *target) in device_is_ancestor() function
275 if (dev == target || device_is_ancestor(dev, target)) in device_is_dependent()