Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-uevent.c21 enum kobject_action action;
32 enum kobject_action action;
60 enum kobject_action action, in dm_build_path_uevent()
Ddm.h186 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
Ddm.c2795 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, in dm_kobject_uevent()
/kernel/linux/linux-5.10/include/linux/
Dkobject.h53 enum kobject_action { enum
239 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
240 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
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()
/kernel/linux/linux-5.10/lib/
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()
/kernel/linux/linux-5.10/fs/btrfs/
Dsysfs.h24 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action);
Dsysfs.c1413 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action) in btrfs_kobject_uevent()
/kernel/linux/linux-5.10/drivers/acpi/
Dglue.c363 int acpi_platform_notify(struct device *dev, enum kobject_action action) in acpi_platform_notify()
/kernel/linux/linux-5.10/Documentation/core-api/
Dkobject.rst173 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
/kernel/linux/linux-5.10/drivers/base/
Dcore.c1648 device_platform_notify(struct device *dev, enum kobject_action action) in device_platform_notify()