Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c173 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
189 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_remove()
/linux/include/linux/
H A Dpowercap.h265 int powercap_unregister_control_type(struct powercap_control_type *instance);
/linux/drivers/powercap/
H A Dintel_rapl_tpmi.c172 powercap_unregister_control_type(tpmi_control_type); in trp_alloc()
184 powercap_unregister_control_type(tpmi_control_type); in trp_release()
H A Ddtpm.c594 powercap_unregister_control_type(pct); in dtpm_create_hierarchy()
638 powercap_unregister_control_type(pct); in dtpm_destroy_hierarchy()
H A Darm_scmi_powercap.c534 powercap_unregister_control_type(scmi_top_pcntrl); in scmi_powercap_init()
544 powercap_unregister_control_type(scmi_top_pcntrl); in scmi_powercap_exit()
H A Dintel_rapl_msr.c538 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_probe()
545 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_remove()
H A Dpowercap_sys.c647 int powercap_unregister_control_type(struct powercap_control_type *control_type) in powercap_unregister_control_type() function
668 EXPORT_SYMBOL_GPL(powercap_unregister_control_type);
/linux/Documentation/power/powercap/
H A Dpowercap.rst261 To free a control type object call powercap_unregister_control_type().