Lines Matching defs:pp_hwmgr
743 struct pp_hwmgr { struct
744 void *adev;
745 uint32_t chip_family;
746 uint32_t chip_id;
747 uint32_t smu_version;
748 bool not_vf;
749 bool pm_en;
750 bool pp_one_vf;
751 struct mutex msg_lock;
753 uint32_t pp_table_version;
754 void *device;
778 const struct pp_hwmgr_func *hwmgr_func; argument
779 const struct pp_table_func *pptable_func;
781 struct pp_power_state *ps;
782 uint32_t num_ps;
783 struct pp_thermal_controller_info thermal_controller;
784 bool fan_ctrl_is_in_default_mode;
785 uint32_t fan_ctrl_default_mode;
786 bool fan_ctrl_enabled;
787 uint32_t tmin;
788 struct phm_microcode_version_info microcode_version_info;
789 uint32_t ps_size;
790 struct pp_power_state *current_ps;
791 struct pp_power_state *request_ps;
792 struct pp_power_state *boot_ps;
816 int hwmgr_early_init(struct pp_hwmgr *hwmgr); argument