Home
last modified time | relevance | path

Searched refs:emitted (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/media/rc/
H A Dir_toy.c73 uint emitted; member
155 u16 emitted = get_unaligned_be16(irtoy->in + 1); in irtoy_response() local
157 dev_dbg(irtoy->dev, "emitted:%u\n", emitted); in irtoy_response()
159 irtoy->emitted = emitted; in irtoy_response()
325 irtoy->emitted = 0; in irtoy_tx()
359 if (size != irtoy->emitted) { in irtoy_tx()
361 irtoy->emitted); in irtoy_tx()
/linux/Documentation/arch/s390/
H A Dqeth.rst17 event with ACTION=CHANGE is emitted on behalf of the corresponding
31 notifications enabled, a udev event with ACTION=CHANGE is emitted.
32 It is emitted on behalf of the corresponding ccwgroup device when a host
/linux/fs/vboxsf/
H A Ddir.c171 bool emitted; in vboxsf_dir_iterate() local
174 emitted = vboxsf_dir_emit(dir, ctx); in vboxsf_dir_iterate()
175 if (emitted) in vboxsf_dir_iterate()
177 } while (emitted); in vboxsf_dir_iterate()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c395 uint64_t emitted; in amdgpu_fence_count_emitted() local
400 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
401 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
402 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
403 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_fence.c721 uint64_t emitted; in radeon_fence_count_emitted() local
727 emitted = rdev->fence_drv[ring].sync_seq[ring] in radeon_fence_count_emitted()
730 if (emitted > 0x10000000) in radeon_fence_count_emitted()
731 emitted = 0x10000000; in radeon_fence_count_emitted()
733 return (unsigned int)emitted; in radeon_fence_count_emitted()
/linux/Documentation/input/
H A Devent-codes.rst18 The input protocol is a stateful protocol. Events are emitted only when values
125 the key's code is emitted with value 1. When the key is released, an event is
126 emitted with value 0. Some hardware send events when a key is repeated. These
158 BTN_TOUCH must be the first evdev code emitted in a synchronization frame.
178 Note: Historically some drivers emitted multiple of the finger count codes with
212 will be emitted in addition to REL_WHEEL or REL_HWHEEL. The REL_WHEEL
229 event should only be emitted while the tool is hovering, meaning in close
241 emitted only when the selected profile changes, indicating the newly
350 traditional way, using emitted event types.
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c105 rq->duration.emitted)); in duration()
233 rq->duration.emitted = ktime_get(); in switch_to_kernel_context()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-hsi18 Description: Stores the same MODALIAS value emitted by uevent
H A Dsysfs-devices21 chain will have emitted uevent messages, so userspace
H A Dsysfs-bus-mei6 Description: Stores the same MODALIAS value emitted by uevent
H A Dsysfs-driver-intc_sar33 emitted/maintained by a BIOS that supports Dynamic SAR.
H A Dsysfs-bus-wmi28 This file contains the MODALIAS value emitted by uevent for a
H A Ddebugfs-scmi-raw50 emitted by the backend SCMI server, for instance <n>, can be
/linux/Documentation/RCU/
H A Dlockdep-splat.rst11 When such misuse is detected, an lockdep-RCU splat is emitted.
83 With this change, there would be no lockdep-RCU splat emitted if this
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-radio.rst48 received/emitted. Drivers switch automatically between AM and FM
/linux/Documentation/networking/
H A Dnetif-msg.rst46 - More selective control over the type of messages emitted.
H A Dipvlan.rst116 master-device, so the packets which are emitted in this mode for the adjacent
/linux/Documentation/driver-api/dmaengine/
H A Ddmatest.rst83 emitted. A thread for that specific channel is created and is now pending, the
147 The details of a data miscompare error are also emitted, but do not follow the
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst51 * ``noise_level_mdb``: Audible noise emitted by the fan in this state in
/linux/drivers/gpu/drm/i915/
H A Di915_request.h249 ktime_t emitted; member
/linux/Documentation/devicetree/bindings/mmc/
H A Dti-omap-hsmmc.txt115 If configuration is incomplete, a warning message is emitted "falling back to
/linux/Documentation/driver-api/
H A Drfkill.rst117 hotplug or state change events or by listening for uevents emitted by the
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst346 specific record (1420) is always emitted in conjunction with a
393 This record will always be emitted in conjunction with a ``AUDITSYSCALL`` record for the ``write`` …
432 This record will always be emitted in conjunction with a ``AUDITSYSCALL`` record for the ``write`` …
468 This record will always be emitted in conjunction with a ``AUDITSYSCALL`` record for the ``write`` …
/linux/arch/arm/kernel/
H A Dphys2virt.S157 @ immediate field of the opcode, which is emitted with the correct
/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst115 emitted on the console.

123