Searched refs:kobject_synth_uevent (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| A D | kobject.h | 241 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
|
| /linux/lib/ |
| A D | lib.a | 3 …kobj_ns_initialkobject_uevent_envkobject_ueventadd_uevent_varkobject_synth_ueventuevent_seqn…
|
| A D | kobject_uevent.c | 192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent() function
|
| /linux/drivers/base/ |
| A D | bus.c | 581 rc = kobject_synth_uevent(&drv->p->kobj, buf, count); in uevent_store() 761 rc = kobject_synth_uevent(&bus->p->subsys.kobj, buf, count); in bus_uevent_store()
|
| A D | core.c | 2410 rc = kobject_synth_uevent(&dev->kobj, buf, count); in uevent_store()
|
| /linux/kernel/ |
| A D | module.c | 1167 rc = kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()
|
| /linux/ |
| A D | System.map | 17651 ffff8000104de2c0 T kobject_synth_uevent
|
| A D | .tmp_System.map | 17651 ffff8000104de2c0 T kobject_synth_uevent
|
Completed in 344 milliseconds