Home
last modified time | relevance | path

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

/lib/
Dkobject_uevent.c270 int kobject_uevent(struct kobject *kobj, enum kobject_action action) in kobject_uevent() function
274 EXPORT_SYMBOL_GPL(kobject_uevent);
DMakefile30 lib-$(CONFIG_HOTPLUG) += kobject_uevent.o
Dkobject.c552 kobject_uevent(kobj, KOBJ_REMOVE); in kobject_cleanup()
720 kobject_uevent(&k->kobj, KOBJ_ADD); in kset_register()