Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/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-v4.19/Documentation/ABI/testing/
Dsysfs-uevent1 What: /sys/.../uevent
7 are generated by writing /sys/.../uevent file.
11 The ACTION is compulsory - it is the name of the uevent action
22 listeners. The UUID value appears in uevent as
26 If UUID is not passed in, the generated synthetic uevent gains
32 synthetic uevent as "SYNTH_ARG_KEY=VALUE". That means the KEY
36 Example of valid sequence written to the uevent file:
40 This generates synthetic uevent including these variables:
Dsysfs-devices16 Or rely on the uevent messages to notify programs of
21 chain will have emitted uevent messages, so userspace
Dsysfs-class-pktcdvd26 What: /sys/class/pktcdvd/pktcdvd[0-7]/uevent
33 uevent: (WO) To send a uevent
/Linux-v4.19/drivers/infiniband/core/
Ducma.c287 struct ucma_event *uevent) in ucma_set_event_context() argument
289 uevent->ctx = ctx; in ucma_set_event_context()
293 uevent->mc = (struct ucma_multicast *) in ucma_set_event_context()
295 uevent->resp.uid = uevent->mc->uid; in ucma_set_event_context()
296 uevent->resp.id = uevent->mc->id; in ucma_set_event_context()
299 uevent->resp.uid = ctx->uid; in ucma_set_event_context()
300 uevent->resp.id = ctx->id; in ucma_set_event_context()
346 struct ucma_event *uevent; in ucma_event_handler() local
350 uevent = kzalloc(sizeof(*uevent), GFP_KERNEL); in ucma_event_handler()
351 if (!uevent) in ucma_event_handler()
[all …]
Ducm.c162 struct ib_ucm_event *uevent; in ib_ucm_cleanup_events() local
168 uevent = list_entry(ctx->events.next, in ib_ucm_cleanup_events()
170 list_del(&uevent->file_list); in ib_ucm_cleanup_events()
171 list_del(&uevent->ctx_list); in ib_ucm_cleanup_events()
175 if (ib_ucm_new_cm_id(uevent->resp.event)) in ib_ucm_cleanup_events()
176 ib_destroy_cm_id(uevent->cm_id); in ib_ucm_cleanup_events()
178 kfree(uevent); in ib_ucm_cleanup_events()
358 struct ib_ucm_event *uevent; in ib_ucm_event_handler() local
364 uevent = kzalloc(sizeof *uevent, GFP_KERNEL); in ib_ucm_event_handler()
365 if (!uevent) in ib_ucm_event_handler()
[all …]
Duverbs_std_types.c78 container_of(uobject, struct ib_uqp_object, uevent.uobject); in uverbs_free_qp()
102 ib_uverbs_release_uevent(uobject->context->ufile, &uqp->uevent); in uverbs_free_qp()
126 container_of(uobject, struct ib_uwq_object, uevent.uobject); in uverbs_free_wq()
133 ib_uverbs_release_uevent(uobject->context->ufile, &uwq->uevent); in uverbs_free_wq()
141 struct ib_uevent_object *uevent = in uverbs_free_srq() local
152 container_of(uevent, struct ib_usrq_object, uevent); in uverbs_free_srq()
157 ib_uverbs_release_uevent(uobject->context->ufile, uevent); in uverbs_free_srq()
Duverbs_cmd.c1373 obj->uevent.uobject.user_handle = cmd->user_handle; in create_qp()
1479 obj->uevent.events_reported = 0; in create_qp()
1480 INIT_LIST_HEAD(&obj->uevent.event_list); in create_qp()
1520 &obj->uevent.uobject); in create_qp()
1554 qp->uobject = &obj->uevent.uobject; in create_qp()
1557 obj->uevent.uobject.object = qp; in create_qp()
1561 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp()
1593 return uobj_alloc_commit(&obj->uevent.uobject, 0); in create_qp()
1611 uobj_alloc_abort(&obj->uevent.uobject); in create_qp()
1768 obj->uevent.events_reported = 0; in ib_uverbs_open_qp()
[all …]
Duverbs.h197 struct ib_uevent_object uevent; member
202 struct ib_uevent_object uevent; member
210 struct ib_uevent_object uevent; member
/Linux-v4.19/Documentation/
Dvideo-output.txt18 | `-- uevent
23 | `-- uevent
28 | `-- uevent
33 `-- uevent
/Linux-v4.19/Documentation/driver-api/firmware/
Dfirmware_cache.rst30 device if if the second argument (uevent) to request_firmware_nowait() is
31 true. When uevent is true it requests that a kobject uevent be sent to
47 * Upon suspend any pending non-uevent firmware requests are killed to avoid
49 calls requiring the non-uevent therefore need to implement their own firmware
Dfallback-mechanisms.rst15 enable the kobject uevent fallback mechanism on all firmware API calls
19 argument to request_firmware_nowait(), uevent, is set to false you are
28 the kobject uevent fallback mechanism will never take effect even
29 for request_firmware_nowait() when uevent is set to true.
59 * Kobject uevent fallback mechanism
116 Firmware kobject uevent fallback mechanism
126 The kernel's kobject uevent mechanism is implemented in lib/kobject_uevent.c,
133 in the kernel for each kobject uevent triggered.
155 Below is an example simple kobject uevent script::
177 rely on the uevent flag which can be disabled by request_firmware_nowait() to
[all …]
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lirc_mode2.sh21 if grep -q DRV_NAME=rc-loopback $i/uevent
23 LIRCDEV=$(grep DEVNAME= $i/lirc*/uevent | sed sQDEVNAME=Q/dev/Q)
/Linux-v4.19/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.h16 struct nvkm_event uevent; member
57 const struct nvkm_event_func *uevent; member
Dchannv50.c107 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini()
116 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init()
128 nvkm_event_send(&disp->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
202 *pevent = &disp->uevent; in nv50_disp_chan_ntfy()
Dgp100.c35 .uevent = &gf119_disp_chan_uevent,
Dgk104.c35 .uevent = &gf119_disp_chan_uevent,
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c174 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in nvkm_fifo_uevent_fini()
181 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in nvkm_fifo_uevent_init()
215 nvkm_event_send(&fifo->uevent, 1, 0, &rep, sizeof(rep)); in nvkm_fifo_uevent()
336 nvkm_event_fini(&fifo->uevent); in nvkm_fifo_dtor()
374 &fifo->uevent); in nvkm_fifo_ctor()
/Linux-v4.19/Documentation/power/powercap/
Dpowercap.txt59 ?   ?   ??? uevent
76 ?   ?   ??? uevent
86 ?   ??? uevent
112 ?   ?   ??? uevent
129 ?   ?   ??? uevent
138 ?   ??? uevent
144 ??? uevent
/Linux-v4.19/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-v4.19/drivers/xen/xenbus/
Dxenbus_probe_backend.c125 if (drv && drv->uevent) in xenbus_uevent_backend()
126 return drv->uevent(xdev, env); in xenbus_uevent_backend()
198 .uevent = xenbus_uevent_backend,
/Linux-v4.19/include/linux/
Dfirmware.h48 struct module *module, bool uevent,
73 struct module *module, bool uevent, in request_firmware_nowait() argument
/Linux-v4.19/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-v4.19/drivers/acpi/
Ddock.c122 void (*uevent)(struct acpi_device *, u32); in dock_hotplug_event() local
124 uevent = adev->hp->uevent; in dock_hotplug_event()
125 if (uevent) { in dock_hotplug_event()
127 uevent(adev, event); in dock_hotplug_event()

1234567