Home
last modified time | relevance | path

Searched full:until (Results 1 – 25 of 2899) sorted by relevance

12345678910>>...116

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h20 #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/drivers/gpu/drm/i915/display/
H A Dintel_display_device.h197 #define IS_DISPLAY_VERx100(__display, from, until) ( \ argument
200 DISPLAY_VERx100(__display) <= (until)))
204 * specified range [from, until). The lower bound is inclusive, the upper
207 * hardware issue is first present and another stepping ("until") at which a
214 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper
217 #define IS_DISPLAY_VERx100_STEP(__display, ipver, from, until) \ argument
219 IS_DISPLAY_STEP((__display), (from), (until)))
227 #define IS_DISPLAY_VER(__display, from, until) \ argument
228 (DISPLAY_VER(__display) >= (from) && DISPLAY_VER(__display) <= (until))
232 #define IS_DISPLAY_STEP(__display, since, until) \ argument
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst32 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 Dvidioc-qbuf.rst80 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 Dfunc-read.rst48 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 Dvidioc-streamon.rst44 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/Documentation/staging/
H A Drpmsg.rst80 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/tools/testing/selftests/sync/
H A Dsync_fence.c44 /* 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/arch/x86/lib/
H A Ddelay.c100 * 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/arch/arm/mach-lpc32xx/
H A Dsuspend.S61 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/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c60 * Loop until the guest is done. Re-enter the guest on all MMIO exits, in vcpu_worker()
152 * Spin until the memory region starts getting moved to a in guest_code_move_memory_region()
161 /* Spin until the misaligning memory region move completes. */ in guest_code_move_memory_region()
166 /* Spin until the memory region starts to get re-aligned. */ in guest_code_move_memory_region()
171 /* Spin until the re-aligning memory region move completes. */ in guest_code_move_memory_region()
202 * a tiny window. Spin and defer the sync until the memslot is in test_move_memory_region()
242 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region()
246 /* Spin until the memory region is recreated. */ in guest_code_delete_memory_region()
250 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region()
260 /* Spin indefinitely (until th in guest_code_delete_memory_region()
[all...]
/linux/drivers/net/ethernet/tehuti/
H A Dtn40_mdio.c57 /* wait until MDIO is not busy */ in tn40_mdio_read()
68 /* read CMD_STAT until not busy */ in tn40_mdio_read()
82 /* wait until MDIO is not busy */ in tn40_mdio_write()
90 /* read CMD_STAT until not busy */ in tn40_mdio_write()
/linux/Documentation/hwmon/
H A Dadc128d818.rst26 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/Documentation/devicetree/bindings/powerpc/
H A Dsleep.yaml29 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/Documentation/ABI/testing/
H A Dconfigfs-most60 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/drivers/accessibility/speakup/
H A DDefaultKeyAssignments36 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/arch/powerpc/include/asm/
H A Ddelay.h34 * 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/tools/perf/pmu-events/arch/x86/rocketlake/
H A Duncore-interconnect.json32 …nt Data Read entries. Such entry is defined as valid when it is allocated until deallocation. Does…
52 …s in ReqTrk. Such entry is defined as valid from its allocation in ReqTrk until deallocation. Acco…
62 …nt Data Read entries. Such entry is defined as valid when it is allocated until deallocation. Does…
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8956-sony-xperia-loire.dtsi89 /* 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/Documentation/scheduler/
H A Dsched-arch.rst30 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/arch/nios2/mm/
H A Dtlb.c50 /* remember pid/way until we return. */ in replace_tlb_one_pid()
131 /* remember pid/way until we return. */ in flush_tlb_one()
175 /* remember pid/way until we return */ in dump_tlb_line()
223 /* remember pid/way until we return */ in flush_tlb_pid()
272 /* remember pid/way until we return */ in flush_tlb_all()
/linux/fs/xfs/
H A Dxfs_drain.h48 * scrub wait until it has both AG header buffer locks and the intent counter
57 * sub-items (such as RUIs) must bump the intent counter and maintain it until
63 * until the item is finished or cancelled.
/linux/tools/testing/selftests/arm64/fp/
H A DREADME20 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/Documentation/driver-api/firmware/
H A Drequest_firmware.rst15 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/drivers/gpu/drm/i915/
H A Di915_file_private.h47 * until all current in-flight work is complete, swap in the new
53 * actual context until after the client is done configuring it
57 * right up until the point where we attempt to do something which

12345678910>>...116