Lines Matching refs:platform_profile_handler
280 struct platform_profile_handler platform_profile_handler; member
3514 static int asus_wmi_platform_profile_get(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_get()
3520 asus = container_of(pprof, struct asus_wmi, platform_profile_handler); in asus_wmi_platform_profile_get()
3541 static int asus_wmi_platform_profile_set(struct platform_profile_handler *pprof, in asus_wmi_platform_profile_set()
3547 asus = container_of(pprof, struct asus_wmi, platform_profile_handler); in asus_wmi_platform_profile_set()
3581 asus->platform_profile_handler.profile_get = asus_wmi_platform_profile_get; in platform_profile_setup()
3582 asus->platform_profile_handler.profile_set = asus_wmi_platform_profile_set; in platform_profile_setup()
3584 set_bit(PLATFORM_PROFILE_QUIET, asus->platform_profile_handler.choices); in platform_profile_setup()
3586 asus->platform_profile_handler.choices); in platform_profile_setup()
3588 asus->platform_profile_handler.choices); in platform_profile_setup()
3590 err = platform_profile_register(&asus->platform_profile_handler); in platform_profile_setup()