Searched refs:powercap_control_type (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | powercap.h | 19 struct powercap_control_type; 41 int (*set_enable) (struct powercap_control_type *, bool mode); 42 int (*get_enable) (struct powercap_control_type *, bool *mode); 43 int (*release) (struct powercap_control_type *); 64 struct powercap_control_type { struct 252 struct powercap_control_type *powercap_register_control_type( 253 struct powercap_control_type *control_type, 265 int powercap_unregister_control_type(struct powercap_control_type *instance); 294 struct powercap_control_type *control_type, 309 int powercap_unregister_zone(struct powercap_control_type *control_type,
|
| A D | intel_rapl.h | 120 struct powercap_control_type *control_type;
|
| /linux/drivers/powercap/ |
| A D | powercap_sys.c | 15 container_of(n, struct powercap_control_type, dev) 330 struct powercap_control_type *pos = NULL; in control_type_valid() 406 struct powercap_control_type *control_type = in powercap_release() 433 struct powercap_control_type *control_type = in enabled_show() 457 struct powercap_control_type *control_type = in enabled_store() 483 struct powercap_control_type *control_type, in powercap_register_zone() 583 int powercap_unregister_zone(struct powercap_control_type *control_type, in powercap_unregister_zone() 599 struct powercap_control_type *powercap_register_control_type( in powercap_register_control_type() 600 struct powercap_control_type *control_type, in powercap_register_control_type() 639 int powercap_unregister_control_type(struct powercap_control_type *control_type) in powercap_unregister_control_type() [all …]
|
| A D | dtpm.c | 34 static struct powercap_control_type *pct;
|
Completed in 29 milliseconds