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