Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/platform/x86/
Dthinkpad_acpi.c10504 static struct platform_profile_handler dytc_profile = { variable
10514 set_bit(PLATFORM_PROFILE_LOW_POWER, dytc_profile.choices); in tpacpi_dytc_profile_init()
10515 set_bit(PLATFORM_PROFILE_BALANCED, dytc_profile.choices); in tpacpi_dytc_profile_init()
10516 set_bit(PLATFORM_PROFILE_PERFORMANCE, dytc_profile.choices); in tpacpi_dytc_profile_init()
10572 err = platform_profile_register(&dytc_profile); in tpacpi_dytc_profile_init()