Home
last modified time | relevance | path

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

123456

/linux/include/linux/
A Dof_device.h9 struct kobj_uevent_env;
28 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
29 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env);
52 struct kobj_uevent_env *env) { } in of_device_uevent()
61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
A Dkobject.h125 struct kobj_uevent_env { struct
136 int (* const uevent)(const struct kobject *kobj, struct kobj_uevent_env *env); argument
220 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
/linux/lib/
A Dkobject_uevent.c114 struct kobj_uevent_env **ret_env) in kobject_action_args()
116 struct kobj_uevent_env *env = NULL; in kobject_action_args()
196 struct kobj_uevent_env *env; in kobject_synth_uevent()
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()
344 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
383 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
420 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
476 struct kobj_uevent_env *env; in kobject_uevent_env()
540 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); in kobject_uevent_env()
[all …]
/linux/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.c429 static int add_prop_uevent(const struct device *dev, struct kobj_uevent_env *env, in add_prop_uevent()
460 int power_supply_uevent(const struct device *dev, struct kobj_uevent_env *env) in power_supply_uevent()
/linux/include/linux/soundwire/
A Dsdw_type.h24 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env);
/linux/drivers/of/
A Ddevice.c219 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
257 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux/sound/hda/
A Dhda_bus_type.c68 static int hda_uevent(const struct device *dev, struct kobj_uevent_env *env) in hda_uevent()
/linux/drivers/dma/idxd/
A Dbus.c70 static int idxd_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in idxd_bus_uevent()
/linux/drivers/zorro/
A Dzorro-driver.c133 static int zorro_uevent(const struct device *dev, struct kobj_uevent_env *env) in zorro_uevent()
/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_bus.c26 static int vchiq_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in vchiq_bus_uevent()
/linux/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/drivers/md/
A Ddm-uevent.c33 struct kobj_uevent_env ku_env;
/linux/sound/aoa/soundbus/
A Dcore.c60 static int soundbus_uevent(const struct device *dev, struct kobj_uevent_env *env) in soundbus_uevent()
/linux/drivers/rapidio/
A Drio-driver.c207 static int rio_uevent(const struct device *dev, struct kobj_uevent_env *env) in rio_uevent()
/linux/include/linux/device/
A Dbus.h85 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
A Dclass.h56 int (*dev_uevent)(const struct device *dev, struct kobj_uevent_env *env);
/linux/net/atm/
A Datm_sysfs.c111 static int atm_uevent(const struct device *cdev, struct kobj_uevent_env *env) in atm_uevent()
/linux/drivers/soundwire/
A Dbus_type.c62 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env) in sdw_slave_uevent()
/linux/drivers/base/
A Dauxiliary.c188 static int auxiliary_uevent(const struct device *dev, struct kobj_uevent_env *env) in auxiliary_uevent()
/linux/include/xen/
A Dxenbus.h120 int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *);
/linux/drivers/xen/xenbus/
A Dxenbus_probe_backend.c96 struct kobj_uevent_env *env) in xenbus_uevent_backend()
/linux/drivers/firmware/arm_ffa/
A Dbus.c67 static int ffa_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in ffa_device_uevent()
/linux/drivers/acpi/
A Dinternal.h138 struct kobj_uevent_env *env);
/linux/drivers/firmware/google/
A Dcoreboot_table.c65 static int coreboot_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in coreboot_bus_uevent()

Completed in 36 milliseconds

123456