Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkobject.h217 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
/linux-6.6.21/drivers/base/
Dbus.c633 rc = kobject_synth_uevent(&drv->p->kobj, buf, count); in uevent_store()
820 ret = kobject_synth_uevent(&sp->subsys.kobj, buf, count); in bus_uevent_store()
Dcore.c2670 rc = kobject_synth_uevent(&dev->kobj, buf, count); in uevent_store()
/linux-6.6.21/lib/
Dkobject_uevent.c192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() function
/linux-6.6.21/kernel/module/
Dmain.c916 rc = kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()