Searched refs:emitted (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/Documentation/s390/ |
D | qeth.txt | 13 event with ACTION=CHANGE is emitted on behalf of the corresponding 24 notifications enabled, a udev event with ACTION=CHANGE is emitted. 25 It is emitted on behalf of the corresponding ccwgroup device when a host
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fence.c | 347 uint64_t emitted; in amdgpu_fence_count_emitted() local 353 emitted = 0x100000000ull; in amdgpu_fence_count_emitted() 354 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted() 355 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted() 356 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-hsi | 18 Description: Stores the same MODALIAS value emitted by uevent
|
D | sysfs-bus-mei | 6 Description: Stores the same MODALIAS value emitted by uevent
|
D | sysfs-devices | 21 chain will have emitted uevent messages, so userspace
|
D | sysfs-bus-thunderbolt | 164 Description: Stores the same MODALIAS value emitted by uevent for
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 735 uint64_t emitted; in radeon_fence_count_emitted() local 741 emitted = rdev->fence_drv[ring].sync_seq[ring] in radeon_fence_count_emitted() 744 if (emitted > 0x10000000) { in radeon_fence_count_emitted() 745 emitted = 0x10000000; in radeon_fence_count_emitted() 747 return (unsigned)emitted; in radeon_fence_count_emitted()
|
/Linux-v4.19/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 206 event should only be emitted while the tool is hovering, meaning in close 306 traditional way, using emitted event types.
|
/Linux-v4.19/Documentation/ |
D | debugging-modules.txt | 11 emitted. This debugging message has been removed. The correct way
|
D | rfkill.txt | 117 hotplug or state change events or by listening for uevents emitted by the
|
D | kobject.txt | 377 The filter function allows a kset to prevent a uevent from being emitted to 379 will not be emitted.
|
D | static-keys.txt | 85 Thus, by default the 'printk' will not be emitted. And the code generated will
|
D | this_cpu_ops.txt | 265 instructions emitted by the compiler.
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/temperature/ |
D | mlx90632.txt | 16 Since measured object emissivity effects Infra Red energy emitted, emissivity
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | dmatest.rst | 49 emitted. After that only test failure messages are reported until the test 113 The details of a data miscompare error are also emitted, but do not follow the
|
/Linux-v4.19/Documentation/RCU/ |
D | lockdep-splat.txt | 5 When such misuse is detected, an lockdep-RCU splat is emitted. 78 With this change, there would be no lockdep-RCU splat emitted if this
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-radio.rst | 48 received/emitted. Drivers switch automatically between AM and FM
|
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/ |
D | gpio-poweroff.txt | 16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
|
/Linux-v4.19/Documentation/networking/ |
D | netif-msg.txt | 41 More selective control over the type of messages emitted.
|
D | ipvlan.txt | 87 master-device, so the packets which are emitted in this mode for the adjacent
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.txt | 40 represents a distinct stream ID emitted by that device
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 115 If configuration is incomplete, a warning message is emitted "falling back to
|
/Linux-v4.19/Documentation/arm/ |
D | kernel_user_helpers.txt | 24 inline (either in the code emitted directly by the compiler, or part of
|
/Linux-v4.19/Documentation/x86/ |
D | earlyprintk.txt | 59 and use lsusb or look at the kernel info messages emitted by the
|
/Linux-v4.19/tools/perf/Documentation/ |
D | jitdump-specification.txt | 110 … name. The function cannot have changed name, otherwise a new JIT_CODE_LOAD record must be emitted.
|
12