Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Ddd.c385 * device_is_bound() - Check if device is bound to a driver
393 bool device_is_bound(struct device *dev) in device_is_bound() function
397 EXPORT_SYMBOL_GPL(device_is_bound);
401 if (device_is_bound(dev)) { in driver_bound()
1010 if (device_is_bound(dev)) { in __device_attach()
/linux/lib/kunit/
H A Dplatform.c220 bound = device_is_bound(dev); in kunit_platform_device_prepare_wait_for_probe()
/linux/drivers/base/power/
H A Dcommon.c431 WARN(pd && device_is_bound(dev), in dev_pm_domain_set()
/linux/drivers/regulator/
H A Dcore.c2112 if (!device_is_bound(r->dev.parent)) { in regulator_resolve_supply()