| /linux/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)))) 74 #define IS_MEDIA_GT_IP_STEP(gt, ipver, from, until) ( \ argument [all …]
|
| /linux/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/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/Documentation/trace/rv/ |
| H A D | linear_temporal_logic.rst | 48 until 67 RAIN imply (WET until not RAIN) 69 means: if it is raining, it is going to be wet until the rain stops. 95 RULE = always (ACQUIRE imply ((not KILLED and not CRASHED) until RELEASE)) 104 RULE = always (ACQUIRE imply (ALIVE until RELEASE))
|
| /linux/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/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
|
| /linux/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/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/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/Documentation/ABI/testing/ |
| 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/Documentation/usb/ |
| H A D | dwc3.rst | 14 until the command completes which is bad. 26 until the command completes.
|
| /linux/arch/m68k/fpsp040/ |
| H A D | sgetem.S | 89 | For denormalized numbers, shift the mantissa until the j-bit = 1, 104 | Shifts the mantissa bits until msbit is set. 128 lsll %d3,%d0 |shift ms mant until j-bit is set
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | DENYLIST | 3 get_stack_raw_tp # spams with kernel warnings until next bpf -> bpf-next merge
|
| /linux/Documentation/RCU/ |
| H A D | NMI-RCU.rst | 84 up any data structures used by the old NMI handler until execution 94 This works because (as of v4.20) synchronize_rcu() blocks until all 98 not to return until all ongoing NMI handlers exit. It is therefore safe
|
| /linux/tools/testing/kunit/ |
| H A D | mypy.ini | 4 # E.g. we can't write subprocess.Popen[str] until Python 3.9+.
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | restart-poweroff.txt | 4 by restarting and letting u-boot keep hold of the machine until the
|
| /linux/Documentation/core-api/wrappers/ |
| H A D | atomic_t.rst | 3 until such a time as that file can be converted directly.
|
| H A D | atomic_bitops.rst | 3 until such a time as that file can be converted directly.
|
| /linux/Documentation/translations/ko_KR/core-api/wrappers/ |
| H A D | memory-barriers.rst | 3 until such a time as that file can be converted directly.
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-qbuf.rst | 52 out to disk. Buffers remain locked until dequeued, until the
|
| /linux/drivers/gpu/drm/renesas/shmobile/ |
| H A D | shmob_drm_regs.h | 297 u32 mask, u32 until) in lcdc_wait_bit() argument 301 while ((lcdc_read(sdev, reg) & mask) != until) { in lcdc_wait_bit()
|