Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp458 bool emitted = false; in emitUpdated() local
460 return emitted; in emitUpdated()
470 emitted = true; in emitUpdated()
474 emitted = true; in emitUpdated()
476 return emitted; in emitUpdated()
/OK3568_Linux_fs/kernel/Documentation/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
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0003-playbin-do-not-drain-on-first-EOS.patch42 + /* emitted when an EOS is received */
64 + * This signal is emitted once decodebin has received an EOS.
197 /* emitted when all data is decoded */
199 + /* emitted when an EOS is received */
221 + * This signal is emitted once decodebin has received an EOS.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0003-playbin-do-not-drain-on-first-EOS.patch42 + /* emitted when an EOS is received */
64 + * This signal is emitted once decodebin has received an EOS.
197 /* emitted when all data is decoded */
199 + /* emitted when an EOS is received */
221 + * This signal is emitted once decodebin has received an EOS.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0003-playbin-do-not-drain-on-first-EOS.patch42 + /* emitted when an EOS is received */
64 + * This signal is emitted once decodebin has received an EOS.
197 /* emitted when all data is decoded */
199 + /* emitted when an EOS is received */
221 + * This signal is emitted once decodebin has received an EOS.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c98 rq->duration.emitted)); in duration()
204 rq->duration.emitted = ktime_get(); in switch_to_kernel_context()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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()
/OK3568_Linux_fs/kernel/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
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.
/OK3568_Linux_fs/kernel/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
H A Dsysfs-bus-mei6 Description: Stores the same MODALIAS value emitted by uevent
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dinsn-notes.def87 should be emitted. */
91 label that should be emitted. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dinsn-notes.def87 should be emitted. */
91 label that should be emitted. */
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0005-Disable-all-unknown-features-instead-of-erroring-out.patch27 error("Expression '$$1' is accessing non-emitted feature $${feature}.")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc56 The implementation of a QPlaceManagerEngine must ensure that any signals emitted by the reply
63 Note that the \c finished signals should always be emitted when a reply is complete, even if
65 should be emitted while if there is no error, only the \c finished signals are emitted.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A Dunistd.patch11 removing this include causes only one definitions to be emitted into
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/
H A Dmlx90632.txt16 Since measured object emissivity effects Infra Red energy emitted, emissivity
/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch48 + * has to be adjusted by relocations. It is emitted by llvm and passed to
103 + * Such relocation is emitted when using __builtin_preserve_access_index()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-radio.rst48 received/emitted. Drivers switch automatically between AM and FM

12345