Searched refs:kobject_synth_uevent (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | kobject.h | 217 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
|
| /linux/drivers/base/ |
| H A D | bus.c | 675 rc = kobject_synth_uevent(&drv->p->kobj, buf, count); in uevent_store() 869 ret = kobject_synth_uevent(&sp->subsys.kobj, buf, count); in bus_uevent_store()
|
| H A D | core.c | 2773 rc = kobject_synth_uevent(&dev->kobj, buf, count); in uevent_store()
|
| /linux/lib/ |
| H A D | kobject_uevent.c | 191 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() function
|
| /linux/kernel/module/ |
| H A D | main.c | 994 rc = kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()
|