Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-dp.c48 bool foreground; member
53 struct ipu_dp foreground; member
73 if (dp->foreground) in to_flow()
74 return container_of(dp, struct ipu_flow, foreground); in to_flow()
194 if (!dp->foreground) in ipu_dp_setup_channel()
197 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()
203 flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()
206 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel()
207 flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel()
217 flow->foreground.in_cs, in ipu_dp_setup_channel()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_textoutput.c22 size_t foreground; in execute() local
36 for (foreground = 0; foreground < 0x10; ++foreground) { in execute()
38 attrib = foreground | background; in execute()
/openbmc/qemu/contrib/ivshmem-server/
H A Dmain.c29 bool foreground; member
88 args->foreground = 1; in ivshmem_server_parse_args()
137 if (args->verbose == 1 && args->foreground == 0) { in ivshmem_server_parse_args()
194 .foreground = IVSHMEM_SERVER_DEFAULT_FOREGROUND, in main()
247 if (!args.foreground) { in main()
/openbmc/qemu/ui/
H A Dcursor.c132 uint32_t foreground, uint32_t background, uint8_t *image, in cursor_set_mono() argument
160 *data = 0xff000000 | foreground; in cursor_set_mono()
194 *data = 0xff000000 | foreground; in cursor_set_mono()
/openbmc/linux/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
44 defines that opening ``/dev/console`` will get you the current foreground
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dclamav-freshclam.service8 ExecStart=/usr/bin/freshclam -d --foreground=true
H A Dclamav.service10 ExecStart=/usr/sbin/clamd --foreground=true
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool.service8 # Start ippoold in the foreground! and enable RPC
H A Dalways_syslog.patch3 Even when running in the foreground, send log messages to syslog.
/openbmc/qemu/tests/tcg/
H A DMakefile.target57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \
60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/
H A Dtrousers.init.sh39 --exec ${DAEMON} -- ${DAEMON_OPTS} --foreground
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Dinit107 exec $DAEMON --keep-in-foreground $ARGS \
/openbmc/linux/tools/testing/selftests/kselftest/
H A Drunner.sh39 /usr/bin/timeout --foreground "$kselftest_timeout" \
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst91 describes how pixels from a foreground plane (fg) are composited with the
102 - *fg.rgb*: Each of the RGB component values from the foreground's pixel.
103 - *fg.alpha*: Alpha component value from the foreground's pixel.
/openbmc/openbmc/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 …]
/openbmc/linux/fs/f2fs/
H A Dgc.c47 bool sync_mode, foreground = false; in gc_thread_func() local
56 foreground = true; in gc_thread_func()
104 if (foreground) { in gc_thread_func()
124 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func()
130 if (foreground) in gc_thread_func()
134 gc_control.no_bg_gc = foreground; in gc_thread_func()
135 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func()
140 if (!foreground) in gc_thread_func()
148 if (foreground) in gc_thread_func()
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py87 self.fuse = FUSE(self, self.mount, foreground=True)
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c1249 bool foreground = false; in __cmd_start() local
1251 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"), in __cmd_start()
1274 if (foreground && check_lock(daemon)) in __cmd_start()
1277 if (!foreground) { in __cmd_start()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c174 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local
183 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()
222 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
274 blending[0] = foreground; in tegra_plane_setup_blending_legacy()
278 blending[1] = foreground; in tegra_plane_setup_blending_legacy()
287 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
289 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
303 timeout --foreground 20m $< \
/openbmc/linux/tools/perf/Documentation/
H A Dperf-daemon.txt71 --foreground::
H A Dperf-config.txt141 To change colors of selected line to other foreground and background colors
168 foreground and background colors, separated by a comma, for example:
184 Basic key values are foreground-color 'red' and
/openbmc/qemu/include/ui/
H A Dconsole.h174 uint32_t foreground, uint32_t background, uint8_t *image,

12