Home
last modified time | relevance | path

Searched refs:kobj_uevent_env (Results 1 – 25 of 121) sorted by relevance

12345

/linux-6.3-rc2/include/linux/
A Dof_device.h38 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
39 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env);
68 struct kobj_uevent_env *env) { } in of_device_uevent()
87 struct kobj_uevent_env *env) in of_device_uevent_modalias()
A Dkobject.h129 struct kobj_uevent_env { struct
140 int (* const uevent)(const struct kobject *kobj, struct kobj_uevent_env *env); argument
225 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
/linux-6.3-rc2/lib/
A Dkobject_uevent.c115 struct kobj_uevent_env **ret_env) in kobject_action_args()
117 struct kobj_uevent_env *env = NULL; in kobject_action_args()
197 struct kobj_uevent_env *env; in kobject_synth_uevent()
279 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
309 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
343 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
382 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
419 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
460 struct kobj_uevent_env *env; in kobject_uevent_env()
524 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); in kobject_uevent_env()
[all …]
/linux-6.3-rc2/drivers/power/supply/
A Dpower_supply.h19 extern int power_supply_uevent(const struct device *dev, struct kobj_uevent_env *env);
A Dpower_supply_sysfs.c430 static int add_prop_uevent(const struct device *dev, struct kobj_uevent_env *env, in add_prop_uevent()
461 int power_supply_uevent(const struct device *dev, struct kobj_uevent_env *env) in power_supply_uevent()
/linux-6.3-rc2/include/linux/soundwire/
A Dsdw_type.h24 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env);
/linux-6.3-rc2/sound/hda/
A Dhda_bus_type.c68 static int hda_uevent(const struct device *dev, struct kobj_uevent_env *env) in hda_uevent()
/linux-6.3-rc2/drivers/of/
A Ddevice.c338 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
375 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux-6.3-rc2/drivers/zorro/
A Dzorro-driver.c133 static int zorro_uevent(const struct device *dev, struct kobj_uevent_env *env) in zorro_uevent()
/linux-6.3-rc2/drivers/base/firmware_loader/
A Dsysfs.c67 static int do_firmware_uevent(const struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent()
79 static int firmware_uevent(const struct device *dev, struct kobj_uevent_env *env) in firmware_uevent()
/linux-6.3-rc2/drivers/md/
A Ddm-uevent.c33 struct kobj_uevent_env ku_env;
/linux-6.3-rc2/drivers/rapidio/
A Drio-driver.c207 static int rio_uevent(const struct device *dev, struct kobj_uevent_env *env) in rio_uevent()
/linux-6.3-rc2/sound/aoa/soundbus/
A Dcore.c58 static int soundbus_uevent(const struct device *dev, struct kobj_uevent_env *env) in soundbus_uevent()
/linux-6.3-rc2/drivers/firmware/arm_ffa/
A Dbus.c59 static int ffa_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in ffa_device_uevent()
/linux-6.3-rc2/net/atm/
A Datm_sysfs.c111 static int atm_uevent(const struct device *cdev, struct kobj_uevent_env *env) in atm_uevent()
/linux-6.3-rc2/include/linux/device/
A Dbus.h91 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
A Dclass.h62 int (*dev_uevent)(const struct device *dev, struct kobj_uevent_env *env);
/linux-6.3-rc2/drivers/base/
A Dauxiliary.c188 static int auxiliary_uevent(const struct device *dev, struct kobj_uevent_env *env) in auxiliary_uevent()
/linux-6.3-rc2/drivers/soundwire/
A Dbus_type.c61 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env) in sdw_slave_uevent()
/linux-6.3-rc2/drivers/acpi/
A Dinternal.h124 struct kobj_uevent_env *env);
A Ddevice_sysfs.c243 struct kobj_uevent_env *env) in __acpi_device_uevent_modalias()
280 int acpi_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
/linux-6.3-rc2/include/xen/
A Dxenbus.h120 int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *);
/linux-6.3-rc2/drivers/xen/xenbus/
A Dxenbus_probe_backend.c96 struct kobj_uevent_env *env) in xenbus_uevent_backend()
/linux-6.3-rc2/drivers/gpu/drm/display/
A Ddrm_dp_aux_bus.c164 static int dp_aux_ep_dev_modalias(const struct device *dev, struct kobj_uevent_env *env) in dp_aux_ep_dev_modalias()
/linux-6.3-rc2/drivers/firmware/
A Ddmi-id.c158 static int dmi_dev_uevent(const struct device *dev, struct kobj_uevent_env *env) in dmi_dev_uevent()

Completed in 25 milliseconds

12345