Searched refs:platform_profile_handler (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | platform_profile.h | 29 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 D | hp-wmi.c | 204 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 D | asus-wmi.c | 223 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 D | ideapad-laptop.c | 113 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 D | thinkpad_acpi.c | 10095 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 D | surface_platform_profile.c | 32 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 D | platform_profile.c | 12 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