Searched refs:tpmi_control_type (Results 1 – 1 of 1) sorted by relevance
61 static struct powercap_control_type *tpmi_control_type; variable98 tpmi_control_type = powercap_register_control_type(NULL, "intel-rapl", NULL); in trp_alloc()99 if (IS_ERR(tpmi_control_type)) { in trp_alloc()100 ret = PTR_ERR(tpmi_control_type); in trp_alloc()118 powercap_unregister_control_type(tpmi_control_type); in trp_alloc()130 powercap_unregister_control_type(tpmi_control_type); in trp_release()299 trp->priv.control_type = tpmi_control_type; in intel_rapl_tpmi_probe()
Completed in 4 milliseconds