Home
last modified time | relevance | path

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

12345

/Linux-v4.19/include/linux/
Dof_device.h41 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
42 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);
71 struct kobj_uevent_env *env) { } in of_device_uevent()
90 struct kobj_uevent_env *env) in of_device_uevent_modalias()
Dkobject.h148 struct kobj_uevent_env { struct
160 struct kobj_uevent_env *env); argument
245 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
/Linux-v4.19/lib/
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()
251 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
277 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
307 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
341 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
380 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
416 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
457 struct kobj_uevent_env *env; in kobject_uevent_env()
[all …]
/Linux-v4.19/drivers/power/supply/
Dpower_supply.h20 extern int power_supply_uevent(struct device *dev, struct kobj_uevent_env *env);
/Linux-v4.19/sound/hda/
Dhda_bus_type.c67 static int hda_uevent(struct device *dev, struct kobj_uevent_env *env) in hda_uevent()
/Linux-v4.19/drivers/of/
Ddevice.c291 void of_device_uevent(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
327 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/Linux-v4.19/drivers/zorro/
Dzorro-driver.c145 static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env) in zorro_uevent()
/Linux-v4.19/drivers/md/
Ddm-uevent.c46 struct kobj_uevent_env ku_env;
/Linux-v4.19/drivers/soundwire/
Dbus_type.c49 static int sdw_uevent(struct device *dev, struct kobj_uevent_env *env) in sdw_uevent()
/Linux-v4.19/net/wireless/
Dsysfs.c85 static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) in wiphy_uevent()
/Linux-v4.19/sound/aoa/soundbus/
Dcore.c59 static int soundbus_uevent(struct device *dev, struct kobj_uevent_env *env) in soundbus_uevent()
/Linux-v4.19/drivers/rapidio/
Drio-driver.c212 static int rio_uevent(struct device *dev, struct kobj_uevent_env *env) in rio_uevent()
/Linux-v4.19/net/atm/
Datm_sysfs.c117 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) in atm_uevent()
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_probe_backend.c96 struct kobj_uevent_env *env) in xenbus_uevent_backend()
/Linux-v4.19/include/xen/
Dxenbus.h103 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
/Linux-v4.19/drivers/acpi/
Dinternal.h125 struct kobj_uevent_env *env);
Ddevice_sysfs.c245 struct kobj_uevent_env *env) in __acpi_device_uevent_modalias()
288 int acpi_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
/Linux-v4.19/drivers/misc/mic/bus/
Dmic_bus.c87 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) in mbus_uevent()
Dvop_bus.c89 static int vop_uevent(struct device *dv, struct kobj_uevent_env *env) in vop_uevent()
Dscif_bus.c86 static int scif_uevent(struct device *dv, struct kobj_uevent_env *env) in scif_uevent()
/Linux-v4.19/drivers/base/firmware_loader/
Dfallback.c167 static int do_firmware_uevent(struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent()
179 static int firmware_uevent(struct device *dev, struct kobj_uevent_env *env) in firmware_uevent()
/Linux-v4.19/drivers/usb/common/
Droles.c206 usb_role_switch_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_role_switch_uevent()
Dulpi.c54 static int ulpi_uevent(struct device *dev, struct kobj_uevent_env *env) in ulpi_uevent()
/Linux-v4.19/drivers/firmware/
Ddmi-id.c150 static int dmi_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in dmi_dev_uevent()
/Linux-v4.19/drivers/bcma/
Dmain.c31 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env);
655 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env) in bcma_device_uevent()

12345