Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 39) sorted by relevance

12

/drivers/gpu/drm/i915/gt/
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)))
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 …]
A Dintel_timeline.h81 struct i915_request *until,
/drivers/gpu/drm/i915/display/
A Dintel_display_device.h203 #define IS_DISPLAY_VERx100(__display, from, until) ( \ argument
206 DISPLAY_VERx100(__display) <= (until)))
223 #define IS_DISPLAY_VERx100_STEP(__display, ipver, from, until) \ argument
225 IS_DISPLAY_STEP((__display), (from), (until)))
233 #define IS_DISPLAY_VER(__display, from, until) \ argument
234 (DISPLAY_VER(__display) >= (from) && DISPLAY_VER(__display) <= (until))
238 #define IS_DISPLAY_STEP(__display, since, until) \ argument
240 INTEL_DISPLAY_STEP(__display) >= (since) && INTEL_DISPLAY_STEP(__display) < (until))
/drivers/gpu/drm/i915/
A Di915_drv.h366 #define IS_GRAPHICS_VER(i915, from, until) \ argument
367 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until))
372 #define IS_MEDIA_VER(i915, from, until) \ argument
373 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until))
380 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument
382 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until))
384 #define IS_MEDIA_STEP(__i915, since, until) \ argument
386 INTEL_MEDIA_STEP(__i915) >= (since) && INTEL_MEDIA_STEP(__i915) < (until))
/drivers/accessibility/speakup/
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
A DKconfig128 loaded until the file system is mounted and the DecTalk
/drivers/tee/optee/
A DKconfig18 probed. This returns -EPROBE_DEFER until the firmware is loadable from
19 the filesystem which is determined by checking the system_state until
/drivers/media/rc/
A Dgpio-ir-tx.c51 static void delay_until(ktime_t until) in delay_until() argument
60 delta = ktime_us_delta(until, ktime_get()); in delay_until()
/drivers/gpu/drm/renesas/shmobile/
A Dshmob_drm_regs.h297 u32 mask, u32 until) in lcdc_wait_bit() argument
301 while ((lcdc_read(sdev, reg) & mask) != until) { in lcdc_wait_bit()
/drivers/infiniband/sw/rxe/
A Drxe_pool.c216 unsigned long until = jiffies + RXE_POOL_TIMEOUT; in __rxe_cleanup() local
224 time_before(jiffies, until)) in __rxe_cleanup()
/drivers/staging/media/meson/vdec/
A DTODO1 This driver is in staging until the V4L2 documentation about stateful video
/drivers/gpu/vga/
A DKconfig12 X isn't running and delayed switching until the next logoff. This
/drivers/scsi/aic7xxx/
A Daic79xx.seq224 * wait until any select-out activity has halted, and
368 * new commands from the host until the MK_MESSAGE
381 * Defer this SCB and stop fetching new SCBs until
502 * until we return to our idle loop), use a
624 * the point of selection until our idle
628 * idle loop until the busfree at the end of
677 * the point of re-selection until our idle
681 * idle loop until the busfree at the end of
1426 * data byte on the bus until we send our ACK.
1784 * call our idle loop until it is able to load
[all …]
A Daic7xxx.seq156 * selecting, keep polling the current channel until
363 * defer re-enabling the interrupt until, as an initiator,
855 * modify the saved values in the SCB until we see a save
889 * Turn on `Bit Bucket' mode, wait until the target takes
963 * call our idle loop until it is able to load
1146 * the prefetched but unused data from the data fifo until
1962 * the target until SCSIDATL is read from. So we wait until SCSIDATL is
1966 * spec guarantees that the target will hold the data byte on the bus until
/drivers/parisc/
A DREADME.dino22 ** program. Assume a machine is only "suspect" until proven otherwise.
/drivers/media/platform/synopsys/hdmirx/
A DKconfig34 non-functional until EDID will be loaded from userspace.
/drivers/scsi/qla2xxx/
A DKconfig25 Upon request, the driver caches the firmware image until
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
A Didle.fuc65 // process the process' messages until there's none left
/drivers/hwtracing/stm/
A DKconfig20 exclusively until the MIPI SyS-T support was added. Use this
/drivers/gpu/drm/clients/
A DKconfig83 screen until the userspace is ready to take over.
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dhub.fuc218 // Main program loop, very simple, sleeps until woken up by the interrupt
222 // sleep until we have something to do
401 // to hang with STATUS=0x00000007 until it's cleared.. fbcon can
/drivers/staging/most/Documentation/
A Ddriver_usage.txt154 case of speculative configuration, the creation is post-poned until
176 until a physical device is being attached to the bus.
/drivers/vdpa/
A DKconfig142 cannot be loaded until the Octeon emulation software is running.
/drivers/video/console/
A DKconfig134 console from the dummy console until the first text is displayed on
/drivers/uio/
A DKconfig52 but the memory allocation is not performed until

Completed in 46 milliseconds

12