/linux-4.1.27/include/linux/ |
H A D | of_device.h | 39 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env); 40 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env); 66 struct kobj_uevent_env *env) { } 75 struct kobj_uevent_env *env) of_device_uevent_modalias()
|
H A D | kobject.h | 123 struct kobj_uevent_env { struct 135 struct kobj_uevent_env *env); 219 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
|
H A D | acpi.h | 455 int acpi_device_uevent_modalias(struct device *, struct kobj_uevent_env *); 563 struct kobj_uevent_env *env) acpi_device_uevent_modalias()
|
H A D | device.h | 115 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); 361 int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env); 505 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
|
/linux-4.1.27/drivers/power/ |
H A D | power_supply.h | 20 extern int power_supply_uevent(struct device *dev, struct kobj_uevent_env *env);
|
H A D | power_supply_sysfs.c | 273 int power_supply_uevent(struct device *dev, struct kobj_uevent_env *env) power_supply_uevent()
|
/linux-4.1.27/lib/ |
H A D | kobject_uevent.c | 129 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) init_uevent_argv() 167 struct kobj_uevent_env *env; kobject_uevent_env() 227 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); kobject_uevent_env() 386 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) add_uevent_var()
|
/linux-4.1.27/net/atm/ |
H A D | atm_sysfs.c | 116 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) atm_uevent()
|
/linux-4.1.27/net/wireless/ |
H A D | sysfs.c | 83 static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) wiphy_uevent()
|
/linux-4.1.27/drivers/of/ |
H A D | device.c | 219 void of_device_uevent(struct device *dev, struct kobj_uevent_env *env) of_device_uevent() 258 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) of_device_uevent_modalias()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-uevent.c | 46 struct kobj_uevent_env ku_env;
|
/linux-4.1.27/drivers/misc/mic/bus/ |
H A D | mic_bus.c | 90 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) mbus_uevent()
|
/linux-4.1.27/drivers/firmware/ |
H A D | dmi-id.c | 148 static int dmi_dev_uevent(struct device *dev, struct kobj_uevent_env *env) dmi_dev_uevent()
|
/linux-4.1.27/sound/aoa/soundbus/ |
H A D | core.c | 59 static int soundbus_uevent(struct device *dev, struct kobj_uevent_env *env) soundbus_uevent()
|
/linux-4.1.27/drivers/zorro/ |
H A D | zorro-driver.c | 143 static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env) zorro_uevent()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | sysfs.c | 196 struct kobj_uevent_env *env; SHOW_LOCKED() 254 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); SHOW_LOCKED()
|
/linux-4.1.27/drivers/bcma/ |
H A D | main.c | 28 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env); 630 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env) bcma_device_uevent()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | core.c | 151 static int mISDN_uevent(struct device *dev, struct kobj_uevent_env *env) mISDN_uevent()
|
/linux-4.1.27/drivers/mcb/ |
H A D | mcb-core.c | 47 static int mcb_uevent(struct device *dev, struct kobj_uevent_env *env) mcb_uevent()
|
/linux-4.1.27/drivers/misc/ |
H A D | tifm_core.c | 62 static int tifm_uevent(struct device *dev, struct kobj_uevent_env *env) tifm_uevent()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | bus.c | 68 mmc_bus_uevent(struct device *dev, struct kobj_uevent_env *env) mmc_bus_uevent()
|
H A D | sdio_bus.c | 109 sdio_bus_uevent(struct device *dev, struct kobj_uevent_env *env) sdio_bus_uevent()
|
/linux-4.1.27/drivers/rapidio/ |
H A D | rio-driver.c | 201 static int rio_uevent(struct device *dev, struct kobj_uevent_env *env) rio_uevent()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | scm.c | 38 static int scmdev_uevent(struct device *dev, struct kobj_uevent_env *env) scmdev_uevent()
|
H A D | css.c | 1178 static int css_uevent(struct device *dev, struct kobj_uevent_env *env) css_uevent()
|
H A D | device.c | 101 static int ccw_uevent(struct device *dev, struct kobj_uevent_env *env) ccw_uevent()
|
/linux-4.1.27/drivers/fmc/ |
H A D | fmc-core.c | 31 static int fmc_uevent(struct device *dev, struct kobj_uevent_env *env) fmc_uevent()
|
/linux-4.1.27/include/xen/ |
H A D | xenbus.h | 102 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
|
/linux-4.1.27/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | 97 struct kobj_uevent_env *env) xenbus_uevent_backend()
|
H A D | xenbus_probe_frontend.c | 79 struct kobj_uevent_env *env) xenbus_uevent_frontend()
|
/linux-4.1.27/drivers/ipack/ |
H A D | ipack.c | 88 static int ipack_uevent(struct device *dev, struct kobj_uevent_env *env) ipack_uevent()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide.c | 115 static int ide_uevent(struct device *dev, struct kobj_uevent_env *env) ide_uevent()
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | bus.c | 117 static int mei_cl_uevent(struct device *dev, struct kobj_uevent_env *env) mei_cl_uevent()
|
/linux-4.1.27/drivers/eisa/ |
H A D | eisa-bus.c | 131 static int eisa_bus_uevent(struct device *dev, struct kobj_uevent_env *env) eisa_bus_uevent()
|
/linux-4.1.27/drivers/base/ |
H A D | cpu.c | 310 static int cpu_uevent(struct device *dev, struct kobj_uevent_env *env) cpu_uevent()
|
H A D | core.c | 299 struct kobj_uevent_env *env) dev_uevent() 376 struct kobj_uevent_env *env = NULL; uevent_show() 397 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); uevent_show()
|
H A D | firmware_class.c | 547 static int do_firmware_uevent(struct firmware_priv *fw_priv, struct kobj_uevent_env *env) do_firmware_uevent() 559 static int firmware_uevent(struct device *dev, struct kobj_uevent_env *env) firmware_uevent()
|
H A D | platform.c | 774 static int platform_uevent(struct device *dev, struct kobj_uevent_env *env) platform_uevent()
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio.c | 95 static int virtio_uevent(struct device *_dv, struct kobj_uevent_env *env) virtio_uevent()
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
H A D | ip22-gio.c | 198 static int gio_device_uevent(struct device *dev, struct kobj_uevent_env *env) gio_device_uevent()
|
/linux-4.1.27/drivers/memstick/core/ |
H A D | memstick.c | 63 static int memstick_uevent(struct device *dev, struct kobj_uevent_env *env) memstick_uevent()
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvbdev.c | 577 static int dvb_uevent(struct device *dev, struct kobj_uevent_env *env) dvb_uevent()
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
H A D | tiocx.c | 68 static int tiocx_uevent(struct device *dev, struct kobj_uevent_env *env) tiocx_uevent()
|
/linux-4.1.27/fs/gfs2/ |
H A D | sys.c | 680 struct kobj_uevent_env *env) gfs2_uevent()
|
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
H A D | virtpci.c | 105 static int virtpci_uevent(struct device *dev, struct kobj_uevent_env *env); 648 static int virtpci_uevent(struct device *dev, struct kobj_uevent_env *env) virtpci_uevent()
|
/linux-4.1.27/drivers/w1/ |
H A D | w1.c | 184 static int w1_uevent(struct device *dev, struct kobj_uevent_env *env); 581 static int w1_uevent(struct device *dev, struct kobj_uevent_env *env) w1_uevent()
|
/linux-4.1.27/drivers/input/ |
H A D | input.c | 1525 static int input_add_uevent_bm_var(struct kobj_uevent_env *env, input_add_uevent_bm_var() 1543 static int input_add_uevent_modalias_var(struct kobj_uevent_env *env, input_add_uevent_modalias_var() 1582 static int input_dev_uevent(struct device *device, struct kobj_uevent_env *env) input_dev_uevent()
|
/linux-4.1.27/drivers/acpi/ |
H A D | scan.c | 277 struct kobj_uevent_env *env) __acpi_device_uevent_modalias() 318 int acpi_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) acpi_device_uevent_modalias() 1127 static int acpi_device_uevent(struct device *dev, struct kobj_uevent_env *env) acpi_device_uevent()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | sysfs.c | 463 struct kobj_uevent_env *env) ib_device_uevent()
|
/linux-4.1.27/drivers/sh/maple/ |
H A D | maple.c | 765 struct kobj_uevent_env *env) maple_bus_uevent()
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
H A D | mc-bus.c | 97 static int fsl_mc_bus_uevent(struct device *dev, struct kobj_uevent_env *env) fsl_mc_bus_uevent()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | cs.c | 818 struct kobj_uevent_env *env) pcmcia_socket_uevent()
|
H A D | ds.c | 926 static int pcmcia_bus_uevent(struct device *dev, struct kobj_uevent_env *env) pcmcia_bus_uevent()
|
/linux-4.1.27/drivers/input/serio/ |
H A D | serio.c | 920 static int serio_uevent(struct device *dev, struct kobj_uevent_env *env) serio_uevent()
|
/linux-4.1.27/drivers/bus/ |
H A D | mips_cdmm.c | 68 static int mips_cdmm_uevent(struct device *dev, struct kobj_uevent_env *env) mips_cdmm_uevent()
|
/linux-4.1.27/drivers/amba/ |
H A D | bus.c | 54 static int amba_uevent(struct device *dev, struct kobj_uevent_env *env) amba_uevent()
|
/linux-4.1.27/drivers/hsi/ |
H A D | hsi.c | 46 static int hsi_bus_uevent(struct device *dev, struct kobj_uevent_env *env) hsi_bus_uevent()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | udc-core.c | 611 static int usb_udc_uevent(struct device *dev, struct kobj_uevent_env *env) usb_udc_uevent()
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | wmi.c | 685 static int wmi_dev_uevent(struct device *dev, struct kobj_uevent_env *env) wmi_dev_uevent()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 455 static int ps3_system_bus_uevent(struct device *_dev, struct kobj_uevent_env *env) ps3_system_bus_uevent()
|
/linux-4.1.27/fs/dlm/ |
H A D | lockspace.c | 228 struct kobj_uevent_env *env) dlm_uevent()
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | ap_bus.c | 793 * @env: Pointer to kobj_uevent_env 798 static int ap_uevent (struct device *dev, struct kobj_uevent_env *env) ap_uevent()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_sysfs.c | 459 static int scsi_bus_uevent(struct device *dev, struct kobj_uevent_env *env) scsi_bus_uevent()
|
/linux-4.1.27/drivers/ssb/ |
H A D | main.c | 340 static int ssb_device_uevent(struct device *dev, struct kobj_uevent_env *env) ssb_device_uevent()
|
/linux-4.1.27/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 185 static int rpmsg_uevent(struct device *dev, struct kobj_uevent_env *env) rpmsg_uevent()
|
/linux-4.1.27/drivers/net/xen-netback/ |
H A D | xenbus.c | 392 struct kobj_uevent_env *env) netback_uevent()
|
/linux-4.1.27/drivers/pci/ |
H A D | pci-driver.c | 1365 static int pci_uevent(struct device *dev, struct kobj_uevent_env *env) pci_uevent()
|
/linux-4.1.27/drivers/firewire/ |
H A D | core-device.c | 222 static int fw_unit_uevent(struct device *dev, struct kobj_uevent_env *env) fw_unit_uevent()
|
/linux-4.1.27/drivers/hv/ |
H A D | vmbus_drv.c | 456 static int vmbus_uevent(struct device *device, struct kobj_uevent_env *env) vmbus_uevent()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | usb.c | 293 static int usb_dev_uevent(struct device *dev, struct kobj_uevent_env *env) usb_dev_uevent()
|
H A D | driver.c | 827 static int usb_uevent(struct device *dev, struct kobj_uevent_env *env) usb_uevent()
|
H A D | message.c | 1558 static int usb_if_uevent(struct device *dev, struct kobj_uevent_env *env) usb_if_uevent()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | drivers.c | 551 static int parisc_uevent(struct device *dev, struct kobj_uevent_env *env) parisc_uevent()
|
/linux-4.1.27/net/core/ |
H A D | net-sysfs.c | 1403 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) netdev_uevent()
|
/linux-4.1.27/net/rfkill/ |
H A D | core.c | 752 static int rfkill_dev_uevent(struct device *dev, struct kobj_uevent_env *env) rfkill_dev_uevent()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | rc-main.c | 1190 static int rc_dev_uevent(struct device *device, struct kobj_uevent_env *env) rc_dev_uevent()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | vio.c | 1587 static int vio_hotplug(struct device *dev, struct kobj_uevent_env *env) vio_hotplug()
|
/linux-4.1.27/drivers/i2c/ |
H A D | i2c-core.c | 483 static int i2c_device_uevent(struct device *dev, struct kobj_uevent_env *env) i2c_device_uevent()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi.c | 118 static int spi_uevent(struct device *dev, struct kobj_uevent_env *env) spi_uevent()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-core.c | 2199 static int hid_uevent(struct device *dev, struct kobj_uevent_env *env) hid_uevent()
|