Home
last modified time | relevance | path

Searched refs:kobject_action (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-uevent.c21 enum kobject_action action;
32 enum kobject_action action;
60 enum kobject_action action, in dm_build_path_uevent()
H A Ddm.h186 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
H A Ddm.c2811 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, in dm_kobject_uevent()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkobject.h54 enum kobject_action { enum
255 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
256 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
H A Dacpi.h1384 extern int acpi_platform_notify(struct device *dev, enum kobject_action action);
1387 acpi_platform_notify(struct device *dev, enum kobject_action action) in acpi_platform_notify()
/OK3568_Linux_fs/kernel/lib/
H A Dkobject_uevent.c63 enum kobject_action *type, in kobject_action_type()
66 enum kobject_action action; in kobject_action_type()
195 enum kobject_action action; in kobject_synth_uevent()
457 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, in kobject_uevent_env()
640 int kobject_uevent(struct kobject *kobj, enum kobject_action action) in kobject_uevent()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsysfs.h24 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action);
H A Dsysfs.c1413 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action) in btrfs_kobject_uevent()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dglue.c363 int acpi_platform_notify(struct device *dev, enum kobject_action action) in acpi_platform_notify()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkobject.rst173 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c1933 device_platform_notify(struct device *dev, enum kobject_action action) in device_platform_notify()