/kernel/linux/linux-5.10/include/uapi/linux/ |
D | nfc.h | 49 * @NFC_EVENT_TARGETS_FOUND: event emitted when a new target is found 51 * @NFC_EVENT_DEVICE_ADDED: event emitted when a new device is registred 54 * @NFC_EVENT_DEVICE_REMOVED: event emitted when a device is removed 56 * @NFC_EVENT_TM_ACTIVATED: event emitted when the adapter is activated in 58 * @NFC_EVENT_DEVICE_DEACTIVATED: event emitted when the adapter is deactivated 74 * @NFC_EVENT_SE_ADDED: Event emitted when a new secure element is discovered. 77 * @NFC_EVENT_SE_REMOVED: Event emitted when a secure element is removed from 79 * @NFC_EVENT_SE_CONNECTIVITY: This event is emitted whenever a secure element
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
D | ir_toy.c | 71 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() 350 dev_err(irtoy->dev, "expected %u emitted, got %u\n", size, in irtoy_tx() 351 irtoy->emitted); in irtoy_tx()
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | qeth.rst | 17 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/i915/gt/ |
D | selftest_ring_submission.c | 114 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()
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | event-codes.rst | 18 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/tools/lib/bpf/ |
D | btf_dump.c | 39 EMITTED, enumerator 48 /* whether forward declaration was already emitted */ 179 d->type_states[0].emit_state = EMITTED; in btf_dump_resize() 232 * were already emitted as part of previous btf_dump__dump_type() invocation 233 * for another type, they won't be emitted again. This API allows callers to 234 * filter out BTF types according to user-defined criterias and emitted only 236 * definitions will still be emitted, even if the only usage is through 269 * determine top-level anonymous enums that need to be emitted as an 413 * emitted. 451 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fence.c | 367 * amdgpu_fence_count_emitted - get the count of emitted fences 371 * Get the number of fences emitted on the requested ring (all asics). 372 * Returns the number of emitted fences on the ring. Used by the 377 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() 717 seq_printf(m, "Last emitted 0x%08x\n", in amdgpu_debugfs_fence_info() 724 seq_printf(m, "Last emitted 0x%08x\n", in amdgpu_debugfs_fence_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.c | 83 * been emitted to the device. 85 * have not yet been emitted to the device. 713 * without checking which bindings actually need to be emitted 722 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer 751 * @dirty: Bitmap indicating which bindings need to be emitted. 754 * Scans the @bi array for bindings that need to be emitted and 757 * emitted, @cbs->bind_first_slot indicates the index of the first emitted 871 * without checking which bindings actually need to be emitted 880 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer 979 * @dirty: Bitmap indicating which bindings need to be emitted. [all …]
|
D | vmwgfx_binding.h | 185 * that have not yet been emitted to the device. 187 * yet been emitted to the device.
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
D | dir.c | 171 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/radeon/ |
D | radeon_fence.c | 730 * radeon_fence_count_emitted - get the count of emitted fences 735 * Get the number of fences emitted on the requested ring (all asics). 736 * Returns the number of emitted fences on the ring. Used by the 741 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() 992 seq_printf(m, "Last emitted 0x%016llx\n", in radeon_debugfs_fence_info()
|
/kernel/linux/linux-5.10/mm/kasan/ |
D | generic.c | 279 /* Emitted by compiler to poison alloca()ed objects. */ 303 /* Emitted by compiler to unpoison alloca()ed areas when the stack unwinds. */ 313 /* Emitted by the compiler to [un]poison local variables. */
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-hsi | 18 Description: Stores the same MODALIAS value emitted by uevent
|
D | sysfs-devices | 21 chain will have emitted uevent messages, so userspace
|
D | sysfs-bus-mei | 6 Description: Stores the same MODALIAS value emitted by uevent
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
D | vgettimeofday.c | 33 /* Avoid unresolved references emitted by GCC */
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | lockdep-splat.rst | 11 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/arch/arm/vdso/ |
D | vgettimeofday.c | 39 /* Avoid unresolved references emitted by GCC */
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
D | mlx90632.txt | 16 Since measured object emissivity effects Infra Red energy emitted, emissivity
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | gpu_mem.h | 20 * This event should be emitted whenever the kernel device driver allocates,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | irq.h | 16 * __irqentry_text is emitted via labels. Make the build fail if
|
D | idtentry.h | 473 /* No ASM emitted for DF as this goes through a C shim */ 476 /* No ASM emitted for XEN hypervisor callback */ 481 /* No ASM code emitted for NMI */ 488 * Note, that the 'pushq imm8' is emitted via '.byte 0x6a, vector' because
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | uterror.c | 33 * 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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | dev-radio.rst | 48 received/emitted. Drivers switch automatically between AM and FM
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
D | gpio-poweroff.txt | 16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
|