Searched refs:intel_pstate_kobject (Results 1 – 1 of 1) sorted by relevance
1753 static struct kobject *intel_pstate_kobject; variable1764 if (WARN_ON(!intel_pstate_kobject)) in intel_pstate_sysfs_expose_params()1772 rc = sysfs_create_file(intel_pstate_kobject, &turbo_pct.attr); in intel_pstate_sysfs_expose_params()1775 rc = sysfs_create_file(intel_pstate_kobject, &num_pstates.attr); in intel_pstate_sysfs_expose_params()1786 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_expose_params()1800 if (!intel_pstate_kobject) in intel_pstate_sysfs_remove()1806 sysfs_remove_file(intel_pstate_kobject, &num_pstates.attr); in intel_pstate_sysfs_remove()1807 sysfs_remove_file(intel_pstate_kobject, &turbo_pct.attr); in intel_pstate_sysfs_remove()1811 sysfs_remove_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_remove()1812 sysfs_remove_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_remove()[all …]