Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dcommon.c225 WARN(pd && device_is_bound(dev), in dev_pm_domain_set()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c355 bool device_is_bound(struct device *dev) in device_is_bound() function
362 if (device_is_bound(dev)) { in driver_bound()
906 if (device_is_bound(dev)) { in __device_attach()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h866 bool device_is_bound(struct device *dev);
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c1875 if (!device_is_bound(r->dev.parent)) { in regulator_resolve_supply()