Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkobject.h242 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
/Linux-v4.19/drivers/base/
Dbus.c614 kobject_synth_uevent(&drv->p->kobj, buf, count); in uevent_store()
831 kobject_synth_uevent(&bus->p->subsys.kobj, buf, count); in bus_uevent_store()
Dcore.c1070 if (kobject_synth_uevent(&dev->kobj, buf, count)) in uevent_store()
/Linux-v4.19/lib/
Dkobject_uevent.c192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() function
/Linux-v4.19/kernel/
Dmodule.c1210 kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()