Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-dp.c47 bool foreground; member
52 struct ipu_dp foreground; member
72 if (dp->foreground) in to_flow()
73 return container_of(dp, struct ipu_flow, foreground); in to_flow()
178 if (!dp->foreground) in ipu_dp_setup_channel()
181 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()
186 ipu_dp_csc_init(flow, flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()
189 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel()
190 flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel()
198 ipu_dp_csc_init(flow, flow->foreground.in_cs, in ipu_dp_setup_channel()
[all …]
/kernel/liteos_a/apps/shell/src/
Dshmsg.c354 void ChildExec(const char *cmdName, char *const paramArray[], bool foreground) in ChildExec() argument
370 if (!foreground) { in ChildExec()
411 bool foreground = FALSE; in DoCmdExec() local
420 foreground = TRUE; in DoCmdExec()
428 ChildExec(cmdParsed->paramArray[0], cmdParsed->paramArray, foreground); in DoCmdExec()
430 if (!foreground) { in DoCmdExec()
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dvga-softcursor.rst30 foreground.
38 foreground. In both groups, low three bits set color (as in normal
Dserial-console.rst22 device: tty0 for the foreground virtual console
41 defines that opening ``/dev/console`` will get you the current foreground
Dspkguide.txt1001 foreground and background colors. These names come from the i18n/colors
Dkernel-parameters.txt5951 Format: 0xYX, X = foreground, Y = background.
/kernel/liteos_a/apps/shell/include/
Dshmsg.h65 extern void ChildExec(const char *cmdName, char *const paramArray[], bool foreground);
/kernel/linux/build/test/syzkaller/qos_auth/
Dforeground.txt7 openat$fd_foreground(fd const[AT_FDCWD], file ptr[in, string["/dev/cpu_ctl/foreground/uclamp.coloca…
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
Drunner.sh36 /usr/bin/timeout --foreground "$kselftest_timeout" "$1"
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Ddc.c167 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local
176 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()
215 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
267 blending[0] = foreground; in tegra_plane_setup_blending_legacy()
271 blending[1] = foreground; in tegra_plane_setup_blending_legacy()
280 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
281 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
282 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
/kernel/linux/linux-5.10/fs/f2fs/
Dgc.c41 bool sync_mode, foreground = false; in gc_thread_func() local
50 foreground = true; in gc_thread_func()
98 if (foreground) { in gc_thread_func()
118 if (!foreground) in gc_thread_func()
124 if (foreground) in gc_thread_func()
128 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func()
131 if (foreground) in gc_thread_func()
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-driver-speakup5 foreground or background color when using speakup review
240 name of the foreground and background colors. These names come
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-config.txt143 To change colors of selected line to other foreground and background colors
170 foreground and background colors, separated by a comma, for example:
186 Basic key values are foreground-color 'red' and
/kernel/linux/linux-5.10/block/
DKconfig132 less impact on foreground operations. The throttling is done
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
DMakefile218 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-fs-f2fs320 Description: Number of blocks moved by garbage collection in foreground.
/kernel/linux/linux-5.10/Documentation/filesystems/
Df2fs.rst114 let background GC thread to handle foreground GC requests,
115 it can eliminate the sluggish issue caused by slow foreground
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch24535 + SECONDARY, /* foreground plane */