Home
last modified time | relevance | path

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

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