Home
last modified time | relevance | path

Searched refs:dtpm (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Ddtpm.h15 struct dtpm { struct
17 struct dtpm *parent; argument
29 u64 (*set_power_uw)(struct dtpm *, u64); argument
30 u64 (*get_power_uw)(struct dtpm *);
31 int (*update_power_uw)(struct dtpm *);
32 void (*release)(struct dtpm *);
41 int (*setup)(struct dtpm *, struct device_node *);
55 static inline struct dtpm *to_dtpm(struct powercap_zone *zone) in to_dtpm()
57 return container_of(zone, struct dtpm, zone); in to_dtpm()
60 int dtpm_update_power(struct dtpm *dtpm);
[all …]