/linux-6.8/drivers/gpu/drm/i915/gt/ |
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))) 43 * a stepping in the range [from, until). The lower stepping bound is 47 * ("until") at which a hardware fix is present and the software workaround is 53 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper 56 #define IS_GFX_GT_IP_STEP(gt, ipver, from, until) ( \ argument [all …]
|
/linux-6.8/include/linux/ |
D | wait.h | 328 * wait_event - sleep until a condition gets true 332 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 367 * wait_event_freezable - sleep (or freeze) until a condition gets true 372 * to system load) until the @condition evaluates to true. The 393 * wait_event_timeout - sleep until a condition gets true or a timeout elapses 398 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 456 * wait_event_cmd - sleep until a condition gets true 462 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 481 * wait_event_interruptible - sleep until a condition gets true 485 * The process is put to sleep (TASK_INTERRUPTIBLE) until the [all …]
|
/linux-6.8/drivers/gpu/drm/i915/display/ |
D | intel_display_device.h | 77 #define IS_DISPLAY_IP_RANGE(__i915, from, until) ( \ argument 80 DISPLAY_VER_FULL(__i915) <= (until))) 84 * specified range [from, until). The lower bound is inclusive, the upper 87 * hardware issue is first present and another stepping ("until") at which a 94 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper 97 #define IS_DISPLAY_IP_STEP(__i915, ipver, from, until) \ argument 99 IS_DISPLAY_STEP((__i915), (from), (until))) 107 #define IS_DISPLAY_VER(i915, from, until) \ argument 108 (DISPLAY_VER(i915) >= (from) && DISPLAY_VER(i915) <= (until))
|
/linux-6.8/Documentation/ABI/testing/ |
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. 173 during Power Delivery discovery. This file remains hidden until a value 267 This file remains hidden until a value greater than or equal to 0 296 value will show 0 until Discover Identity command result becomes 304 value will show 0 until Discover Identity command result becomes 312 will show 0 until Discover Identity command result becomes 320 The value will show 0 until Discover Identity command result becomes [all …]
|
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.8/drivers/gpu/drm/i915/ |
D | i915_drv.h | 418 #define IS_GRAPHICS_VER(i915, from, until) \ argument 419 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until)) 424 #define IS_MEDIA_VER(i915, from, until) \ argument 425 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until)) 434 #define IS_DISPLAY_STEP(__i915, since, until) \ argument 436 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until)) 438 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument 440 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until)) 442 #define IS_MEDIA_STEP(__i915, since, until) \ argument 444 INTEL_MEDIA_STEP(__i915) >= (since) && INTEL_MEDIA_STEP(__i915) < (until)) [all …]
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
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
|
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
|
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
|
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
|
/linux-6.8/tools/testing/selftests/sync/ |
D | sync_fence.c | 44 /* Wait on fence until timeout */ in test_fence_one_timeline_wait() 46 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait() 52 /* Wait on fence until timeout */ in test_fence_one_timeline_wait() 54 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait() 106 /* confirm that d is not signaled until the max of a,b,c */ in test_fence_one_timeline_merge()
|
/linux-6.8/Documentation/staging/ |
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.8/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_mdio.c | 68 /* Until ver 2.20 XGMAC does not support C22 addr >= 4. Those in stmmac_xgmac2_c22_format() 93 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read() 104 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read() 115 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read() 140 /* Until ver 2.20 XGMAC does not support C22 addr >= 4 */ in stmmac_xgmac2_mdio_read_c22() 176 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write() 188 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write() 199 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write() 218 /* Until ver 2.20 XGMAC does not support C22 addr >= 4 */ in stmmac_xgmac2_mdio_write_c22() 351 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write() [all …]
|
/linux-6.8/arch/x86/lib/ |
D | delay.c | 100 * On Intel the TPAUSE instruction waits until any of: 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() 147 * time and call again until done.
|
/linux-6.8/tools/testing/selftests/kvm/ |
D | set_memory_region_test.c | 61 * Loop until the guest is done. Re-enter the guest on all MMIO exits, in vcpu_worker() 153 * Spin until the memory region starts getting moved to a in guest_code_move_memory_region() 162 /* Spin until the misaligning memory region move completes. */ in guest_code_move_memory_region() 167 /* Spin until the memory region starts to get re-aligned. */ in guest_code_move_memory_region() 172 /* Spin until the re-aligning memory region move completes. */ in guest_code_move_memory_region() 200 * a tiny window. Spin and defer the sync until the memslot is in test_move_memory_region() 228 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region() 232 /* Spin until the memory region is recreated. */ in guest_code_delete_memory_region() 236 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region() 246 /* Spin indefinitely (until the code memslot is deleted). */ in guest_code_delete_memory_region()
|
/linux-6.8/arch/arm/mach-lpc32xx/ |
D | suspend.S | 61 beq 2b @ Branch until idle 76 bne 3b @ Branch until self-refresh mode starts 95 @ Enter stop mode until an enabled event occurs 133 bne 5b @ Branch until self-refresh has exited
|
/linux-6.8/Documentation/hwmon/ |
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
|
/linux-6.8/Documentation/devicetree/bindings/powerpc/ |
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.8/drivers/accessibility/speakup/ |
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.8/arch/powerpc/include/asm/ |
D | delay.h | 34 * spin_event_timeout - spin until a condition gets true or a timeout elapses 40 * The process spins until the condition evaluates to true (non-zero) or the 47 * until a status bit changes. The timeout ensures that the loop still
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
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.8/fs/ocfs2/cluster/ |
D | quorum.c | 7 /* This quorum hack is only here until we transition to some more rational 191 /* as a node comes up we delay the quorum decision until we know the fate of 193 * perpetuated by con_err until hb_down. if we already have a conn, we might 259 * quorum decision until we see it heartbeating. the hold will be droped in 260 * hb_up or hb_down. it might be perpetuated by con_err until hb_down. if 286 * still heartbeating we grab a hold that will delay decisions until either the
|
/linux-6.8/Documentation/devicetree/bindings/display/samsung/ |
D | samsung,exynos7-decon.yaml | 45 Clock cycles for the active period of address signal is enabled until 58 Clock cycles for the active period of CS is disabled until write 65 Clock cycles for the active period of CS signal is enabled until
|
/linux-6.8/Documentation/scheduler/ |
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.8/fs/xfs/ |
D | xfs_drain.h | 47 * scrub wait until it has both AG header buffer locks and the intent counter 56 * sub-items (such as RUIs) must bump the intent counter and maintain it until 62 * until the item is finished or cancelled.
|