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