Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A 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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/orrery/orrery/
H A Duse.GdkPixbuf.patch32 + gdk_colormap_query_color( gdk_gc_get_colormap(darkGreyGC),starGCval.foreground.pixel, &starColor…
40 + gdk_colormap_query_color( gdk_gc_get_colormap(greyGC), starGCval.foreground.pixel, &starColor );
48 + gdk_colormap_query_color( gdk_gc_get_colormap(whiteGC), starGCval.foreground.pixel, &starColor );
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxconsole.c850 gcvals.foreground = color.pixel; in dmxConsoleInit()
853 gcvals.foreground = BlackPixel(dpy, screen); in dmxConsoleInit()
868 tmp = gcvals.foreground; in dmxConsoleInit()
871 gcvals.foreground = color.pixel; in dmxConsoleInit()
874 gcvals.foreground = BlackPixel(dpy, screen); in dmxConsoleInit()
876 gcvals.foreground = tmp; in dmxConsoleInit()
879 gcvals.background = gcvals.foreground; in dmxConsoleInit()
880 gcvals.foreground = tmp; in dmxConsoleInit()
883 gcvals.background = gcvals.foreground; in dmxConsoleInit()
886 gcvals.foreground = color.pixel; in dmxConsoleInit()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dtest_config.cfg361 ; The foreground color index of test case category menu.
365 ; The foreground color index of test case item init status.
369 ; The foreground color index of test case item OK status.
373 ; The foreground color index of test case item fail status.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dvga-softcursor.rst30 foreground.
38 foreground. In both groups, low three bits set color (as in normal
H A Dserial-console.rst22 device: tty0 for the foreground virtual console
41 defines that opening ``/dev/console`` will get you the current foreground
/OK3568_Linux_fs/buildroot/package/acpid/
H A Dacpid.service6 ExecStart=/usr/sbin/acpid --foreground --netlink
/OK3568_Linux_fs/buildroot/package/irqbalance/
H A Dirqbalance.service7 ExecStart=/usr/sbin/irqbalance --foreground --policyscript=/etc/irqbalance.d
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool.service8 # Start ippoold in the foreground!
H A Dalways_syslog.patch3 Even when running in the foreground, send log messages to syslog.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Dinit107 exec $DAEMON --keep-in-foreground $ARGS \
/OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/
H A Drunner.sh36 /usr/bin/timeout --foreground "$kselftest_timeout" "$1"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff19 +.B \-F, \-\-foreground
227 +" -F --foreground : don't daemonize, stay in foreground.\n"
260 +" -F --foreground : ne pas d�moniser, rester au premier plan.\n"
525 +" -F --foreground : don't daemonize, stay in foreground.\n"
792 +" -F --foreground : don't daemonize, stay in foreground.\n"
1064 +" -F --foreground : don't daemonize, stay in foreground.\n"
1344 +" -F --foreground : don't daemonize, stay in foreground.\n"
1383 +" -F --foreground : nicht daemonisieren, im Vordergrund bleiben.\n"
1627 +" -F --foreground : don't daemonize, stay in foreground.\n"
2025 +if (!foreground) {
[all …]
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0004-Add-hooks-for-term-switching.patch6 term foreground: /etc/frecon/term-switch on
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A 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()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c41 bool sync_mode, foreground = false; in gc_thread_func() local
50 foreground = true; in gc_thread_func()
99 if (foreground) { in gc_thread_func()
119 if (!foreground) in gc_thread_func()
125 if (foreground) in gc_thread_func()
129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func()
132 if (foreground) in gc_thread_func()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190615.patch.gz1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c55 values.foreground = 1L; in xnestRealizeCursor()
H A DGC.c105 values.foreground = xnestPixel(pGC->fgPixel); in xnestChangeGC()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES48 Set the cursor foreground and background colors. In 8bpp, fg and
128 cursor should be painted in the foreground color and which should
/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/share/info/
H A Dlibc.info-122404 all the processes in the foreground process group.
2430 only one process group at a time. This is called the "foreground job"
2437 likewise for writing. The user can stop a foreground job by typing the
2442 stopped jobs and switch jobs between foreground and background.
2474 Processes in the foreground job of a controlling terminal have
2539 * Foreground and Background:: Putting a job in foreground of background.
2542 the foreground or background.
2636 placed in the foreground by its parent shell before it can enable job
2639 the current foreground job associated with its controlling terminal
2642 If the subshell is not running as a foreground job, it must stop
[all …]
/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/share/info/
H A Dlibc.info-122404 all the processes in the foreground process group.
2430 only one process group at a time. This is called the "foreground job"
2437 likewise for writing. The user can stop a foreground job by typing the
2442 stopped jobs and switch jobs between foreground and background.
2474 Processes in the foreground job of a controlling terminal have
2539 * Foreground and Background:: Putting a job in foreground of background.
2542 the foreground or background.
2636 placed in the foreground by its parent shell before it can enable job
2639 the current foreground job associated with its controlling terminal
2642 If the subshell is not running as a foreground job, it must stop
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dxdmxconfig.c123 gcvals.foreground = fg.pixel; in dmxConfigCanvasGCs()
131 gcvals.foreground = hl.pixel; in dmxConfigCanvasGCs()
133 gcvals.foreground = bg.pixel; in dmxConfigCanvasGCs()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c246 v.foreground = pGC->fgPixel; in dmxChangeGC()

123