Searched defs:dtpm (Results 1 – 3 of 3) sorted by relevance
15 struct dtpm { struct17 struct dtpm *parent; argument20 struct dtpm_ops *ops; argument29 u64 (*set_power_uw)(struct dtpm *, u64); argument
24 struct dtpm dtpm; member29 static struct dtpm_devfreq *to_dtpm_devfreq(struct dtpm *dtpm) in to_dtpm_devfreq()34 static int update_pd_power_uw(struct dtpm *dtpm) in update_pd_power_uw()53 static u64 set_pd_power_limit(struct dtpm *dtpm, u64 power_limit) in set_pd_power_limit()93 static u64 get_pd_power_uw(struct dtpm *dtpm) in get_pd_power_uw()130 static void pd_release(struct dtpm *dtpm) in pd_release()196 static int dtpm_devfreq_setup(struct dtpm *dtpm, struct device_node *np) in dtpm_devfreq_setup()
29 struct dtpm dtpm; member36 static struct dtpm_cpu *to_dtpm_cpu(struct dtpm *dtpm) in to_dtpm_cpu()41 static u64 set_pd_power_limit(struct dtpm *dtpm, u64 power_limit) in set_pd_power_limit()88 static u64 get_pd_power_uw(struct dtpm *dtpm) in get_pd_power_uw()121 static int update_pd_power_uw(struct dtpm *dtpm) in update_pd_power_uw()144 static void pd_release(struct dtpm *dtpm) in pd_release()259 static int dtpm_cpu_setup(struct dtpm *dtpm, struct device_node *np) in dtpm_cpu_setup()