Searched defs:until (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_drv.h | 1311 #define IS_GRAPHICS_VER(i915, from, until) \ argument 1317 #define IS_MEDIA_VER(i915, from, until) \ argument 1321 #define IS_DISPLAY_VER(i915, from, until) \ argument 1331 #define IS_DISPLAY_STEP(__i915, since, until) \ argument 1335 #define IS_GT_STEP(__i915, since, until) \ argument 1511 #define IS_SKL_GT_STEP(p, since, until) (IS_SKYLAKE(p) && IS_GT_STEP(p, since, until)) argument 1513 #define IS_KBL_GT_STEP(dev_priv, since, until) \ argument 1515 #define IS_KBL_DISPLAY_STEP(dev_priv, since, until) \ argument 1518 #define IS_JSL_EHL_GT_STEP(p, since, until) \ argument 1520 #define IS_JSL_EHL_DISPLAY_STEP(p, since, until) \ argument [all …]
|
/Linux-v5.15/arch/x86/lib/ |
D | delay.c | 107 u64 until = start + cycles; in delay_halt_tpause() local
|
/Linux-v5.15/drivers/staging/media/omap4iss/ |
D | iss.c | 383 struct media_entity *until) in iss_pipeline_disable()
|
/Linux-v5.15/sound/soc/ |
D | soc-dai.c | 173 int i, max = 0, until = priority; in snd_soc_dai_get_fmt() local
|
D | soc-core.c | 1064 int i, j, priority, pri, until; in snd_soc_runtime_get_dai_fmt() local
|
/Linux-v5.15/drivers/gpu/drm/shmobile/ |
D | shmob_drm_regs.h | 297 u32 mask, u32 until) in lcdc_wait_bit()
|
/Linux-v5.15/fs/ |
D | aio.c | 1271 ktime_t until) in read_events() 2052 ktime_t until = ts ? timespec64_to_ktime(*ts) : KTIME_MAX; in do_io_getevents() local
|
/Linux-v5.15/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 330 unsigned long mask, unsigned long until) in lcdc_wait_bit()
|