Home
last modified time | relevance | path

Searched full:emitted (Results 1 – 25 of 199) sorted by relevance

12345678

/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()
360 dev_err(irtoy->dev, "expected %u emitted, got %u\n", size, in irtoy_tx()
361 irtoy->emitted); in irtoy_tx()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_ring_submission.c114 pr_err("pass[%d] wa_bb emitted for the kernel context\n", in mixed_contexts_sync()
125 pr_err("pass[%d] wa_bb *NOT* emitted after the kernel context\n", in mixed_contexts_sync()
136 pr_err("pass[%d] wa_bb *NOT* emitted for the user context switch\n", in mixed_contexts_sync()
167 pr_err("wa_bb emitted between the same user context\n"); in double_context_sync_00()
198 pr_err("wa_bb emitted between the same user context [with intervening kernel]\n"); in kernel_context_sync_00()
/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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c357 * amdgpu_fence_count_emitted - get the count of emitted fences
361 * Get the number of fences emitted on the requested ring (all asics).
362 * Returns the number of emitted fences on the ring. Used by the
367 uint64_t emitted; in amdgpu_fence_count_emitted() local
372 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
373 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
374 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
375 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
379 * amdgpu_fence_last_unsignaled_time_us - the time fence emitted until now
383 * between the time fence emitted and now.
[all …]
/linux/include/linux/
H A Dhid_bpf.h135 * @hid_hw_request: called whenever a hid_hw_raw_request() call is emitted
150 * kernel itself emitted that call. For hidraw, ``source`` is set
163 * @hid_hw_output_report: called whenever a hid_hw_output_report() call is emitted
171 * kernel itself emitted that call. For hidraw, ``source`` is set
/linux/tools/include/nolibc/
H A Dstdlib.h192 * buffer is filled from the first byte, and the number of characters emitted
233 * number of characters emitted (not counting the trailing zero) is returned.
264 * number of characters emitted (not counting the trailing zero) is returned.
324 * the first byte, and the number of characters emitted (not counting the
368 * the first byte, and the number of characters emitted (not counting the
399 * the first byte, and the number of characters emitted (not counting the
/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmelexis,mlx90632.yaml27 Since measured object emissivity effects Infra Red energy emitted,
40 Since measured object emissivity effects Infra Red energy emitted,
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h38 #define cast_kern(ptr) /* nop for bpf prog. emitted by LLVM */
39 #define cast_user(ptr) /* nop for bpf prog. emitted by LLVM */
/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/tools/lib/bpf/
H A Dbtf_dump.c42 EMITTED,
51 /* whether forward declaration was already emitted */
212 d->type_states[0].emit_state = EMITTED; in btf_dump_resize()
268 * were already emitted as part of previous btf_dump__dump_type() invocation
269 * for another type, they won't be emitted again. This API allows callers to
270 * filter out BTF types according to user-defined criterias and emitted only
272 * definitions will still be emitted, even if the only usage is through
305 * determine top-level anonymous enums that need to be emitted as an
453 * emitted.
491 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type()
43 EMITTED, global() enumerator
[all...]
/linux/Documentation/dev-tools/
H 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/.
551 This message is emitted due to any of the following reasons::
774 not be emitted into the symbol table. This can prevent `objtool`
959 This warning is emitted due to any of the following reasons:
/linux/tools/sched_ext/include/scx/
H A Dbpf_arena_common.bpf.h20 #define cast_kern(ptr) /* nop for bpf prog. emitted by LLVM */
21 #define cast_user(ptr) /* nop for bpf prog. emitted by LLVM */
/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/tools/testing/selftests/hid/
H A DMakefile42 # $2 - optional "flavor" specifier; if provided, will be emitted as [flavor];
43 # $3 - target (assumed to be file); only file name will be emitted;
44 # $4 - optional extra arg, emitted as-is, if provided.
/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
/linux/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c35 /* Avoid unresolved references emitted by GCC */
/linux/fs/btrfs/
H A Dfiemap.c30 * - Cache the next entry to be emitted to the fiemap buffer, so that we can
60 * to count ourselves emitted extents and stop instead of relying on
189 * emitted or only a part of that range. in emit_fiemap_extent()
197 * emitted already; in emit_fiemap_extent()
203 * emitted already, so we emit the currently cached in emit_fiemap_extent()
287 * In this case, the first extent range will be cached but not emitted.
/linux/drivers/acpi/acpica/
H A Duterror.c33 * only emitted the first time a problem with a particular
75 * are only emitted the first time a problem with a particular
117 * are only emitted the first time a problem with a particular
/linux/Documentation/devicetree/bindings/power/reset/
H A Dregulator-poweroff.yaml15 CPU still running after a 3000ms delay, a warning is emitted.
/linux/arch/arm/vdso/
H A Dvgettimeofday.c37 /* Avoid unresolved references emitted by GCC */
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h185 * that have not yet been emitted to the device.
187 * yet been emitted to the device.
/linux/arch/x86/include/asm/
H A Dirq.h16 * __irqentry_text is emitted via labels. Make the build fail if
H A Didtentry.h520 /* No ASM emitted for DF as this goes through a C shim */
523 /* No ASM emitted for XEN hypervisor callback */
528 /* No ASM code emitted for NMI */
535 * Note, that the 'pushq imm8' is emitted via '.byte 0x6a, vector' because
/linux/arch/um/os-Linux/
H A Duser_syms.c8 * built-in functions (where calls are emitted by the compiler

12345678