Home
last modified time | relevance | path

Searched refs:tpmi_control_type (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/powercap/
H A Dintel_rapl_tpmi.c59 static struct powercap_control_type *tpmi_control_type; variable
96 tpmi_control_type = powercap_register_control_type(NULL, "intel-rapl", NULL); in trp_alloc()
97 if (IS_ERR(tpmi_control_type)) { in trp_alloc()
98 ret = PTR_ERR(tpmi_control_type); in trp_alloc()
116 powercap_unregister_control_type(tpmi_control_type); in trp_alloc()
128 powercap_unregister_control_type(tpmi_control_type); in trp_release()
287 trp->priv.control_type = tpmi_control_type; in intel_rapl_tpmi_probe()

Completed in 1 milliseconds