Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst.h186 struct isst_platform_ops { struct
187 int (*get_disp_freq_multiplier)(void);
188 int (*get_trl_max_levels)(void);
189 char *(*get_trl_level_name)(int level);
191 int (*is_punit_valid)(struct isst_id *id);
192 int (*read_pm_config)(struct isst_id *id, int *cp_state, int *cp_cap);
201 int (*set_tdp_level)(struct isst_id *id, int tdp_level);
203 int (*set_pbf_fact_status)(struct isst_id *id, int pbf, int enable);
206 int (*get_clos_information)(struct isst_id *id, int *enable, int *type);
210 int (*clos_get_assoc_status)(struct isst_id *id, int *clos_id);
[all …]