Searched refs:hotplug_kobj (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/acpi/
H A Dsysfs.c303 static struct kobject *hotplug_kobj; variable in typeref:struct:kobject
983 if (!hotplug_kobj)
987 &acpi_hotplug_profile_ktype, hotplug_kobj, "%s", name);
1034 hotplug_kobj = kobject_create_and_add("hotplug", acpi_kobj);
1035 if (!hotplug_kobj)
1038 result = sysfs_create_file(hotplug_kobj, &force_remove_attr.attr);

Completed in 239 milliseconds