Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/media/rc/
Dir_toy.c71 uint emitted; member
152 u16 emitted = get_unaligned_be16(irtoy->in + 1); in irtoy_response() local
154 dev_dbg(irtoy->dev, "emitted:%u\n", emitted); in irtoy_response()
156 irtoy->emitted = emitted; in irtoy_response()
317 irtoy->emitted = 0; in irtoy_tx()
349 if (size != irtoy->emitted) { in irtoy_tx()
351 irtoy->emitted); in irtoy_tx()
/kernel/linux/linux-5.10/Documentation/s390/
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
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fence.c377 uint64_t emitted; in amdgpu_fence_count_emitted() local
383 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
384 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
385 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
386 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
/kernel/linux/linux-5.10/fs/vboxsf/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_pm.c98 rq->duration.emitted)); in duration()
204 rq->duration.emitted = ktime_get(); in switch_to_kernel_context()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-hsi18 Description: Stores the same MODALIAS value emitted by uevent
Dsysfs-devices21 chain will have emitted uevent messages, so userspace
Dsysfs-bus-mei6 Description: Stores the same MODALIAS value emitted by uevent
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_fence.c741 uint64_t emitted; in radeon_fence_count_emitted() local
747 emitted = rdev->fence_drv[ring].sync_seq[ring] in radeon_fence_count_emitted()
750 if (emitted > 0x10000000) { in radeon_fence_count_emitted()
751 emitted = 0x10000000; in radeon_fence_count_emitted()
753 return (unsigned)emitted; in radeon_fence_count_emitted()
/kernel/linux/linux-5.10/Documentation/input/
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
325 traditional way, using emitted event types.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/
Dmlx90632.txt16 Since measured object emissivity effects Infra Red energy emitted, emissivity
/kernel/linux/linux-5.10/Documentation/RCU/
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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-radio.rst48 received/emitted. Drivers switch automatically between AM and FM
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/
Dgpio-poweroff.txt16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
/kernel/linux/linux-5.10/Documentation/admin-guide/acpi/
Dfan_performance_states.rst51 * ``noise_level_mdb``: Audible noise emitted by the fan in this state in
/kernel/linux/linux-5.10/Documentation/networking/
Dnetif-msg.rst46 - More selective control over the type of messages emitted.
Dipvlan.rst116 master-device, so the packets which are emitted in this mode for the adjacent
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/
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
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_request.h213 ktime_t emitted; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt115 If configuration is incomplete, a warning message is emitted "falling back to
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst48 loaded and all its BTF types emitted.
/kernel/linux/linux-5.10/Documentation/driver-api/
Drfkill.rst117 hotplug or state change events or by listening for uevents emitted by the
/kernel/linux/linux-5.10/arch/arm/kernel/
Dphys2virt.S157 @ immediate field of the opcode, which is emitted with the correct
/kernel/linux/linux-5.10/Documentation/x86/
Dearlyprintk.rst65 and use lsusb or look at the kernel info messages emitted by the
/kernel/linux/linux-5.10/Documentation/arm/
Dkernel_user_helpers.rst25 inline (either in the code emitted directly by the compiler, or part of

12