Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 93) sorted by relevance

1234

/Linux-v5.4/Documentation/admin-guide/
Dvga-softcursor.rst10 make it inverse background of the character it's over or to highlight
28 + 32 if you want to always change the background color
29 + 64 if you dislike having the background the same as the
37 VGA, the high four bits specify background and the low four the
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-dp.c53 struct ipu_dp background; member
75 return container_of(dp, struct ipu_flow, background); in to_flow()
181 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()
195 ipu_dp_csc_init(flow, flow->background.in_cs, in ipu_dp_setup_channel()
308 dp = &priv->flow[flow >> 1].background; in ipu_dp_get()
345 priv->flow[i].background.in_cs = IPUV3_COLORSPACE_UNKNOWN; in ipu_dp_init()
/Linux-v5.4/net/rxrpc/
Dcall_event.c24 bool immediate, bool background) in rxrpc_propose_ping() argument
27 if (background && in rxrpc_propose_ping()
46 u32 serial, bool immediate, bool background, in __rxrpc_propose_ACK() argument
57 rxrpc_propose_ping(call, immediate, background); in __rxrpc_propose_ACK()
109 background) in __rxrpc_propose_ACK()
130 background, outcome); in __rxrpc_propose_ACK()
137 u32 serial, bool immediate, bool background, in rxrpc_propose_ACK() argument
142 immediate, background, why); in rxrpc_propose_ACK()
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-clone.rst19 background, in parallel with user I/O.
109 the devices and pauses the background hydration when there is I/O in-flight.
162 no_hydration Create a dm-clone instance with background hydration
172 one time, during background hydration.
173 hydration_batch_size <#regions> During background hydration, try to batch
214 Disable the background hydration of the destination device.
217 Enable the background hydration of the destination device.
220 Set background hydration threshold.
223 Set background hydration batch size.
246 3. Enable background hydration of the destination device.
[all …]
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py634 .c1 {background:rgba(209,0,0,0.4);}\n\
635 .c2 {background:rgba(255,102,34,0.4);}\n\
636 .c3 {background:rgba(255,218,33,0.4);}\n\
637 .c4 {background:rgba(51,221,0,0.4);}\n\
638 .c5 {background:rgba(17,51,204,0.4);}\n\
639 .c6 {background:rgba(34,0,102,0.4);}\n\
640 .c7 {background:rgba(51,0,68,0.4);}\n\
641 .c8 {background:rgba(204,255,204,0.4);}\n\
642 .c9 {background:rgba(169,208,245,0.4);}\n\
643 .c10 {background:rgba(255,255,204,0.4);}\n\
[all …]
Dsleepgraph.py3908 ….stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Aria…
3910 th {border: 1px solid black;background:#222;color:white;}\n\
3912 tr.head td {border: 1px solid black;background:#aaa;}\n\
3913 tr.alt {background-color:#ddd;}\n\
3915 .minval {background-color:#BBFFBB;}\n\
3916 .medval {background-color:#BBBBFF;}\n\
3917 .maxval {background-color:#FFBBBB;}\n\
4598 ….stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;…
4610 .gray {background:rgba(80,80,80,0.1);}\n\
4611 .green {background:rgba(204,255,204,0.4);}\n\
[all …]
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddc.c162 u32 background[3] = { in tegra_plane_setup_blending_legacy() local
190 background[0] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
191 background[1] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
203 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
207 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
226 background[i] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
233 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
244 background[2] |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
248 background[2] |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
255 tegra_plane_writel(plane, background[0], DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
[all …]
/Linux-v5.4/Documentation/sphinx-static/
Dtheme_overrides.css103 background-color: darkblue;
120 background: inherit;
/Linux-v5.4/drivers/mtd/
Dmtdswap.c182 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background);
830 unsigned int background) in mtdswap_choose_gc_tree() argument
835 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) in mtdswap_choose_gc_tree()
846 unsigned int background) in mtdswap_pick_gc_eblk() argument
852 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD && in mtdswap_pick_gc_eblk()
856 idx = mtdswap_choose_gc_tree(d, background); in mtdswap_pick_gc_eblk()
938 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background) in mtdswap_gc() argument
946 eb = mtdswap_pick_gc_eblk(d, background); in mtdswap_gc()
1488 .background = mtdswap_background,
Dmtd_blkdevs.c153 if (tr->background && !background_done) { in mtd_blktrans_work()
156 tr->background(dev); in mtd_blktrans_work()
/Linux-v5.4/fs/jffs2/
DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/Linux-v5.4/include/linux/mtd/
Dblktrans.h54 void (*background)(struct mtd_blktrans_dev *dev); member
/Linux-v5.4/drivers/gpu/drm/cirrus/
DKconfig13 and can't keep up with todays needs. More background:
/Linux-v5.4/Documentation/devicetree/bindings/input/rmi4/
Drmi_f01.txt18 background capacitance that will cause the
/Linux-v5.4/drivers/staging/ks7010/
DTODO6 background info about the chipset can be found here [3] and here [4]. Thank
/Linux-v5.4/Documentation/media/uapi/v4l/
Dapp-pri.rst21 working in background, which can be preempted by user controlled
Dvidioc-g-priority.rst68 - Lowest priority, usually applications running in background, for
/Linux-v5.4/include/trace/events/
Drxrpc.h1219 bool background, enum rxrpc_propose_ack_outcome outcome),
1221 TP_ARGS(call, why, ack_reason, serial, immediate, background,
1230 __field(bool, background )
1240 __entry->background = background;
1250 __entry->background,
Df2fs.h630 TP_PROTO(struct super_block *sb, bool sync, bool background,
636 TP_ARGS(sb, sync, background, dirty_nodes, dirty_dents, dirty_imeta,
642 __field(bool, background)
655 __entry->background = background;
670 __entry->background,
/Linux-v5.4/include/uapi/linux/
Domapfb.h169 __u32 background; member
/Linux-v5.4/Documentation/filesystems/
Dfuse-io.txt30 fast. Dirty pages are written back implicitly (background writeback or page
Df2fs.txt92 - Support a background cleaning process
102 collection, triggered in background when I/O subsystem is
106 on synchronous garbage collection running in background.
286 gc_urgent This parameter controls triggering background GCs
289 to 1, background thread starts to do GC by given
355 determines flushing them in background.
739 F2FS does cleaning both on demand and in the background. On-demand cleaning is
749 algorithm for on-demand cleaner, while background cleaner adopts cost-benefit
/Linux-v5.4/Documentation/watchdog/
Dpcwd-watchdog.rst29 to run the program with an "&" to run it in the background!)
/Linux-v5.4/Documentation/scheduler/
Dsched-arch.rst54 although it may be reasonable to do some background work or enter
/Linux-v5.4/drivers/md/
DMakefile18 dm-cache-background-tracker.o

1234