Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/infiniband/core/
Ducma.c264 struct ucma_event *uevent) in ucma_set_event_context() argument
266 uevent->ctx = ctx; in ucma_set_event_context()
270 uevent->mc = (struct ucma_multicast *) in ucma_set_event_context()
272 uevent->resp.uid = uevent->mc->uid; in ucma_set_event_context()
273 uevent->resp.id = uevent->mc->id; in ucma_set_event_context()
276 uevent->resp.uid = ctx->uid; in ucma_set_event_context()
277 uevent->resp.id = ctx->id; in ucma_set_event_context()
323 struct ucma_event *uevent; in ucma_event_handler() local
327 uevent = kzalloc(sizeof(*uevent), GFP_KERNEL); in ucma_event_handler()
328 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.c1776 init_uobj(&obj->uevent.uobject, cmd->user_handle, file->ucontext, in create_qp()
1778 down_write(&obj->uevent.uobject.mutex); in create_qp()
1840 obj->uevent.events_reported = 0; in create_qp()
1841 INIT_LIST_HEAD(&obj->uevent.event_list); in create_qp()
1889 qp->uobject = &obj->uevent.uobject; in create_qp()
1891 obj->uevent.uobject.object = qp; in create_qp()
1892 ret = idr_add_uobj(&ib_uverbs_qp_idr, &obj->uevent.uobject); in create_qp()
1898 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp()
1929 list_add_tail(&obj->uevent.uobject.list, &file->ucontext->qp_list); in create_qp()
1932 obj->uevent.uobject.live = 1; in create_qp()
[all …]
Duverbs.h155 struct ib_uevent_object uevent; member
160 struct ib_uevent_object uevent; member
Duverbs_main.c244 container_of(uobj, struct ib_uqp_object, uevent.uobject); in ib_uverbs_cleanup_ucontext()
253 ib_uverbs_release_uevent(file, &uqp->uevent); in ib_uverbs_cleanup_ucontext()
259 struct ib_uevent_object *uevent = in ib_uverbs_cleanup_ucontext() local
264 ib_uverbs_release_uevent(file, uevent); in ib_uverbs_cleanup_ucontext()
265 kfree(uevent); in ib_uverbs_cleanup_ucontext()
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c114 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in nvkm_fifo_uevent_fini()
121 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in nvkm_fifo_uevent_init()
155 nvkm_event_send(&fifo->uevent, 1, 0, &rep, sizeof(rep)); in nvkm_fifo_uevent()
234 nvkm_event_fini(&fifo->uevent); in nvkm_fifo_dtor()
271 &fifo->uevent); in nvkm_fifo_ctor()
Dchang84.c39 *pevent = &chan->fifo->uevent; in g84_fifo_chan_ntfy()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchangf119.c29 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in gf119_disp_chan_uevent_fini()
38 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in gf119_disp_chan_uevent_init()
Dnv50.h20 struct nvkm_event uevent; member
72 const struct nvkm_event_func *uevent; member
Dchannv50.c105 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini()
114 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init()
126 nvkm_event_send(&disp->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
184 *pevent = &disp->uevent; in nv50_disp_chan_ntfy()
Dgm107.c30 .uevent = &gf119_disp_chan_uevent,
Dgk110.c30 .uevent = &gf119_disp_chan_uevent,
Dgk104.c30 .uevent = &gf119_disp_chan_uevent,
Dg84.c30 .uevent = &nv50_disp_chan_uevent,
Dgm204.c30 .uevent = &gf119_disp_chan_uevent,
Dgt200.c30 .uevent = &nv50_disp_chan_uevent,
Dg94.c30 .uevent = &nv50_disp_chan_uevent,
Dgt215.c30 .uevent = &nv50_disp_chan_uevent,
Dnv50.c124 nvkm_event_fini(&disp->uevent); in nv50_disp_dtor_()
160 return nvkm_event_init(func->uevent, 1, 1 + (heads * 4), &disp->uevent); in nv50_disp_new_()
818 .uevent = &nv50_disp_chan_uevent,
Dgf119.c513 .uevent = &gf119_disp_chan_uevent,
/linux-4.4.14/Documentation/power/powercap/
Dpowercap.txt59 ?   ?   ??? uevent
76 ?   ?   ??? uevent
86 ?   ??? uevent
112 ?   ?   ??? uevent
129 ?   ?   ??? uevent
138 ?   ??? uevent
144 ??? uevent
/linux-4.4.14/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.4.14/include/linux/
Dfirmware.h45 struct module *module, bool uevent,
60 struct module *module, bool uevent, in request_firmware_nowait() argument
Dkobject.h135 int (* const uevent)(struct kset *kset, struct kobject *kobj, member
Ddevice.h115 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); member
535 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); member
/linux-4.4.14/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.4.14/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-class-pktcdvd27 uevent (0200) To send an uevent.
Dsysfs-bus-hsi18 Description: Stores the same MODALIAS value emitted by uevent
Dsysfs-bus-mei6 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.4.14/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.4.14/drivers/acpi/
Ddock.c127 void (*uevent)(struct acpi_device *, u32); in dock_hotplug_event() local
129 uevent = adev->hp->uevent; in dock_hotplug_event()
130 if (uevent) { in dock_hotplug_event()
132 uevent(adev, event); in dock_hotplug_event()
Dinternal.h81 bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent);
Dscan.c86 void (*uevent)(struct acpi_device *, u32)) in acpi_initialize_hp_context()
90 hp->uevent = uevent; in acpi_initialize_hp_context()
118 bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent) in acpi_scan_is_offline() argument
131 if (uevent) in acpi_scan_is_offline()
Dbus.c815 .uevent = acpi_device_uevent,
/linux-4.4.14/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.4.14/Documentation/block/
Dcapability.txt14 space via kernel uevent.
Dcmdline-partition.txt27 partition name, kernel send uevent with "PARTNAME". application can create
/linux-4.4.14/sound/hda/
Dhda_bus_type.c81 .uevent = hda_uevent,
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfifo.h41 struct nvkm_event uevent; /* async user trigger */ member
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.h61 bool uevent; member
Dnouveau_fence.c188 if (!priv->uevent) in nouveau_fence_context_new()
267 if (priv->uevent) in nouveau_fence_emit()
Dnv84_fence.c233 priv->base.uevent = true; in nv84_fence_create()
/linux-4.4.14/drivers/zorro/
Dzorro-driver.c167 .uevent = zorro_uevent,
/linux-4.4.14/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.c368 cpu->dev.bus->uevent = cpu_uevent; in register_cpu()
Dbus.c658 static DRIVER_ATTR_WO(uevent);
878 static BUS_ATTR(uevent, S_IWUSR, NULL, bus_uevent_store);
Dfirmware_class.c1308 struct module *module, bool uevent, in request_firmware_nowait() argument
1328 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
Dplatform.c1077 .uevent = platform_uevent,
/linux-4.4.14/Documentation/thermal/
Dx86_pkg_temperature_thermal42 Thermal notifications: To get kobject-uevent notifications, set the thermal zone
/linux-4.4.14/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.4.14/drivers/rapidio/
Drio-driver.c232 .uevent = rio_uevent,
/linux-4.4.14/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.4.14/sound/aoa/soundbus/
Dcore.c134 .uevent = soundbus_uevent,
/linux-4.4.14/include/xen/
Dxenbus.h102 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *); member
/linux-4.4.14/drivers/usb/common/
Dulpi.c80 .uevent = ulpi_uevent,
/linux-4.4.14/drivers/misc/mic/bus/
Dmic_bus.c121 .uevent = mbus_uevent,
Dscif_bus.c115 .uevent = scif_uevent,
/linux-4.4.14/drivers/md/
DMakefile64 dm-mod-objs += dm-uevent.o
/linux-4.4.14/include/acpi/
Dacpi_bus.h148 void (*uevent)(struct acpi_device *, u32); member
449 void (*uevent)(struct acpi_device *, u32));
/linux-4.4.14/Documentation/console/
Dconsole.txt40 . .. bind name uevent
70 3. uevent - ignore this file
/linux-4.4.14/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.4.14/Documentation/nvdimm/
Dnvdimm.txt323 |-- uevent
381 | `-- uevent
466 | `-- uevent
629 |-- uevent
642 |-- uevent
656 `-- uevent
738 |-- uevent
/linux-4.4.14/Documentation/misc-devices/
Dc2port.txt55 flash_access flash_data reset uevent
/linux-4.4.14/Documentation/networking/
Dregulatory.txt60 by sending a uevent.
64 The kernel will send a uevent to inform userspace a new
/linux-4.4.14/drivers/fmc/
Dfmc-core.c64 .uevent = fmc_uevent,
/linux-4.4.14/drivers/mcb/
Dmcb-core.c96 .uevent = mcb_uevent,
/linux-4.4.14/drivers/mmc/core/
Dbus.c204 .uevent = mmc_bus_uevent,
Dsdio_bus.c223 .uevent = sdio_bus_uevent,
/linux-4.4.14/drivers/s390/cio/
Dscm.c47 .uevent = scmdev_uevent,
Dcss.c1259 .uevent = css_uevent,
Ddevice.c2037 .uevent = ccw_uevent,
/linux-4.4.14/drivers/ide/
Dide.c156 .uevent = ide_uevent,
/linux-4.4.14/arch/mips/sgi-ip22/
Dip22-gio.c382 .uevent = gio_device_uevent,
/linux-4.4.14/drivers/misc/
Dtifm_core.c160 .uevent = tifm_uevent,
/linux-4.4.14/drivers/extcon/
DKconfig6 via sysfs and uevent and supports external connectors with
/linux-4.4.14/drivers/virtio/
Dvirtio.c276 .uevent = virtio_uevent,
/linux-4.4.14/arch/ia64/sn/kernel/
Dtiocx.c147 .uevent = tiocx_uevent,
/linux-4.4.14/drivers/bus/
Dmips_cdmm.c123 .uevent = mips_cdmm_uevent,
/linux-4.4.14/drivers/eisa/
Deisa-bus.c142 .uevent = eisa_bus_uevent,
/linux-4.4.14/drivers/ipack/
Dipack.c205 .uevent = ipack_uevent,
/linux-4.4.14/drivers/amba/
Dbus.c196 .uevent = amba_uevent,
/linux-4.4.14/Documentation/rapidio/
Dsysfs.txt158 -rw-r--r-- 1 root root 4096 Feb 11 15:04 uevent
/linux-4.4.14/drivers/memstick/core/
Dmemstick.c175 .uevent = memstick_uevent,
/linux-4.4.14/arch/powerpc/kernel/
Dibmebus.c717 .uevent = of_device_uevent_modalias,
Dvio.c1612 .uevent = vio_hotplug,
/linux-4.4.14/drivers/macintosh/
Dmacio_asic.c142 .uevent = of_device_uevent_modalias,
/linux-4.4.14/drivers/hsi/
Dhsi.c68 .uevent = hsi_bus_uevent,
/linux-4.4.14/drivers/usb/core/
Dusb.c388 .uevent = usb_dev_uevent,
Ddriver.c1892 .uevent = usb_uevent,
Dmessage.c1631 .uevent = usb_if_uevent,
/linux-4.4.14/drivers/nvdimm/
Dbus.c138 .uevent = nvdimm_bus_uevent,
/linux-4.4.14/drivers/staging/fsl-mc/bus/
Dmc-bus.c108 .uevent = fsl_mc_bus_uevent,
/linux-4.4.14/drivers/bcma/
Dmain.c75 .uevent = bcma_device_uevent,
/linux-4.4.14/drivers/sh/maple/
Dmaple.c786 .uevent = maple_bus_uevent,
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dsystem-bus.c483 .uevent = ps3_system_bus_uevent,
/linux-4.4.14/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.4.14/arch/parisc/kernel/
Ddrivers.c606 .uevent = parisc_uevent,
/linux-4.4.14/drivers/misc/mei/
Dbus.c729 .uevent = mei_cl_device_uevent,
/linux-4.4.14/Documentation/pps/
Dpps.txt143 assert clear echo mode name path subsystem@ uevent
/linux-4.4.14/fs/dlm/
Dlockspace.c237 .uevent = dlm_uevent,
/linux-4.4.14/fs/gfs2/
Dsys.c726 .uevent = gfs2_uevent,
/linux-4.4.14/drivers/rpmsg/
Dvirtio_rpmsg_bus.c433 .uevent = rpmsg_uevent,
/linux-4.4.14/drivers/input/serio/
Dserio.c1022 .uevent = serio_uevent,
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt308 and implementing bus call-backs (e.g. match/uevent/dev_groups)
/linux-4.4.14/drivers/net/xen-netback/
Dxenbus.c1050 .uevent = netback_uevent,
/linux-4.4.14/drivers/hv/
Dvmbus_drv.c668 .uevent = vmbus_uevent,
/linux-4.4.14/drivers/firewire/
Dcore-device.c693 .uevent = fw_unit_uevent,
/linux-4.4.14/drivers/w1/
Dw1.c193 .uevent = w1_uevent,
/linux-4.4.14/drivers/ssb/
Dmain.c393 .uevent = ssb_device_uevent,
/linux-4.4.14/drivers/pci/
Dpci-driver.c1432 .uevent = pci_uevent,
/linux-4.4.14/drivers/media/rc/
Drc-main.c1282 .uevent = rc_dev_uevent,
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c112 .uevent = visorbus_uevent,
/linux-4.4.14/drivers/power/
DKconfig6 via sysfs and uevent (if available) and/or APM kernel interface
/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c1312 .uevent = &ap_uevent,
/linux-4.4.14/drivers/scsi/
Dscsi_sysfs.c477 .uevent = scsi_bus_uevent,
/linux-4.4.14/drivers/pcmcia/
Dds.c1416 .uevent = pcmcia_bus_uevent,
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt74 form in the hotplug uevent environment when each virtual device is
/linux-4.4.14/drivers/input/
Dinput.c1756 .uevent = input_dev_uevent,
/linux-4.4.14/drivers/spi/
Dspi.c326 .uevent = spi_uevent,
/linux-4.4.14/drivers/i2c/
Di2c-core.c831 .uevent = i2c_device_uevent,
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_os.c3889 e->u.uevent.code = code; in qla2x00_post_uevent_work()
3973 qla2x00_uevent_emit(vha, e->u.uevent.code); in qla2x00_do_work()
Dqla_def.h2745 } uevent; member
/linux-4.4.14/drivers/hid/
Dhid-core.c2272 .uevent = hid_uevent,
/linux-4.4.14/kernel/
Dmodule.c1215 __ATTR(uevent, 0200, NULL, store_uevent);