Home
last modified time | relevance | path

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

12

/linux-4.19.296/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, ...);
Ddevice.h123 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
411 int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env);
556 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
Dacpi.h605 int acpi_device_uevent_modalias(struct device *, struct kobj_uevent_env *);
811 struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
/linux-4.19.296/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()
278 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
308 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
342 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
381 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
417 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
458 struct kobj_uevent_env *env; in kobject_uevent_env()
[all …]
/linux-4.19.296/drivers/of/
Ddevice.c297 void of_device_uevent(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
333 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux-4.19.296/drivers/soundwire/
Dbus_type.c49 static int sdw_uevent(struct device *dev, struct kobj_uevent_env *env) in sdw_uevent()
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe_backend.c96 struct kobj_uevent_env *env) in xenbus_uevent_backend()
Dxenbus_probe_frontend.c77 struct kobj_uevent_env *env) in xenbus_uevent_frontend()
/linux-4.19.296/drivers/misc/mic/bus/
Dvop_bus.c89 static int vop_uevent(struct device *dv, struct kobj_uevent_env *env) in vop_uevent()
Dmic_bus.c87 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) in mbus_uevent()
Dscif_bus.c86 static int scif_uevent(struct device *dv, struct kobj_uevent_env *env) in scif_uevent()
/linux-4.19.296/include/xen/
Dxenbus.h112 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
/linux-4.19.296/drivers/base/firmware_loader/
Dfallback.c166 static int do_firmware_uevent(struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent()
178 static int firmware_uevent(struct device *dev, struct kobj_uevent_env *env) in firmware_uevent()
/linux-4.19.296/drivers/s390/cio/
Dscm.c39 static int scmdev_uevent(struct device *dev, struct kobj_uevent_env *env) in scmdev_uevent()
/linux-4.19.296/drivers/gnss/
Dcore.c367 static int gnss_uevent(struct device *dev, struct kobj_uevent_env *env) in gnss_uevent()
/linux-4.19.296/drivers/misc/
Dtifm_core.c62 static int tifm_uevent(struct device *dev, struct kobj_uevent_env *env) in tifm_uevent()
/linux-4.19.296/drivers/isdn/mISDN/
Dcore.c151 static int mISDN_uevent(struct device *dev, struct kobj_uevent_env *env) in mISDN_uevent()
/linux-4.19.296/drivers/virtio/
Dvirtio.c95 static int virtio_uevent(struct device *_dv, struct kobj_uevent_env *env) in virtio_uevent()
/linux-4.19.296/drivers/bus/
Dmips_cdmm.c68 static int mips_cdmm_uevent(struct device *dev, struct kobj_uevent_env *env) in mips_cdmm_uevent()
/linux-4.19.296/drivers/eisa/
Deisa-bus.c131 static int eisa_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in eisa_bus_uevent()
/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Dbus.c332 static int ishtp_cl_uevent(struct device *dev, struct kobj_uevent_env *env) in ishtp_cl_uevent()
/linux-4.19.296/drivers/base/
Dcpu.c346 static int cpu_uevent(struct device *dev, struct kobj_uevent_env *env) in cpu_uevent()
/linux-4.19.296/drivers/memstick/core/
Dmemstick.c64 static int memstick_uevent(struct device *dev, struct kobj_uevent_env *env) in memstick_uevent()
/linux-4.19.296/drivers/amba/
Dbus.c56 static int amba_uevent(struct device *dev, struct kobj_uevent_env *env) in amba_uevent()

12