Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/
Dsysfs.c302 static struct kobject *hotplug_kobj; variable
965 if (!hotplug_kobj) in acpi_sysfs_add_hotplug_profile()
969 &acpi_hotplug_profile_ktype, hotplug_kobj, "%s", name); in acpi_sysfs_add_hotplug_profile()
1016 hotplug_kobj = kobject_create_and_add("hotplug", acpi_kobj); in acpi_sysfs_init()
1017 if (!hotplug_kobj) in acpi_sysfs_init()
1020 result = sysfs_create_file(hotplug_kobj, &force_remove_attr.attr); in acpi_sysfs_init()