Home
last modified time | relevance | path

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

123

/linux/drivers/media/rc/
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()
357 if (size != irtoy->emitted) { in irtoy_tx()
359 irtoy->emitted); in irtoy_tx()
/linux/Documentation/s390/
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/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_fence.c392 uint64_t emitted; in amdgpu_fence_count_emitted() local
398 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
399 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
400 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
401 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
/linux/fs/vboxsf/
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/radeon/
A Dradeon_fence.c724 uint64_t emitted; in radeon_fence_count_emitted() local
730 emitted = rdev->fence_drv[ring].sync_seq[ring] in radeon_fence_count_emitted()
733 if (emitted > 0x10000000) { in radeon_fence_count_emitted()
734 emitted = 0x10000000; in radeon_fence_count_emitted()
736 return (unsigned)emitted; in radeon_fence_count_emitted()
/linux/Documentation/input/
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
154 BTN_TOUCH must be the first evdev code emitted in a synchronization frame.
174 Note: Historically some drivers emitted multiple of the finger count codes with
208 will be emitted in addition to REL_WHEEL or REL_HWHEEL. The REL_WHEEL
225 event should only be emitted while the tool is hovering, meaning in close
340 traditional way, using emitted event types.
/linux/drivers/gpu/drm/i915/gt/
A Dintel_engine_pm.c122 rq->duration.emitted)); in duration()
241 rq->duration.emitted = ktime_get(); in switch_to_kernel_context()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-hsi18 Description: Stores the same MODALIAS value emitted by uevent
A Dsysfs-devices21 chain will have emitted uevent messages, so userspace
A Dsysfs-bus-mei6 Description: Stores the same MODALIAS value emitted by uevent
A Dsysfs-driver-intc_sar33 emitted/maintained by a BIOS that supports Dynamic SAR.
/linux/Documentation/devicetree/bindings/power/reset/
A Dregulator-poweroff.yaml15 CPU still running after a 3000ms delay, a warning is emitted.
A Dgpio-poweroff.txt16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
/linux/Documentation/RCU/
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/devicetree/bindings/iio/temperature/
A Dmelexis,mlx90632.yaml27 Since measured object emissivity effects Infra Red energy emitted,
/linux/Documentation/devicetree/bindings/iommu/
A Dapple,dart.yaml41 Has to be one. The single cell describes the stream id emitted by
/linux/Documentation/userspace-api/media/v4l/
A Ddev-radio.rst48 received/emitted. Drivers switch automatically between AM and FM
/linux/Documentation/dev-tools/
A Dcheckpatch.rst94 Enable stricter tests in checkpatch. By default the tests emitted as CHECK
99 Every message emitted by checkpatch has an associated TYPE. Add this flag
103 and no message is emitted. Only a list of types in checkpatch is output.
129 length, a LONG_LINE message is emitted.
133 a WARNING is emitted. While a milder CHECK is emitted for files. So for
283 This message type is emitted only for includes from arch/.
562 This message is emitted due to any of the following reasons::
778 not be emitted into the symbol table. This can prevent `objtool`
949 This warning is emitted due to any of the following reasons:
/linux/Documentation/admin-guide/acpi/
A Dfan_performance_states.rst51 * ``noise_level_mdb``: Audible noise emitted by the fan in this state in
/linux/Documentation/networking/
A Dnetif-msg.rst46 - More selective control over the type of messages emitted.
/linux/Documentation/driver-api/dmaengine/
A Ddmatest.rst73 emitted. A thread for that specific channel is created and is now pending, the
137 The details of a data miscompare error are also emitted, but do not follow the
/linux/drivers/gpu/drm/i915/
A Di915_request.h239 ktime_t emitted; member
/linux/Documentation/devicetree/bindings/mmc/
A Dti-omap-hsmmc.txt115 If configuration is incomplete, a warning message is emitted "falling back to
/linux/Documentation/x86/
A Dbuslock.rst103 A warning is emitted when a bus lock is detected which allows to identify
/linux/Documentation/driver-api/
A Drfkill.rst117 hotplug or state change events or by listening for uevents emitted by the

Completed in 43 milliseconds

123