| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt.h | 20 #define IS_GFX_GT_IP_RANGE(gt, from, until) ( \ argument 22 BUILD_BUG_ON_ZERO((until) < (from)) + \ 25 GRAPHICS_VER_FULL((gt)->i915) <= (until))) 34 #define IS_MEDIA_GT_IP_RANGE(gt, from, until) ( \ argument 36 BUILD_BUG_ON_ZERO((until) < (from)) + \ 39 MEDIA_VER_FULL((gt)->i915) <= (until))) 56 #define IS_GFX_GT_IP_STEP(gt, ipver, from, until) ( \ argument 57 BUILD_BUG_ON_ZERO((until) <= (from)) + \ 59 IS_GRAPHICS_STEP((gt)->i915, (from), (until)))) 75 BUILD_BUG_ON_ZERO((until) <= (from)) + \ [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_device.h | 201 #define IS_DISPLAY_VERx100(__display, from, until) ( \ argument 204 DISPLAY_VERx100(__display) <= (until))) 221 #define IS_DISPLAY_VERx100_STEP(__display, ipver, from, until) \ argument 223 IS_DISPLAY_STEP((__display), (from), (until))) 231 #define IS_DISPLAY_VER(__display, from, until) \ argument 232 (DISPLAY_VER(__display) >= (from) && DISPLAY_VER(__display) <= (until)) 236 #define IS_DISPLAY_STEP(__display, since, until) \ argument 238 INTEL_DISPLAY_STEP(__display) >= (since) && INTEL_DISPLAY_STEP(__display) < (until))
|
| /linux-6.15/arch/x86/lib/ |
| H A D | delay.c | 107 u64 until = start + cycles; in delay_halt_tpause() local 110 eax = lower_32_bits(until); in delay_halt_tpause() 111 edx = upper_32_bits(until); in delay_halt_tpause()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | msm8956-sony-xperia-loire.dtsi | 89 /* Set .95V to prevent unstabilities until CPR for this SoC is done */ 93 /* Set always on until the CPU PLL is done */ 103 /* Hack this on until the gpu driver is ready for it */ 113 /* Set .95V to prevent unstabilities until CPR for this SoC is done */ 118 /* Set always on until the CPU PLL is done */
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | func-poll.rst | 32 until the driver has captured data or is ready to accept data for 35 When streaming I/O has been negotiated this function waits until a 38 function waits until the device is ready to accept a new buffer to be 69 it waits until data has been captured and can be read. When the driver 76 it waits until the driver is ready for a non-blocking
|
| H A D | vidioc-qbuf.rst | 80 out to disk. Buffers remain locked until dequeued, until the 82 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the 96 buffer then the result is undefined. Buffers remain locked until 97 dequeued, until the :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` or 98 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the 104 until the request itself is queued. Also, the driver will apply any
|
| H A D | vidioc-streamon.rst | 44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 46 produced until ``VIDIOC_STREAMON`` has been called. 48 Memory-to-memory devices will not start until ``VIDIOC_STREAMON`` has
|
| H A D | func-read.rst | 48 By default :c:func:`read()` blocks until data becomes available. When 53 execution until data becomes available. All drivers supporting the 63 application starts reading the buffer until the read is finished. Thus 75 A driver discarding the newest frames stops capturing until the next
|
| H A D | func-select.rst | 48 execution until the driver has captured data or is ready to accept data 51 When streaming I/O has been negotiated this function waits until a 76 :c:func:`select()` function just waits until the driver is ready for a
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/ |
| H A D | sleep.yaml | 29 awake during system suspend, but will not be disabled until then. 30 - Permanent: The device is disabled permanently (until the next hard 39 sleep-map should wait until its necessity is demonstrated).
|
| /linux-6.15/Documentation/driver-api/firmware/ |
| H A D | request_firmware.rst | 15 Synchronous firmware requests will wait until the firmware is found or until 47 until the firmware or an error is returned. Function callbacks are
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | adc128d818.rst | 26 be reasserted until the temperature drops below the HOT Hysteresis. 38 If an alarm triggers, it will remain triggered until the hardware register 41 caches the alarm status for each sensor until it is at least reported
|
| H A D | ds620.rst | 32 stays active until the temperature goes above temp1_max. 36 active until the temperature falls below temp1_min.
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_drv.h | 402 #define IS_GRAPHICS_VER(i915, from, until) \ argument 403 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until)) 408 #define IS_MEDIA_VER(i915, from, until) \ argument 409 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until)) 416 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument 418 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until)) 420 #define IS_MEDIA_STEP(__i915, since, until) \ argument 422 INTEL_MEDIA_STEP(__i915) >= (since) && INTEL_MEDIA_STEP(__i915) < (until))
|
| /linux-6.15/Documentation/devicetree/bindings/display/samsung/ |
| H A D | samsung,exynos7-decon.yaml | 47 Clock cycles for the active period of address signal is enabled until 60 Clock cycles for the active period of CS is disabled until write 67 Clock cycles for the active period of CS signal is enabled until
|
| H A D | samsung,fimd.yaml | 63 Clock cycles for the active period of address signal is enabled until 76 Clock cycles for the active period of CS is disabled until write 83 Clock cycles for the active period of CS signal is enabled until
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-typec | 10 return until the operation has finished. The attribute is 25 return until the operation has finished. The attribute is 40 attribute will not return until the operation has finished. 59 the attribute will not return until the operation has finished. 294 This file remains hidden until a value greater than or equal to 0 323 value will show 0 until Discover Identity command result becomes 331 value will show 0 until Discover Identity command result becomes 339 will show 0 until Discover Identity command result becomes 347 The value will show 0 until Discover Identity command result becomes 355 The value will show 0 until Discover Identity command result becomes [all …]
|
| H A D | configfs-most | 60 configuration, the creation is post-poned until 115 configuration, the creation is post-poned until 170 configuration, the creation is post-poned until 236 configuration, the creation is post-poned until
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | Kconfig | 18 probed. This returns -EPROBE_DEFER until the firmware is loadable from 19 the filesystem which is determined by checking the system_state until
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-arch.rst | 30 be cleared until the running task has called schedule(). Idle 38 need_resched is if we are about to sleep the processor until 48 __asm__("sleep until next interrupt");
|
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | DefaultKeyAssignments | 36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor 37 InsKeyPad-Enter Shut Up (until toggled back on). 44 synth until it has caught up with what is being printed on the
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | README | 20 The test runs until killed by the user. 80 Kvmtool occupies the terminal until you kill it (Ctrl+A x), 81 or until the guest terminates. It is therefore recommended to run
|
| /linux-6.15/tools/testing/selftests/media_tests/ |
| H A D | regression_test.txt | 25 should stick around until this test exits. 27 The test for a random number of iterations or until user kills it with a
|
| /linux-6.15/Documentation/staging/ |
| H A D | rpmsg.rst | 80 In case there are no TX buffers available, the function will block until 81 one becomes available (i.e. until the remote processor consumes 104 In case there are no TX buffers available, the function will block until 105 one becomes available (i.e. until the remote processor consumes 129 In case there are no TX buffers available, the function will block until 130 one becomes available (i.e. until the remote processor consumes 150 return -ENOMEM without waiting until one becomes available. 171 return -ENOMEM without waiting until one becomes available. 192 return -ENOMEM without waiting until one becomes available.
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | DENYLIST | 3 get_stack_raw_tp # spams with kernel warnings until next bpf -> bpf-next merge
|