Home
last modified time | relevance | path

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

12345

/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()
361 irtoy->emitted); in irtoy_tx()
/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/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/webui-vue/tests/unit/
H A DAppHeader.spec.js46 expect(wrapper.emitted('refresh')).toBeTruthy();
53 expect(rootWrapper.emitted('toggle-navigation')).toBeTruthy();
H A DAppNavigation.spec.js45 expect(rootWrapper.emitted('change-is-navigation-open')).toBeTruthy();
/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/openpower-host-ipmi-oem/scripts/
H A Dinventorysensor.mako.cpp1 ## This file is a template. The comment below is emitted
/openbmc/linux/drivers/gpu/drm/radeon/
H 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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c397 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()
/openbmc/openpower-occ-control/
H A Docc_sensor.mako.hpp1 ## This file is a template. The comment below is emitted
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c105 rq->duration.emitted)); in duration()
232 rq->duration.emitted = ktime_get(); in switch_to_kernel_context()
/openbmc/ipmi-fru-parser/scripts/
H A Dextra-properties.cpp.mako1 ## This file is a template. The comment below is emitted
/openbmc/phosphor-host-ipmid/scripts/
H A Dinventorysensor.cpp.mako1 ## This file is a template. The comment below is emitted
/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/phosphor-inventory-manager/
H A Dgenerated.mako.cpp1 ## This file is a template. The comment below is emitted
H A Dgen_serialization.mako.hpp1 ## This file is a template. The comment below is emitted
/openbmc/phosphor-fan-presence/presence/templates/
H A Dgenerated.mako.hpp1 ## This file is a template, the comment below is emitted into the generated file
/openbmc/qemu/docs/specs/
H A Dacpi_mem_hotplug.rst69 after it has emitted device check event for the
73 after it has emitted device eject request for the
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/
H A D0001-cmake-Pass-noline-flag-to-flex.patch6 This ensures that line directive is not emitted into lexer output which
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0005-Pass-noline-flag-to-flex.patch6 This ensures that line directive is not emitted into lexer output which
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0002-configure-Disable-selected-warnings.patch6 These warnings are emitted when compiling with gcc 11 and gcc 12
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A Dunistd.patch11 removing this include causes only one definitions to be emitted into
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/
H A D0001-Change-PIDFile-path-from-var-run-to-run.patch6 …irectory by systemd 239+ and having it in unit files causes a warning to be emitted to the journal.

12345