Searched refs:uncore_root_kobj (Results 1 – 1 of 1) sorted by relevance
15 static struct kobject *uncore_root_kobj; variable169 ret = sysfs_create_group(uncore_root_kobj, &data->uncore_attr_group); in create_attr_group()176 sysfs_remove_group(uncore_root_kobj, &data->uncore_attr_group); in delete_attr_group()227 if (!uncore_root_kobj) in uncore_freq_common_init()228 uncore_root_kobj = kobject_create_and_add("intel_uncore_frequency", in uncore_freq_common_init()230 if (uncore_root_kobj) in uncore_freq_common_init()234 return uncore_root_kobj ? 0 : -ENOMEM; in uncore_freq_common_init()243 kobject_put(uncore_root_kobj); in uncore_freq_common_exit()244 uncore_root_kobj = NULL; in uncore_freq_common_exit()