Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkobject.h258 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dbus.c585 rc = kobject_synth_uevent(&drv->p->kobj, buf, count); in uevent_store()
784 rc = kobject_synth_uevent(&bus->p->subsys.kobj, buf, count); in bus_uevent_store()
H A Dcore.c2299 rc = kobject_synth_uevent(&dev->kobj, buf, count); in uevent_store()
/OK3568_Linux_fs/kernel/lib/
H A Dkobject_uevent.c192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() function
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c1237 rc = kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()