Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/dell/
H A Dalienware-wmi.c426 static struct platform_profile_handler pp_handler; variable
1156 set_bit(profile, pp_handler.choices); in create_thermal_profile()
1159 if (bitmap_empty(pp_handler.choices, PLATFORM_PROFILE_LAST)) in create_thermal_profile()
1166 set_bit(PLATFORM_PROFILE_PERFORMANCE, pp_handler.choices); in create_thermal_profile()
1169 pp_handler.profile_get = thermal_profile_get; in create_thermal_profile()
1170 pp_handler.profile_set = thermal_profile_set; in create_thermal_profile()
1172 return platform_profile_register(&pp_handler); in create_thermal_profile()