Searched refs:nowrap (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/video/fbdev/kyro/
H A Dfbdev.c84 static int nowrap = 1; variable
577 } else if (strcmp(this_opt, "nowrap") == 0) {
578 nowrap = 1;
712 kyro_fix.ywrapstep = nowrap ? 0 : 1;
/linux-master/drivers/video/fbdev/
H A Dpvr2fb.c178 static int nowrap = 1; variable
809 pvr2_fix.ywrapstep = nowrap ? 0 : 1;
1054 } else if (!strncmp(this_opt, "nowrap", 6)) {
1055 nowrap = 1;
H A Dtdfxfb.c151 static int nowrap = 1; /* not implemented (yet) */ variable
1466 info->fix.ywrapstep = nowrap ? 0 : 1;
1584 } else if (!strcmp(this_opt, "nowrap")) {
1585 nowrap = 1;
/linux-master/fs/gfs2/
H A Drgrp.c82 struct gfs2_blkreserv *rs, bool nowrap);
1726 * @nowrap: Stop looking at the end of the rgrp, rather than wrapping
1739 struct gfs2_blkreserv *rs, bool nowrap)
1802 if (nowrap)
1738 gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, struct gfs2_blkreserv *rs, bool nowrap) argument
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py650 .srccall {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
H A Dsleepgraph.py4578 html += td.format('center nowrap', '<br>'.join(links)) # links
5000 t3 {color:black;font:20px Times;white-space:nowrap;}\n\
5001 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\
5023 .thread {position:absolute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-align:center;white-space:nowrap;}\n\
5031 .traceevent {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\

Completed in 192 milliseconds