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

/linux-master/include/linux/
H A Dkobject.h217 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
/linux-master/drivers/base/
H A Dbus.c633 rc = kobject_synth_uevent(&drv->p->kobj, buf, count);
820 ret = kobject_synth_uevent(&sp->subsys.kobj, buf, count);
H A Dcore.c2759 rc = kobject_synth_uevent(&dev->kobj, buf, count);
/linux-master/lib/
H A Dkobject_uevent.c182 * kobject_synth_uevent - send synthetic uevent with arguments
191 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) function
/linux-master/kernel/module/
H A Dmain.c916 rc = kobject_synth_uevent(&mk->kobj, buffer, count);

Completed in 139 milliseconds