Home
last modified time | relevance | path

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

/linux/drivers/pci/pwrctrl/
H A Dcore.c164 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()
/linux/drivers/base/
H A Ddd.c441 bool device_is_bound(struct device *dev) in device_is_bound() function
445 EXPORT_SYMBOL_GPL(device_is_bound);
449 if (device_is_bound(dev)) { in driver_bound()
1080 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/include/linux/
H A Ddevice.h1265 bool device_is_bound(struct device *dev);
/linux/drivers/gpio/
H A Dgpio-sim.c950 if (!device_is_bound(&pdev->dev)) { in gpio_sim_device_activate()
H A Dgpio-aggregator.c973 if (!device_is_bound(&pdev->dev)) { in gpio_aggregator_activate()
H A Dgpio-virtuser.c1482 if (!device_is_bound(&pdev->dev)) { in gpio_virtuser_device_activate()