Lines Matching defs:dev_pm_info
566 struct dev_pm_info { struct
567 pm_message_t power_state;
568 unsigned int can_wakeup:1;
569 unsigned int async_suspend:1;
570 bool in_dpm_list:1; /* Owned by the PM core */
571 bool is_prepared:1; /* Owned by the PM core */
572 bool is_suspended:1; /* Ditto */
573 bool is_noirq_suspended:1;
574 bool is_late_suspended:1;
575 bool no_pm:1;
576 bool early_init:1; /* Owned by the PM core */
577 bool direct_complete:1; /* Owned by the PM core */
578 u32 driver_flags;
579 spinlock_t lock;
581 struct list_head entry;
582 struct completion completion;
583 struct wakeup_source *wakeup;
584 bool wakeup_path:1;
585 bool syscore:1;
586 bool no_pm_callbacks:1; /* Owned by the PM core */
587 unsigned int must_resume:1; /* Owned by the PM core */
588 unsigned int may_skip_resume:1; /* Set by subsystems */
590 unsigned int should_wakeup:1;
593 struct hrtimer suspend_timer;
594 u64 timer_expires;
595 struct work_struct work;
596 wait_queue_head_t wait_queue;
597 struct wake_irq *wakeirq;
598 atomic_t usage_count;
599 atomic_t child_count;
600 unsigned int disable_depth:3;
601 unsigned int idle_notification:1;
602 unsigned int request_pending:1;
603 unsigned int deferred_resume:1;
604 unsigned int needs_force_resume:1;
605 unsigned int runtime_auto:1;
606 bool ignore_children:1;
607 unsigned int no_callbacks:1;
608 unsigned int irq_safe:1;
609 unsigned int use_autosuspend:1;
610 unsigned int timer_autosuspends:1;
611 unsigned int memalloc_noio:1;
612 unsigned int links_count;
613 enum rpm_request request;
614 enum rpm_status runtime_status;
615 int runtime_error;
616 int autosuspend_delay;
617 u64 last_busy;
618 u64 active_time;
619 u64 suspended_time;
620 u64 accounting_timestamp;
622 struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */
623 void (*set_latency_tolerance)(struct device *, s32);
624 struct dev_pm_qos *qos;