Home
last modified time | relevance | path

Searched defs:isst_platform_ops (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/intel-speed-select/
H A Disst.h189 struct isst_platform_ops { struct
190 int (*get_disp_freq_multiplier)(void);
191 int (*get_trl_max_levels)(void);
192 char *(*get_trl_level_name)(int level);
193 void (*update_platform_param)(enum isst_platform_param param, int value);
194 int (*is_punit_valid)(struct isst_id *id);
195 int (*read_pm_config)(struct isst_id *id, int *cp_state, int *cp_cap);
196 int (*get_config_levels)(struct isst_id *id, struct isst_pkg_ctdp *pkg_ctdp);
197 …t_ctdp_control)(struct isst_id *id, int config_index, struct isst_pkg_ctdp_level_info *ctdp_level);
198 …(*get_tdp_info)(struct isst_id *id, int config_index, struct isst_pkg_ctdp_level_info *ctdp_level);
[all …]