Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/
Dgfs2-uevents.txt14 uevent generated by the newly created filesystem. If the mount
15 is successful, an ONLINE uevent will follow. If it is not successful
16 then a REMOVE uevent will follow.
18 The ADD uevent has two environment variables: SPECTATOR=[0|1]
25 The ONLINE uevent is generated after a successful mount or remount. It
26 has the same environment variables as the ADD uevent. The ONLINE
27 uevent, along with the two environment variables for spectator and
33 The CHANGE uevent is used in two places. One is when reporting the
38 The other CHANGE uevent is used to inform of the completion
47 Because the CHANGE uevent was used (in early versions of gfs_controld)
[all …]
/linux-4.1.27/drivers/infiniband/core/
Ducma.c227 struct ucma_event *uevent) in ucma_set_event_context() argument
229 uevent->ctx = ctx; in ucma_set_event_context()
233 uevent->mc = (struct ucma_multicast *) in ucma_set_event_context()
235 uevent->resp.uid = uevent->mc->uid; in ucma_set_event_context()
236 uevent->resp.id = uevent->mc->id; in ucma_set_event_context()
239 uevent->resp.uid = ctx->uid; in ucma_set_event_context()
240 uevent->resp.id = ctx->id; in ucma_set_event_context()
248 struct ucma_event *uevent; in ucma_event_handler() local
252 uevent = kzalloc(sizeof(*uevent), GFP_KERNEL); in ucma_event_handler()
253 if (!uevent) in ucma_event_handler()
[all …]
Ducm.c155 struct ib_ucm_event *uevent; in ib_ucm_cleanup_events() local
161 uevent = list_entry(ctx->events.next, in ib_ucm_cleanup_events()
163 list_del(&uevent->file_list); in ib_ucm_cleanup_events()
164 list_del(&uevent->ctx_list); in ib_ucm_cleanup_events()
168 if (ib_ucm_new_cm_id(uevent->resp.event)) in ib_ucm_cleanup_events()
169 ib_destroy_cm_id(uevent->cm_id); in ib_ucm_cleanup_events()
171 kfree(uevent); in ib_ucm_cleanup_events()
351 struct ib_ucm_event *uevent; in ib_ucm_event_handler() local
357 uevent = kzalloc(sizeof *uevent, GFP_KERNEL); in ib_ucm_event_handler()
358 if (!uevent) in ib_ucm_event_handler()
[all …]
Duverbs_cmd.c1657 init_uobj(&obj->uevent.uobject, cmd.user_handle, file->ucontext, &qp_lock_class); in ib_uverbs_create_qp()
1658 down_write(&obj->uevent.uobject.mutex); in ib_uverbs_create_qp()
1715 obj->uevent.events_reported = 0; in ib_uverbs_create_qp()
1716 INIT_LIST_HEAD(&obj->uevent.event_list); in ib_uverbs_create_qp()
1747 qp->uobject = &obj->uevent.uobject; in ib_uverbs_create_qp()
1749 obj->uevent.uobject.object = qp; in ib_uverbs_create_qp()
1750 ret = idr_add_uobj(&ib_uverbs_qp_idr, &obj->uevent.uobject); in ib_uverbs_create_qp()
1756 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_create_qp()
1786 list_add_tail(&obj->uevent.uobject.list, &file->ucontext->qp_list); in ib_uverbs_create_qp()
1789 obj->uevent.uobject.live = 1; in ib_uverbs_create_qp()
[all …]
Duverbs.h148 struct ib_uevent_object uevent; member
153 struct ib_uevent_object uevent; member
Duverbs_main.c242 container_of(uobj, struct ib_uqp_object, uevent.uobject); in ib_uverbs_cleanup_ucontext()
251 ib_uverbs_release_uevent(file, &uqp->uevent); in ib_uverbs_cleanup_ucontext()
257 struct ib_uevent_object *uevent = in ib_uverbs_cleanup_ucontext() local
262 ib_uverbs_release_uevent(file, uevent); in ib_uverbs_cleanup_ucontext()
263 kfree(uevent); in ib_uverbs_cleanup_ucontext()
/linux-4.1.27/Documentation/
Dvideo-output.txt18 | `-- uevent
23 | `-- uevent
28 | `-- uevent
33 `-- uevent
Dkobject.txt177 below), the uevent for KOBJ_REMOVE will be automatically created by the
325 uevent events are reported to user space.
353 If a kset wishes to control the uevent operations of the kobjects
359 int (*uevent)(struct kset *kset, struct kobject *kobj,
364 The filter function allows a kset to prevent a uevent from being emitted to
365 userspace for a specific kobject. If the function returns 0, the uevent
369 that the uevent sends to userspace. By default, the name will be the same
372 The uevent function will be called when the uevent is about to be sent to
373 userspace to allow more environment variables to be added to the uevent.
393 all of the memory allocated by this kobject. If a KOBJ_ADD uevent has been
[all …]
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt59 ?   ?   ??? uevent
76 ?   ?   ??? uevent
86 ?   ??? uevent
112 ?   ?   ??? uevent
129 ?   ?   ??? uevent
138 ?   ??? uevent
144 ??? uevent
/linux-4.1.27/Documentation/leds/
Dleds-blinkm.txt22 brightness device max_brightness power subsystem trigger uevent
25 brightness device max_brightness power subsystem trigger uevent
28 brightness device max_brightness power subsystem trigger uevent
/linux-4.1.27/include/linux/
Dfirmware.h45 struct module *module, bool uevent,
60 struct module *module, bool uevent, in request_firmware_nowait() argument
Dkobject.h134 int (* const uevent)(struct kset *kset, struct kobject *kobj, member
Ddevice.h115 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); member
505 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); member
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_backend.c126 if (drv && drv->uevent) in xenbus_uevent_backend()
127 return drv->uevent(xdev, env); in xenbus_uevent_backend()
199 .uevent = xenbus_uevent_backend,
Dxenbus_probe_frontend.c153 .uevent = xenbus_uevent_frontend,
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices16 Or rely on the uevent messages to notify programs of
21 chain will have emitted uevent messages, so userspace
Dsysfs-bus-mei6 Description: Stores the same MODALIAS value emitted by uevent
Dsysfs-class-pktcdvd27 uevent (0200) To send an uevent.
Dsysfs-bus-hsi18 Description: Stores the same MODALIAS value emitted by uevent
Dsysfs-driver-hid-wiimote25 extension. You will get uevent notifications for the motion-plus
33 a device detection and signal a "change" uevent after it is
/linux-4.1.27/Documentation/device-mapper/
Ddm-uevent.txt1 The device-mapper uevent code adds the capability to device-mapper to create
17 The variables added to the uevent environment are:
29 Value: Device-mapper specific action that caused the uevent action.
/linux-4.1.27/drivers/acpi/
Ddock.c131 void (*uevent)(struct acpi_device *, u32); in dock_hotplug_event() local
133 uevent = adev->hp->uevent; in dock_hotplug_event()
134 if (uevent) { in dock_hotplug_event()
136 uevent(adev, event); in dock_hotplug_event()
Dinternal.h83 bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent);
Dscan.c85 void (*uevent)(struct acpi_device *, u32)) in acpi_initialize_hp_context()
89 hp->uevent = uevent; in acpi_initialize_hp_context()
373 bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent) in acpi_scan_is_offline() argument
386 if (uevent) in acpi_scan_is_offline()
1253 .uevent = acpi_device_uevent,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c196 nvkm_event_send(&fifo->uevent, 1, 0, &rep, sizeof(rep)); in nvkm_fifo_uevent()
207 *event = &fifo->uevent; in _nvkm_fifo_channel_ntfy()
250 nvkm_event_fini(&priv->uevent); in nvkm_fifo_destroy()
Dg84.c424 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in g84_fifo_uevent_init()
431 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in g84_fifo_uevent_fini()
465 ret = nvkm_event_init(&g84_fifo_uevent_func, 1, 1, &priv->base.uevent); in g84_fifo_ctor()
Dgf100.c837 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gf100_fifo_uevent_init()
844 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gf100_fifo_uevent_fini()
892 ret = nvkm_event_init(&gf100_fifo_uevent_func, 1, 1, &priv->base.uevent); in gf100_fifo_ctor()
Dgk104.c992 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gk104_fifo_uevent_init()
999 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gk104_fifo_uevent_fini()
1118 ret = nvkm_event_init(&gk104_fifo_uevent_func, 1, 1, &priv->base.uevent); in gk104_fifo_ctor()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-qla2xxx4 Description: qla2xxx-udev.sh currently looks for uevent CHANGE events to
Dsysfs-bus-firewire63 Same as MODALIAS in the uevent at device creation.
/linux-4.1.27/Documentation/block/
Dcapability.txt14 space via kernel uevent.
Dcmdline-partition.txt27 partition name, kernel send uevent with "PARTNAME". application can create
/linux-4.1.27/Documentation/driver-model/
Ddevice.txt54 created before the KOBJ_ADD uevent is generated. The only way to realize
98 registered in the kernel, a uevent is generated to notify userspace (like
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgm107.c67 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gm107_disp_ctor()
Dgt215.c66 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in gt215_disp_ctor()
Dgk110.c67 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gk110_disp_ctor()
Dgt200.c111 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in gt200_disp_ctor()
Dgm204.c68 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gm204_disp_ctor()
Dg94.c95 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in g94_disp_ctor()
Dgk104.c232 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gk104_disp_ctor()
Dg84.c235 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in g84_disp_ctor()
Dnv50.h19 struct nvkm_event uevent; member
Dnv50.c92 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in nv50_disp_chan_uevent_fini()
100 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in nv50_disp_chan_uevent_init()
111 nvkm_event_send(&priv->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
148 *pevent = &priv->uevent; in nv50_disp_chan_ntfy()
1977 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in nv50_disp_ctor()
Dgf110.c49 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in gf110_disp_chan_uevent_fini()
57 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in gf110_disp_chan_uevent_init()
1268 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gf110_disp_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.h61 bool uevent; member
Dnouveau_fence.c188 if (!priv->uevent) in nouveau_fence_context_new()
268 if (priv->uevent) in nouveau_fence_emit()
Dnv84_fence.c233 priv->base.uevent = true; in nv84_fence_create()
/linux-4.1.27/drivers/zorro/
Dzorro-driver.c167 .uevent = zorro_uevent,
/linux-4.1.27/drivers/base/
DKconfig4 bool "Support for uevent helper"
7 The uevent helper program is forked by the kernel for
8 every uevent.
9 Before the switch to the netlink-based uevent source, this was
19 string "path to uevent helper"
Dcore.c337 if (dev->bus && dev->bus->uevent) { in dev_uevent()
338 retval = dev->bus->uevent(dev, env); in dev_uevent()
354 if (dev->type && dev->type->uevent) { in dev_uevent()
355 retval = dev->type->uevent(dev, env); in dev_uevent()
368 .uevent = dev_uevent,
389 if (!kset->uevent_ops || !kset->uevent_ops->uevent) in uevent_show()
402 retval = kset->uevent_ops->uevent(kset, &dev->kobj, env); in uevent_show()
425 static DEVICE_ATTR_RW(uevent);
Dcpu.c343 cpu->dev.bus->uevent = cpu_uevent; in register_cpu()
Dbus.c660 static DRIVER_ATTR_WO(uevent);
863 static BUS_ATTR(uevent, S_IWUSR, NULL, bus_uevent_store);
Dfirmware_class.c1288 struct module *module, bool uevent, in request_firmware_nowait() argument
1304 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
Dplatform.c999 .uevent = platform_uevent,
/linux-4.1.27/Documentation/thermal/
Dx86_pkg_temperature_thermal42 Thermal notifications: To get kobject-uevent notifications, set the thermal zone
/linux-4.1.27/lib/
Dkobject_uevent.c259 if (uevent_ops && uevent_ops->uevent) { in kobject_uevent_env()
260 retval = uevent_ops->uevent(kset, kobj, env); in kobject_uevent_env()
/linux-4.1.27/drivers/rapidio/
Drio-driver.c232 .uevent = rio_uevent,
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfifo.h74 struct nvkm_event uevent; /* async user trigger */ member
/linux-4.1.27/fs/
Deventpoll.c1473 struct epoll_event __user *uevent; in ep_send_events_proc() local
1484 for (eventcnt = 0, uevent = esed->events; in ep_send_events_proc()
1515 if (__put_user(revents, &uevent->events) || in ep_send_events_proc()
1516 __put_user(epi->event.data, &uevent->data)) { in ep_send_events_proc()
1522 uevent++; in ep_send_events_proc()
/linux-4.1.27/include/xen/
Dxenbus.h102 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *); member
/linux-4.1.27/drivers/md/
DMakefile62 dm-mod-objs += dm-uevent.o
/linux-4.1.27/drivers/misc/mic/bus/
Dmic_bus.c124 .uevent = mbus_uevent,
/linux-4.1.27/sound/aoa/soundbus/
Dcore.c156 .uevent = soundbus_uevent,
/linux-4.1.27/include/acpi/
Dacpi_bus.h152 void (*uevent)(struct acpi_device *, u32); member
422 void (*uevent)(struct acpi_device *, u32));
/linux-4.1.27/Documentation/console/
Dconsole.txt40 . .. bind name uevent
70 3. uevent - ignore this file
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt272 kset->uevent_ops->uevent() // which is really just
276 dev->bus->uevent() which is really just a call to
281 then kobject_uevent() sends a netlink uevent to userspace
282 --> userspace uevent
/linux-4.1.27/Documentation/misc-devices/
Dc2port.txt55 flash_access flash_data reset uevent
/linux-4.1.27/Documentation/networking/
Dregulatory.txt60 by sending a uevent.
64 The kernel will send a uevent to inform userspace a new
/linux-4.1.27/drivers/mmc/core/
Dsdio_bus.c216 .uevent = sdio_bus_uevent,
Dbus.c204 .uevent = mmc_bus_uevent,
/linux-4.1.27/drivers/fmc/
Dfmc-core.c64 .uevent = fmc_uevent,
/linux-4.1.27/drivers/s390/cio/
Dscm.c47 .uevent = scmdev_uevent,
Dcss.c1264 .uevent = css_uevent,
Ddevice.c2035 .uevent = ccw_uevent,
/linux-4.1.27/drivers/mcb/
Dmcb-core.c96 .uevent = mcb_uevent,
/linux-4.1.27/drivers/extcon/
DKconfig6 via sysfs and uevent and supports external connectors with
/linux-4.1.27/arch/mips/sgi-ip22/
Dip22-gio.c382 .uevent = gio_device_uevent,
/linux-4.1.27/drivers/ide/
Dide.c156 .uevent = ide_uevent,
/linux-4.1.27/drivers/misc/
Dtifm_core.c160 .uevent = tifm_uevent,
/linux-4.1.27/drivers/virtio/
Dvirtio.c276 .uevent = virtio_uevent,
/linux-4.1.27/arch/ia64/sn/kernel/
Dtiocx.c147 .uevent = tiocx_uevent,
/linux-4.1.27/drivers/bus/
Dmips_cdmm.c123 .uevent = mips_cdmm_uevent,
/linux-4.1.27/drivers/eisa/
Deisa-bus.c142 .uevent = eisa_bus_uevent,
/linux-4.1.27/drivers/ipack/
Dipack.c205 .uevent = ipack_uevent,
/linux-4.1.27/drivers/misc/mei/
Dbus.c131 .uevent = mei_cl_uevent,
/linux-4.1.27/drivers/memstick/core/
Dmemstick.c175 .uevent = memstick_uevent,
/linux-4.1.27/drivers/amba/
Dbus.c196 .uevent = amba_uevent,
/linux-4.1.27/Documentation/rapidio/
Dsysfs.txt158 -rw-r--r-- 1 root root 4096 Feb 11 15:04 uevent
/linux-4.1.27/drivers/staging/fsl-mc/bus/
Dmc-bus.c106 .uevent = fsl_mc_bus_uevent,
/linux-4.1.27/arch/powerpc/kernel/
Dibmebus.c717 .uevent = of_device_uevent_modalias,
Dvio.c1607 .uevent = vio_hotplug,
/linux-4.1.27/drivers/usb/core/
Dusb.c388 .uevent = usb_dev_uevent,
Ddriver.c1885 .uevent = usb_uevent,
Dmessage.c1595 .uevent = usb_if_uevent,
/linux-4.1.27/drivers/macintosh/
Dmacio_asic.c142 .uevent = of_device_uevent_modalias,
/linux-4.1.27/drivers/bcma/
Dmain.c72 .uevent = bcma_device_uevent,
/linux-4.1.27/drivers/hsi/
Dhsi.c68 .uevent = hsi_bus_uevent,
/linux-4.1.27/fs/gfs2/
Dsys.c696 .uevent = gfs2_uevent,
/linux-4.1.27/arch/parisc/kernel/
Ddrivers.c606 .uevent = parisc_uevent,
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dsystem-bus.c483 .uevent = ps3_system_bus_uevent,
/linux-4.1.27/drivers/sh/maple/
Dmaple.c786 .uevent = maple_bus_uevent,
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt10 every power supply out there. Attributes are available via sysfs and uevent
Dcharger-manager.txt53 * Support for uevent-notify
/linux-4.1.27/Documentation/pps/
Dpps.txt143 assert clear echo mode name path subsystem@ uevent
/linux-4.1.27/drivers/rpmsg/
Dvirtio_rpmsg_bus.c433 .uevent = rpmsg_uevent,
/linux-4.1.27/fs/dlm/
Dlockspace.c237 .uevent = dlm_uevent,
/linux-4.1.27/drivers/hv/
Dvmbus_drv.c603 .uevent = vmbus_uevent,
/linux-4.1.27/drivers/net/xen-netback/
Dxenbus.c1031 .uevent = netback_uevent,
/linux-4.1.27/drivers/input/serio/
Dserio.c1024 .uevent = serio_uevent,
/linux-4.1.27/drivers/staging/unisys/virtpci/
Dvirtpci.c127 .uevent = virtpci_uevent,
/linux-4.1.27/drivers/power/
DKconfig6 via sysfs and uevent (if available) and/or APM kernel interface
/linux-4.1.27/drivers/w1/
Dw1.c189 .uevent = w1_uevent,
/linux-4.1.27/drivers/pci/
Dpci-driver.c1400 .uevent = pci_uevent,
/linux-4.1.27/drivers/firewire/
Dcore-device.c693 .uevent = fw_unit_uevent,
/linux-4.1.27/drivers/media/rc/
Drc-main.c1258 .uevent = rc_dev_uevent,
/linux-4.1.27/drivers/scsi/
Dscsi_sysfs.c475 .uevent = scsi_bus_uevent,
/linux-4.1.27/drivers/ssb/
Dmain.c393 .uevent = ssb_device_uevent,
/linux-4.1.27/drivers/pcmcia/
Dds.c1406 .uevent = pcmcia_bus_uevent,
/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c907 .uevent = &ap_uevent,
/linux-4.1.27/drivers/spi/
Dspi.c135 .uevent = spi_uevent,
/linux-4.1.27/drivers/input/
Dinput.c1756 .uevent = input_dev_uevent,
/linux-4.1.27/drivers/i2c/
Di2c-core.c747 .uevent = i2c_device_uevent,
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c3891 e->u.uevent.code = code; in qla2x00_post_uevent_work()
3975 qla2x00_uevent_emit(vha, e->u.uevent.code); in qla2x00_do_work()
Dqla_def.h2745 } uevent; member
/linux-4.1.27/drivers/hid/
Dhid-core.c2229 .uevent = hid_uevent,
/linux-4.1.27/kernel/
Dmodule.c1058 __ATTR(uevent, 0200, NULL, store_uevent);