staticint pd_power_off(struct generic_pm_domain *domain)
{ /* * Handle the gating of the PM domain regulator here. * * Drivers/subsystems handling devices in the PM domain needs to perform * register context save/restore from their respective runtime PM * callbacks, to be able to enable PM domain gating/ungating.
*/ return 0;
}
staticint pd_power_on(struct generic_pm_domain *domain)
{ /* * Handle the ungating of the PM domain regulator here. * * Drivers/subsystems handling devices in the PM domain needs to perform * register context save/restore from their respective runtime PM * callbacks, to be able to enable PM domain gating/ungating.
*/ return 0;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.