Searched refs:kobject_action (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | kobject.h | 53 enum kobject_action { enum 214 int kobject_uevent(struct kobject *kobj, enum kobject_action action); 215 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, 222 enum kobject_action *type);
|
/linux-4.1.27/drivers/md/ |
D | dm-uevent.c | 34 enum kobject_action action; 45 enum kobject_action action; 73 enum kobject_action action, in dm_build_path_uevent()
|
D | dm.h | 208 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
|
D | dm.c | 3438 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, in dm_kobject_uevent()
|
/linux-4.1.27/lib/ |
D | kobject_uevent.c | 65 enum kobject_action *type) in kobject_action_type() 67 enum kobject_action action; in kobject_action_type() 164 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, in kobject_uevent_env() 372 int kobject_uevent(struct kobject *kobj, enum kobject_action action) in kobject_uevent()
|
/linux-4.1.27/drivers/base/ |
D | bus.c | 654 enum kobject_action action; in uevent_store() 857 enum kobject_action action; in bus_uevent_store()
|
D | core.c | 417 enum kobject_action action; in uevent_store()
|
/linux-4.1.27/Documentation/ |
D | kobject.txt | 169 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
|
/linux-4.1.27/kernel/ |
D | module.c | 1050 enum kobject_action action; in store_uevent()
|
/linux-4.1.27/fs/btrfs/ |
D | volumes.c | 114 enum kobject_action action) in btrfs_kobject_uevent()
|