Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c965 static struct device *tpacpi_pprof; variable
10644 platform_profile_notify(tpacpi_pprof); in dytc_profile_refresh()
10712 tpacpi_pprof = platform_profile_register(&tpacpi_pdev->dev, "thinkpad-acpi-profile", in tpacpi_dytc_profile_init()
10718 if (IS_ERR(tpacpi_pprof)) in tpacpi_dytc_profile_init()
10733 if (!IS_ERR_OR_NULL(tpacpi_pprof)) in dytc_profile_exit()
10734 platform_profile_remove(tpacpi_pprof); in dytc_profile_exit()