Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib_notifications.sh31 # Make sure that the first notification was emitted without
47 # Make sure that the first notification was emitted without RTM_F_TRAP
112 # Make sure a single notification will be emitted for the programmed
119 # Make sure two notifications will be emitted for the programmed route.
125 # make sure a single notification will be emitted for the programmed
165 # Make sure a single notification will be emitted for the deleted route,
212 # Make sure a single notification will be emitted for the new route.
218 # Make sure two notifications will be emitted for the new route.
224 # make sure a single notification will be emitted for the new route.
246 # Make sure a single notification will be emitted for the programmed
[all …]
/openbmc/linux/include/uapi/linux/
H A Dnfc.h49 * @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
/openbmc/qemu/qapi/
H A Drun-state.json138 # Emitted when the virtual machine has shut down, indicating that qemu
166 # Emitted when the virtual machine is powered down through the power
181 # Emitted when the virtual machine is reset
203 # Emitted when the virtual machine is stopped
217 # Emitted when the virtual machine resumes execution
231 # Emitted when guest enters a hardware suspension state, for example,
246 # Emitted when guest enters a hardware suspension state with data
265 # Emitted when the guest has woken up from suspend state and is
280 # Emitted when the watchdog device's timer is expired
428 # Emitted when guest OS panic is detected
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D14890 # I/O errors in the same child: only one event is emitted
98 # Wait enough so the event is finally emitted
102 # I/O errors in the same child: all events are emitted
110 # I/O errors in different children: all events are emitted
122 # I/O errors in different children: all events are emitted
H A D14188 # emitted.
100 # being emitted.
115 # BLOCK_JOB_COMPLETED being emitted.
/openbmc/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()
/openbmc/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
/openbmc/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()
/openbmc/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.
/openbmc/webui-vue/tests/unit/Global/
H A DSearch.spec.js15 expect(wrapper.emitted('change-search')).toHaveLength(1);
20 expect(wrapper.emitted('clear-search')).toHaveLength(1);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c387 * amdgpu_fence_count_emitted - get the count of emitted fences
391 * Get the number of fences emitted on the requested ring (all asics).
392 * Returns the number of emitted fences on the ring. Used by the
397 uint64_t emitted; in amdgpu_fence_count_emitted() local
402 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
403 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
404 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
405 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
409 * amdgpu_fence_last_unsignaled_time_us - the time fence emitted until now
413 * between the time fence emitted and now.
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DButton.interface.yaml4 signal is emitted and when button is released then "Released"
5 signal is emitted.
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h196 * buffer is filled from the first byte, and the number of characters emitted
237 * number of characters emitted (not counting the trailing zero) is returned.
268 * number of characters emitted (not counting the trailing zero) is returned.
328 * the first byte, and the number of characters emitted (not counting the
372 * the first byte, and the number of characters emitted (not counting the
403 * the first byte, and the number of characters emitted (not counting the
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c83 * been emitted to the device.
85 * have not yet been emitted to the device.
736 * without checking which bindings actually need to be emitted
745 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer
772 * @dirty: Bitmap indicating which bindings need to be emitted.
775 * Scans the @bi array for bindings that need to be emitted and
778 * emitted, @cbs->bind_first_slot indicates the index of the first emitted
893 * without checking which bindings actually need to be emitted
902 * emitted, @cbs->bind_first_slot is set to zero, and @cbs->bind_cmd_buffer
999 * @dirty: Bitmap indicating which bindings need to be emitted.
[all …]
/openbmc/webui-vue/tests/unit/
H A DAppHeader.spec.js46 expect(wrapper.emitted('refresh')).toBeTruthy();
53 expect(rootWrapper.emitted('toggle-navigation')).toBeTruthy();
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_fence.c713 * radeon_fence_count_emitted - get the count of emitted fences
718 * Get the number of fences emitted on the requested ring (all asics).
719 * Returns the number of emitted fences on the ring. Used by the
724 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()
970 seq_printf(m, "Last emitted 0x%016llx\n", in radeon_debugfs_fence_info_show()
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst346 operands are handled and emitted. For example a right shift between signed
453 - not-emitted
461 - emitted
463 This instruction class contains all the instructions which are emitted but
506 incorrectly emitted tinycode generator for a single instruction.
632 point it might be easy enough to go directly to the emitted code for the
700 and thus its code emitted and unchangeable. We rely on the fact that QEMU will
/openbmc/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()
/openbmc/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/.
562 This message is emitted due to any of the following reasons::
785 not be emitted into the symbol table. This can prevent `objtool`
956 This warning is emitted due to any of the following reasons:
/openbmc/linux/tools/lib/bpf/
H A Dbtf_dump.c42 EMITTED, enumerator
51 /* whether forward declaration was already emitted */
211 d->type_states[0].emit_state = EMITTED; in btf_dump_resize()
264 * were already emitted as part of previous btf_dump__dump_type() invocation
265 * for another type, they won't be emitted again. This API allows callers to
266 * filter out BTF types according to user-defined criterias and emitted only
268 * definitions will still be emitted, even if the only usage is through
301 * determine top-level anonymous enums that need to be emitted as an
449 * emitted.
487 /* return true, letting typedefs know that it's ok to be emitted */ in btf_dump_order_type()
[all …]
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.opc.h10 * emitted by tcg_expand_vec_op. For those familiar with GCC internals,
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.opc.h10 * emitted by tcg_expand_vec_op. For those familiar with GCC internals,
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.opc.h10 * emitted by tcg_expand_vec_op. For those familiar with GCC internals,
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.opc.h10 * emitted by tcg_expand_vec_op. For those familiar with GCC internals,
/openbmc/qemu/tcg/arm/
H A Dtcg-target.opc.h10 * emitted by tcg_expand_vec_op. For those familiar with GCC internals,

12345678910>>...14