Searched refs:background (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-master/include/linux/mtd/
H A Dblktrans.h54 void (*background)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-dp.c54 struct ipu_dp background; member in struct:ipu_flow
76 return container_of(dp, struct ipu_flow, background);
197 if (flow->foreground.in_cs == flow->background.in_cs) {
199 * foreground and background are of same colorspace, put
210 * conversion on background
213 flow->background.in_cs,
327 dp = &priv->flow[flow >> 1].background;
364 priv->flow[i].background.in_cs = IPUV3_COLORSPACE_UNKNOWN;
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py554 # draw the timeline background
636 .c1 {background:rgba(209,0,0,0.4);}\n\
637 .c2 {background:rgba(255,102,34,0.4);}\n\
638 .c3 {background:rgba(255,218,33,0.4);}\n\
639 .c4 {background:rgba(51,221,0,0.4);}\n\
640 .c5 {background:rgba(17,51,204,0.4);}\n\
641 .c6 {background:rgba(34,0,102,0.4);}\n\
642 .c7 {background:rgba(51,0,68,0.4);}\n\
643 .c8 {background:rgba(204,255,204,0.4);}\n\
644 .c9 {background
[all...]
H A Dsleepgraph.py2741 html_phase = '<div class="phase" style="left:{0}%;width:{1}%;top:{2}px;height:{3}px;background:{4}">{5}</div>\n'
2742 html_phaselet = '<div id="{0}" class="phaselet" style="left:{1}%;width:{2}%;background:{3}"></div>\n'
2743 html_legend = '<div id="p{3}" class="square" style="left:{0}%;background:{1}">&nbsp;{2}</div>\n'
4213 html_func_top = '<article id="{0}" class="atop" style="background:{1}">\n<input type="checkbox" class="pf" id="f{2}" checked/><label for="f{2}">{3} {4}</label>\n'
4289 .stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Arial;}\n\
4291 th {border: 1px solid black;background:#222;color:white;}\n\
4293 tr.head td {border: 1px solid black;background:#aaa;}\n\
4294 tr.alt {background-color:#ddd;}\n\
4296 .minval {background-color:#BBFFBB;}\n\
4297 .medval {background
[all...]
/linux-master/drivers/mtd/
H A Dmtdswap.c43 * Wear level cost amortization. We want to do wear leveling on the background
182 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background);
829 unsigned int background)
834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY))))
845 unsigned int background)
851 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD &&
855 idx = mtdswap_choose_gc_tree(d, background);
937 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background) argument
945 eb = mtdswap_pick_gc_eblk(d, background);
1480 .background
828 mtdswap_choose_gc_tree(struct mtdswap_dev *d, unsigned int background) argument
844 mtdswap_pick_gc_eblk(struct mtdswap_dev *d, unsigned int background) argument
[all...]
H A Dmtd_blkdevs.c133 if (tr->background && !background_done) {
136 tr->background(dev);
140 * Do background processing just once per idle
/linux-master/include/uapi/linux/
H A Domapfb.h169 __u32 background; member in struct:omapfb_color_key
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c169 u32 background[3] = { local
197 background[0] |= BLEND_CONTROL_DEPENDENT;
198 background[1] |= BLEND_CONTROL_DEPENDENT;
210 background[2] |= BLEND_CONTROL_DEPENDENT;
214 background[2] |= BLEND_CONTROL_DEPENDENT;
233 background[i] |= BLEND_CONTROL_DEPENDENT;
240 background[2] |= BLEND_CONTROL_DEPENDENT;
251 background[2] |= BLEND_CONTROL_ALPHA;
255 background[2] |= BLEND_CONTROL_ALPHA;
262 tegra_plane_writel(plane, background[
[all...]
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.c499 /* The final layer can be configured as a background layer. */
506 u32 background = 0; local
508 drm_dbg_kms(drm_dev, "Using layer #%d as background layer\n",
512 background);
/linux-master/drivers/md/
H A DMakefile22 dm-cache-background-tracker.o
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py96 def cmd(cmd, shell=True, include_stderr=False, background=False, fail=True):
103 if background:
1153 tc_proc = cmd(cmd_line, background=True, fail=False)
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c399 info.default_color = ck->background;

Completed in 161 milliseconds