Searched refs:kobject_synth_uevent (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | kobject.h | 243 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
|
/Linux-v5.4/drivers/base/ |
D | bus.c | 584 rc = kobject_synth_uevent(&drv->p->kobj, buf, count); in uevent_store() 781 rc = kobject_synth_uevent(&bus->p->subsys.kobj, buf, count); in bus_uevent_store()
|
D | core.c | 1281 rc = kobject_synth_uevent(&dev->kobj, buf, count); in uevent_store()
|
/Linux-v5.4/lib/ |
D | kobject_uevent.c | 192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() function
|
/Linux-v5.4/kernel/ |
D | module.c | 1219 rc = kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()
|