Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dcommon.c225 WARN(pd && device_is_bound(dev), in dev_pm_domain_set()
/openbmc/linux/drivers/base/
H A Ddd.c392 bool device_is_bound(struct device *dev) in device_is_bound() function
399 if (device_is_bound(dev)) { in driver_bound()
1009 if (device_is_bound(dev)) { in __device_attach()
/openbmc/linux/include/linux/
H A Ddevice.h1175 bool device_is_bound(struct device *dev);
/openbmc/linux/drivers/regulator/
H A Dcore.c2122 if (!device_is_bound(r->dev.parent)) { in regulator_resolve_supply()