Lines Matching defs:pp_hwmgr
703 struct pp_hwmgr { struct
704 void *adev;
705 uint32_t chip_family;
706 uint32_t chip_id;
707 uint32_t smu_version;
708 bool not_vf;
709 bool pm_en;
710 struct mutex smu_lock;
712 uint32_t pp_table_version;
713 void *device;
714 struct pp_smumgr *smumgr;
738 const struct pp_hwmgr_func *hwmgr_func; argument
739 const struct pp_table_func *pptable_func;
741 struct pp_power_state *ps;
742 uint32_t num_ps;
743 struct pp_thermal_controller_info thermal_controller;
744 bool fan_ctrl_is_in_default_mode;
745 uint32_t fan_ctrl_default_mode;
746 bool fan_ctrl_enabled;
747 uint32_t tmin;
771 int hwmgr_early_init(struct pp_hwmgr *hwmgr); argument