Searched refs:device_is_bound (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/base/
H A Ddd.c384 * device_is_bound() - Check if device is bound to a driver
392 bool device_is_bound(struct device *dev) function
399 if (device_is_bound(dev)) {
1007 if (device_is_bound(dev)) {
/linux-master/drivers/base/power/
H A Dcommon.c359 WARN(pd && device_is_bound(dev),
/linux-master/drivers/regulator/
H A Dcore.c2116 if (!device_is_bound(r->dev.parent)) {
/linux-master/include/linux/
H A Ddevice.h1173 bool device_is_bound(struct device *dev);

Completed in 352 milliseconds