Lines Matching defs:dev_pm_info

660 struct dev_pm_info {  struct
661 pm_message_t power_state;
662 bool can_wakeup:1;
663 bool async_suspend:1;
664 bool in_dpm_list:1; /* Owned by the PM core */
665 bool is_prepared:1; /* Owned by the PM core */
666 bool is_suspended:1; /* Ditto */
667 bool is_noirq_suspended:1;
668 bool is_late_suspended:1;
669 bool no_pm:1;
670 bool early_init:1; /* Owned by the PM core */
671 bool direct_complete:1; /* Owned by the PM core */
672 u32 driver_flags;
673 spinlock_t lock;
675 struct list_head entry;
676 struct completion completion;
677 struct wakeup_source *wakeup;
678 bool wakeup_path:1;
679 bool syscore:1;
680 bool no_pm_callbacks:1; /* Owned by the PM core */
681 bool async_in_progress:1; /* Owned by the PM core */
682 bool must_resume:1; /* Owned by the PM core */
683 bool set_active:1; /* Owned by the PM core */
684 bool may_skip_resume:1; /* Set by subsystems */
686 bool should_wakeup:1;
689 struct hrtimer suspend_timer;
690 u64 timer_expires;
691 struct work_struct work;
692 wait_queue_head_t wait_queue;
693 struct wake_irq *wakeirq;
694 atomic_t usage_count;
695 atomic_t child_count;
696 unsigned int disable_depth:3;
697 bool idle_notification:1;
698 bool request_pending:1;
699 bool deferred_resume:1;
700 bool needs_force_resume:1;
701 bool runtime_auto:1;
702 bool ignore_children:1;
703 bool no_callbacks:1;
704 bool irq_safe:1;
705 bool use_autosuspend:1;
706 bool timer_autosuspends:1;
707 bool memalloc_noio:1;
708 unsigned int links_count;
709 enum rpm_request request;
710 enum rpm_status runtime_status;
711 enum rpm_status last_status;
712 int runtime_error;
713 int autosuspend_delay;
714 u64 last_busy;
715 u64 active_time;
716 u64 suspended_time;
717 u64 accounting_timestamp;
719 struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */
720 void (*set_latency_tolerance)(struct device *, s32);
721 struct dev_pm_qos *qos;