Searched refs:intel_pstate_kobject (Results 1 – 1 of 1) sorted by relevance
1530 static struct kobject *intel_pstate_kobject; variable1541 if (WARN_ON(!intel_pstate_kobject)) in intel_pstate_sysfs_expose_params()1549 rc = sysfs_create_file(intel_pstate_kobject, &turbo_pct.attr); in intel_pstate_sysfs_expose_params()1552 rc = sysfs_create_file(intel_pstate_kobject, &num_pstates.attr); in intel_pstate_sysfs_expose_params()1563 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_expose_params()1577 if (!intel_pstate_kobject) in intel_pstate_sysfs_remove()1583 sysfs_remove_file(intel_pstate_kobject, &num_pstates.attr); in intel_pstate_sysfs_remove()1584 sysfs_remove_file(intel_pstate_kobject, &turbo_pct.attr); in intel_pstate_sysfs_remove()1588 sysfs_remove_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_remove()1589 sysfs_remove_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_remove()[all …]