Home
last modified time | relevance | path

Searched refs:platform_profile_handler (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
A Dplatform_profile.h29 struct platform_profile_handler { struct
31 int (*profile_get)(struct platform_profile_handler *pprof, argument
33 int (*profile_set)(struct platform_profile_handler *pprof, argument
37 int platform_profile_register(struct platform_profile_handler *pprof);
/linux/drivers/platform/x86/
A Dhp-wmi.c204 static struct platform_profile_handler platform_profile_handler; variable
1001 static int platform_profile_omen_get(struct platform_profile_handler *pprof, in platform_profile_omen_get()
1027 static int platform_profile_omen_set(struct platform_profile_handler *pprof, in platform_profile_omen_set()
1134 platform_profile_handler.profile_get = platform_profile_omen_get; in thermal_profile_setup()
1135 platform_profile_handler.profile_set = platform_profile_omen_set; in thermal_profile_setup()
1150 platform_profile_handler.profile_get = hp_wmi_platform_profile_get; in thermal_profile_setup()
1151 platform_profile_handler.profile_set = hp_wmi_platform_profile_set; in thermal_profile_setup()
1154 set_bit(PLATFORM_PROFILE_COOL, platform_profile_handler.choices); in thermal_profile_setup()
1155 set_bit(PLATFORM_PROFILE_BALANCED, platform_profile_handler.choices); in thermal_profile_setup()
1156 set_bit(PLATFORM_PROFILE_PERFORMANCE, platform_profile_handler.choices); in thermal_profile_setup()
[all …]
A Dasus-wmi.c223 struct platform_profile_handler platform_profile_handler; member
2172 static int asus_wmi_platform_profile_get(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_get()
2178 asus = container_of(pprof, struct asus_wmi, platform_profile_handler); in asus_wmi_platform_profile_get()
2199 static int asus_wmi_platform_profile_set(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_set()
2205 asus = container_of(pprof, struct asus_wmi, platform_profile_handler); in asus_wmi_platform_profile_set()
2239 asus->platform_profile_handler.profile_get = asus_wmi_platform_profile_get; in platform_profile_setup()
2240 asus->platform_profile_handler.profile_set = asus_wmi_platform_profile_set; in platform_profile_setup()
2242 set_bit(PLATFORM_PROFILE_QUIET, asus->platform_profile_handler.choices); in platform_profile_setup()
2244 asus->platform_profile_handler.choices); in platform_profile_setup()
2246 asus->platform_profile_handler.choices); in platform_profile_setup()
[all …]
A Dideapad-laptop.c113 struct platform_profile_handler pprof;
755 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get()
808 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set()
A Dthinkpad_acpi.c10095 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get()
10146 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set()
10211 static struct platform_profile_handler dytc_profile = {
/linux/drivers/platform/surface/
A Dsurface_platform_profile.c32 struct platform_profile_handler handler;
108 static int ssam_platform_profile_get(struct platform_profile_handler *pprof, in ssam_platform_profile_get()
129 static int ssam_platform_profile_set(struct platform_profile_handler *pprof, in ssam_platform_profile_set()
/linux/drivers/acpi/
A Dplatform_profile.c12 static struct platform_profile_handler *cur_profile;
139 int platform_profile_register(struct platform_profile_handler *pprof) in platform_profile_register()

Completed in 49 milliseconds