kobject_synth_uevent  584 drivers/base/bus.c 	rc = kobject_synth_uevent(&drv->p->kobj, buf, count);
kobject_synth_uevent  781 drivers/base/bus.c 	rc = kobject_synth_uevent(&bus->p->subsys.kobj, buf, count);
kobject_synth_uevent 1281 drivers/base/core.c 	rc = kobject_synth_uevent(&dev->kobj, buf, count);
kobject_synth_uevent  243 include/linux/kobject.h int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
kobject_synth_uevent 1224 kernel/module.c 	rc = kobject_synth_uevent(&mk->kobj, buffer, count);