Lines Matching refs:pprof
145 struct platform_profile_handler pprof; member
936 static int dytc_profile_get(struct platform_profile_handler *pprof, in dytc_profile_get() argument
939 struct ideapad_dytc_priv *dytc = container_of(pprof, struct ideapad_dytc_priv, pprof); in dytc_profile_get()
989 static int dytc_profile_set(struct platform_profile_handler *pprof, in dytc_profile_set() argument
992 struct ideapad_dytc_priv *dytc = container_of(pprof, struct ideapad_dytc_priv, pprof); in dytc_profile_set()
1106 priv->dytc->pprof.profile_get = dytc_profile_get; in ideapad_dytc_profile_init()
1107 priv->dytc->pprof.profile_set = dytc_profile_set; in ideapad_dytc_profile_init()
1110 set_bit(PLATFORM_PROFILE_LOW_POWER, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
1111 set_bit(PLATFORM_PROFILE_BALANCED, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
1112 set_bit(PLATFORM_PROFILE_PERFORMANCE, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
1115 err = platform_profile_register(&priv->dytc->pprof); in ideapad_dytc_profile_init()