Home
last modified time | relevance | path

Searched defs:pprof (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/platform/x86/
Dinspur_platform_profile.c87 static int inspur_platform_profile_set(struct platform_profile_handler *pprof, in inspur_platform_profile_set()
135 static int inspur_platform_profile_get(struct platform_profile_handler *pprof, in inspur_platform_profile_get()
Dideapad-laptop.c145 struct platform_profile_handler pprof; member
936 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get()
989 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set()
Dacer-wmi.c1808 acer_predator_v4_platform_profile_get(struct platform_profile_handler *pprof, in acer_predator_v4_platform_profile_get()
1843 acer_predator_v4_platform_profile_set(struct platform_profile_handler *pprof, in acer_predator_v4_platform_profile_set()
Dasus-wmi.c3847 static int asus_wmi_platform_profile_get(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_get()
3873 static int asus_wmi_platform_profile_set(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_set()
Dthinkpad_acpi.c10417 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get()
10492 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set()
/linux-6.12.1/drivers/platform/x86/dell/
Ddell-pc.c185 static int thermal_platform_profile_set(struct platform_profile_handler *pprof, in thermal_platform_profile_set()
202 static int thermal_platform_profile_get(struct platform_profile_handler *pprof, in thermal_platform_profile_get()
/linux-6.12.1/drivers/platform/surface/
Dsurface_platform_profile.c157 static int ssam_platform_profile_get(struct platform_profile_handler *pprof, in ssam_platform_profile_get()
178 static int ssam_platform_profile_set(struct platform_profile_handler *pprof, in ssam_platform_profile_set()
/linux-6.12.1/drivers/platform/x86/amd/pmf/
Dsps.c285 static int amd_pmf_profile_get(struct platform_profile_handler *pprof, in amd_pmf_profile_get()
366 static int amd_pmf_profile_set(struct platform_profile_handler *pprof, in amd_pmf_profile_set()
Dpmf.h340 struct platform_profile_handler pprof; member
/linux-6.12.1/drivers/platform/x86/hp/
Dhp-wmi.c1224 static int platform_profile_omen_get(struct platform_profile_handler *pprof, in platform_profile_omen_get()
1321 static int platform_profile_omen_set(struct platform_profile_handler *pprof, in platform_profile_omen_set()
1348 static int hp_wmi_platform_profile_get(struct platform_profile_handler *pprof, in hp_wmi_platform_profile_get()
1377 static int hp_wmi_platform_profile_set(struct platform_profile_handler *pprof, in hp_wmi_platform_profile_set()
1443 static int platform_profile_victus_get(struct platform_profile_handler *pprof, in platform_profile_victus_get()
1475 static int platform_profile_victus_set(struct platform_profile_handler *pprof, in platform_profile_victus_set()
/linux-6.12.1/drivers/acpi/
Dplatform_profile.c178 int platform_profile_register(struct platform_profile_handler *pprof) in platform_profile_register()