Home
last modified time | relevance | path

Searched refs:hotplug_kobj (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dsysfs.c252 static struct kobject *hotplug_kobj; variable
767 if (!hotplug_kobj) in acpi_sysfs_add_hotplug_profile()
771 &acpi_hotplug_profile_ktype, hotplug_kobj, "%s", name); in acpi_sysfs_add_hotplug_profile()
817 hotplug_kobj = kobject_create_and_add("hotplug", acpi_kobj); in acpi_sysfs_init()
818 result = sysfs_create_file(hotplug_kobj, &force_remove_attr.attr); in acpi_sysfs_init()