Home
last modified time | relevance | path

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

/linux-6.8/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.c116 struct platform_profile_handler pprof; member
745 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get()
798 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set()
Dacer-wmi.c1785 acer_predator_v4_platform_profile_get(struct platform_profile_handler *pprof, in acer_predator_v4_platform_profile_get()
1820 acer_predator_v4_platform_profile_set(struct platform_profile_handler *pprof, in acer_predator_v4_platform_profile_set()
Dasus-wmi.c3529 static int asus_wmi_platform_profile_get(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_get()
3556 static int asus_wmi_platform_profile_set(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_set()
Dthinkpad_acpi.c10348 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get()
10423 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set()
/linux-6.8/drivers/platform/x86/amd/pmf/
Dsps.c147 static int amd_pmf_profile_get(struct platform_profile_handler *pprof, in amd_pmf_profile_get()
228 static int amd_pmf_profile_set(struct platform_profile_handler *pprof, in amd_pmf_profile_set()
Dpmf.h207 struct platform_profile_handler pprof; member
/linux-6.8/drivers/platform/surface/
Dsurface_platform_profile.c108 static int ssam_platform_profile_get(struct platform_profile_handler *pprof, in ssam_platform_profile_get()
129 static int ssam_platform_profile_set(struct platform_profile_handler *pprof, in ssam_platform_profile_set()
/linux-6.8/drivers/platform/x86/hp/
Dhp-wmi.c1175 static int platform_profile_omen_get(struct platform_profile_handler *pprof, in platform_profile_omen_get()
1204 static int platform_profile_omen_set(struct platform_profile_handler *pprof, in platform_profile_omen_set()
1255 static int hp_wmi_platform_profile_get(struct platform_profile_handler *pprof, in hp_wmi_platform_profile_get()
1284 static int hp_wmi_platform_profile_set(struct platform_profile_handler *pprof, in hp_wmi_platform_profile_set()
1325 static int platform_profile_victus_get(struct platform_profile_handler *pprof, in platform_profile_victus_get()
1351 static int platform_profile_victus_set(struct platform_profile_handler *pprof, in platform_profile_victus_set()
/linux-6.8/drivers/acpi/
Dplatform_profile.c139 int platform_profile_register(struct platform_profile_handler *pprof) in platform_profile_register()