1DEVICE_PM_WAIT_FOR_D(9) Device drivers infrastructure DEVICE_PM_WAIT_FOR_D(9)
23
4
NAME
6device_pm_wait_for_dev - Wait for suspend/resume of a device to
7complete.
8
SYNOPSIS
10int device_pm_wait_for_dev(struct device * subordinate,
11struct device * dev);
12
ARGUMENTS
14subordinate
15Device that needs to wait for dev.
1617
dev
18Device to wait for.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 DEVICE_PM_WAIT_FOR_D(9)