Searched refs:device_pm_wait_for_dev (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dpm.h832 extern int device_pm_wait_for_dev(struct device *sub, struct device *dev);
871 static inline int device_pm_wait_for_dev(struct device *a, struct device *b) function
/linux-master/drivers/usb/host/
H A Dehci-platform.c466 device_pm_wait_for_dev(hcd->self.controller, companion_dev);
/linux-master/drivers/usb/core/
H A Dhcd-pci.c147 device_pm_wait_for_dev(&pdev->dev, &companion->dev);
H A Ddriver.c1285 device_pm_wait_for_dev(&udev->dev,
/linux-master/drivers/base/power/
H A Dmain.c1935 * device_pm_wait_for_dev - Wait for suspend/resume of a device to complete.
1939 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) function
1944 EXPORT_SYMBOL_GPL(device_pm_wait_for_dev); variable

Completed in 183 milliseconds