Home
last modified time | relevance | path

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

12345678910>>...271

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.hpp97 * wait until operation complete
111 * wait until operation complete
128 * wait until operation complete
144 * wait until operation complete
159 * wait until operation complete
173 * wait until operation complete
188 * wait until operation complete
201 * wait until operation complete
217 * wait until operation complete
235 * wait until operation complete
[all …]
H A Dim2d.h247 * wait until operation complete
287 * wait until operation complete
319 * wait until operation complete
350 * wait until operation complete
380 * wait until operation complete
440 * wait until operation complete
469 * wait until operation complete
496 * wait until operation complete
527 * wait until operation complete
578 * wait until operation complete
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h320 * wait_event - sleep until a condition gets true
324 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
359 * wait_event_freezable - sleep (or freeze) until a condition gets true
364 * to system load) until the @condition evaluates to true. The
385 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
390 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
448 * wait_event_cmd - sleep until a condition gets true
454 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
473 * wait_event_interruptible - sleep until a condition gets true
477 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DContinuing-and-Stepping.html76 <p><em>Continuing</em> means resuming program execution until your program
119 is believed to lie, run your program until it stops at that breakpoint,
121 interesting, until you see the problem happen.
128 <dd><p>Continue running your program until control reaches a different source
135 execution proceeds until control reaches a function that does have
209 <dd><p>Continue running until just after function in the selected stack frame
225 <a name="index-until"></a>
227 <a name="index-run-until-specified-location"></a>
229 <dt><code>until</code></dt>
231 <dd><p>Continue running until a source line past the current line, in the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DContinuing-and-Stepping.html76 <p><em>Continuing</em> means resuming program execution until your program
119 is believed to lie, run your program until it stops at that breakpoint,
121 interesting, until you see the problem happen.
128 <dd><p>Continue running your program until control reaches a different source
135 execution proceeds until control reaches a function that does have
209 <dd><p>Continue running until just after function in the selected stack frame
225 <a name="index-until"></a>
227 <a name="index-run-until-specified-location"></a>
229 <dt><code>until</code></dt>
231 <dd><p>Continue running until a source line past the current line, in the
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py72 def until(self, method, message=''): member in Wait
74 Calls the method provided with the driver as an argument until the
97 Calls the method provided with the driver as an argument until the
174 """ Wait until element matching CSS selector is on the page """
177 element = Wait(self.driver).until(is_present, msg)
181 """ Wait until element matching CSS selector is visible on the page """
184 Wait(self.driver).until(is_visible, msg)
188 """ Wait until element matching CSS selector has focus """
192 Wait(self.driver).until(is_focused, msg)
197 # note that keyup events don't occur until the element is clicked
/OK3568_Linux_fs/u-boot/drivers/serial/
H A DKconfig138 be available until the real driver model serial is running.
145 be available until the real driver model serial is running.
153 driver will be available until the real driver model serial is
161 be available until the real driver-model serial is running.
169 be available until the real driver model serial is running.
176 be available until the real driver model serial is running.
192 be available until the real driver-model serial is running.
200 be available until the real driver-model serial is running.
207 be available until the real driver-model serial is running.
225 be available until the real driver-model serial is running.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/
H A D0001-libacpi-Fix-build-witth-fno-commom.patch23 + * Array for existing batteries, loop until
28 + * Array for existing thermal zones, loop until
33 + * Array for existing fans, loop until
46 * Array for existing batteries, loop until
52 * Array for existing thermal zones, loop until
58 * Array for existing fans, loop until
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-typec10 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.
165 during Power Delivery discovery. This file remains hidden until a value
259 This file remains hidden until a value greater than or equal to 0
288 value will show 0 until Discover Identity command result becomes
296 value will show 0 until Discover Identity command result becomes
304 will show 0 until Discover Identity command result becomes
312 The value will show 0 until Discover Identity command result becomes
[all …]
/OK3568_Linux_fs/buildroot/board/atmel/
H A Dflasher.sh115 sama5d31ek_revc (Until rev. C)
116 sama5d33ek_revc (Until rev. C)
117 sama5d34ek_revc (Until rev. C)
118 sama5d35ek_revc (Until rev. C)
119 sama5d36ek_revc (Until rev. C)
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c63 * Loop until the guest is done. Re-enter the guest on all MMIO exits, in vcpu_worker()
159 * Spin until the memory region starts getting moved to a in guest_code_move_memory_region()
167 /* Spin until the misaligning memory region move completes. */ in guest_code_move_memory_region()
171 /* Spin until the memory region starts to get re-aligned. */ in guest_code_move_memory_region()
175 /* 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()
230 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region()
234 /* Spin until the memory region is recreated. */ in guest_code_delete_memory_region()
238 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region()
248 /* Spin indefinitely (until the code memslot is deleted). */ in guest_code_delete_memory_region()
/OK3568_Linux_fs/buildroot/docs/manual/
H A Drelease-engineering.txt16 Releases are supported until the first bugfix release of the next
19 LTS releases are supported until the first bugfix release of the next
20 LTS, e.g., 2020.02.x is supported until 2021.02.1 is released.
28 The stabilization phase starts with tagging +-rc1+, and every week until
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
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-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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_drv.h1314 * Return true if revision is in range [since,until] inclusive.
1316 * Use 0 for open-ended since, and REVID_FOREVER for open-ended until.
1318 #define IS_REVID(p, since, until) \ argument
1319 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
1494 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument
1502 #define IS_BXT_REVID(dev_priv, since, until) \ argument
1503 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until))
1525 #define IS_KBL_GT_REVID(dev_priv, since, until) \ argument
1528 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping <= until)
1529 #define IS_KBL_DISP_REVID(dev_priv, since, until) \ argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Drpmsg.rst79 In case there are no TX buffers available, the function will block until
80 one becomes available (i.e. until the remote processor consumes
102 In case there are no TX buffers available, the function will block until
103 one becomes available (i.e. until the remote processor consumes
126 In case there are no TX buffers available, the function will block until
127 one becomes available (i.e. until the remote processor consumes
146 return -ENOMEM without waiting until one becomes available.
167 return -ENOMEM without waiting until one becomes available.
188 return -ENOMEM without waiting until one becomes available.
/OK3568_Linux_fs/buildroot/support/docker/
H A Dapt-sources.list2 deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye main
3 deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20210902T193650Z/ bul…
4 deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye-upd…
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/
H A Dsuspend.S63 beq 2b @ Branch until idle
78 bne 3b @ Branch until self-refresh mode starts
97 @ Enter stop mode until an enabled event occurs
135 bne 5b @ Branch until self-refresh has exited
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dthreads.h102 /* Block current thread until execution of __THR is complete. In case that
127 /* Block the current thread until the mutex pointed to by __MUTEX is
131 /* Block the current thread until the mutex pointed by __MUTEX is unlocked
171 /* Block current thread on the condition variable until condition variable
199 destructor is not called until thrd_exit is called. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dthreads.h102 /* Block current thread until execution of __THR is complete. In case that
127 /* Block the current thread until the mutex pointed to by __MUTEX is
131 /* Block the current thread until the mutex pointed by __MUTEX is unlocked
171 /* Block current thread on the condition variable until condition variable
199 destructor is not called until thrd_exit is called. */
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinclipboardwrappers.c48 * Initializes internal clients that must not be started until
89 * so that this function is no longer called until the in winProcEstablishConnection()
122 * 7) We avoid this by waiting until at least one client (could in winProcEstablishConnection()
125 * until after XDM when using XDMCP. in winProcEstablishConnection()
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dsocfpga_gen5.c86 /* (1) wait until FPGA enter reset phase */ in fpgamgr_program_init()
101 /* (2) wait until FPGA enter configuration phase */ in fpgamgr_program_init()
129 /* (3) wait until full config done */ in fpgamgr_program_poll_cd()
165 /* (4) wait until FPGA enter init phase or user mode */ in fpgamgr_program_poll_initphase()
189 /* (5) wait until FPGA enter user mode */ in fpgamgr_program_poll_usermode()
/OK3568_Linux_fs/kernel/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).

12345678910>>...271