Name
sysdev_resume —
Bring system devices back to life.
Synopsis
int sysdev_resume (
void)
;
Description
Similar to sysdev_suspend
, but we iterate the list forwards
to guarantee that parent devices are resumed before their children.
Note
Interrupts are disabled when called.