Searched refs:device_is_bound (Results 1 – 6 of 6) sorted by relevance
164 if (device_is_bound(&pdev->dev)) { in pci_pwrctrl_power_off_device()220 if (device_is_bound(&pdev->dev)) { in pci_pwrctrl_power_on_device()
453 bool device_is_bound(struct device *dev) in device_is_bound() function457 EXPORT_SYMBOL_GPL(device_is_bound);461 if (device_is_bound(dev)) { in driver_bound()1072 if (device_is_bound(dev)) { in __device_attach()
220 bound = device_is_bound(dev); in kunit_platform_device_prepare_wait_for_probe()
431 WARN(pd && device_is_bound(dev), in dev_pm_domain_set()
1173 bool device_is_bound(struct device *dev);
2243 if (!device_is_bound(r->dev.parent)) { in regulator_resolve_supply()