Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c10505 static struct platform_profile_handler dytc_profile = { variable
10515 set_bit(PLATFORM_PROFILE_LOW_POWER, dytc_profile.choices); in tpacpi_dytc_profile_init()
10516 set_bit(PLATFORM_PROFILE_BALANCED, dytc_profile.choices); in tpacpi_dytc_profile_init()
10517 set_bit(PLATFORM_PROFILE_PERFORMANCE, dytc_profile.choices); in tpacpi_dytc_profile_init()
10573 err = platform_profile_register(&dytc_profile); in tpacpi_dytc_profile_init()