|
@@ -61,9 +61,7 @@ struct generic_pm_domain {
|
|
unsigned int prepared_count; /* Suspend counter of prepared devices */
|
|
unsigned int prepared_count; /* Suspend counter of prepared devices */
|
|
bool suspend_power_off; /* Power status before system suspend */
|
|
bool suspend_power_off; /* Power status before system suspend */
|
|
int (*power_off)(struct generic_pm_domain *domain);
|
|
int (*power_off)(struct generic_pm_domain *domain);
|
|
- s64 power_off_latency_ns;
|
|
|
|
int (*power_on)(struct generic_pm_domain *domain);
|
|
int (*power_on)(struct generic_pm_domain *domain);
|
|
- s64 power_on_latency_ns;
|
|
|
|
struct gpd_dev_ops dev_ops;
|
|
struct gpd_dev_ops dev_ops;
|
|
s64 max_off_time_ns; /* Maximum allowed "suspended" time. */
|
|
s64 max_off_time_ns; /* Maximum allowed "suspended" time. */
|
|
bool max_off_time_changed;
|
|
bool max_off_time_changed;
|