/kernel/linux/linux-5.10/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 83 static int nowrap = 1; variable 574 } else if (strcmp(this_opt, "nowrap") == 0) { in kyrofb_setup() 575 nowrap = 1; in kyrofb_setup() 707 kyro_fix.ywrapstep = nowrap ? 0 : 1; in kyrofb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 84 static int nowrap = 1; variable 577 } else if (strcmp(this_opt, "nowrap") == 0) { in kyrofb_setup() 578 nowrap = 1; in kyrofb_setup() 712 kyro_fix.ywrapstep = nowrap ? 0 : 1; in kyrofb_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pvr2fb.c | 177 static int nowrap = 1; variable 803 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init() 1044 } else if (!strncmp(this_opt, "nowrap", 6)) { in pvr2fb_setup() 1045 nowrap = 1; in pvr2fb_setup()
|
H A D | tdfxfb.c | 150 static int nowrap = 1; /* not implemented (yet) */ variable 1464 info->fix.ywrapstep = nowrap ? 0 : 1; in tdfxfb_probe() 1582 } else if (!strcmp(this_opt, "nowrap")) { in tdfxfb_setup() 1583 nowrap = 1; in tdfxfb_setup()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pvr2fb.c | 178 static int nowrap = 1; variable 807 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init() 1052 } else if (!strncmp(this_opt, "nowrap", 6)) { in pvr2fb_setup() 1053 nowrap = 1; in pvr2fb_setup()
|
H A D | tdfxfb.c | 151 static int nowrap = 1; /* not implemented (yet) */ variable 1467 info->fix.ywrapstep = nowrap ? 0 : 1; in tdfxfb_probe() 1585 } else if (!strcmp(this_opt, "nowrap")) { in tdfxfb_setup() 1586 nowrap = 1; in tdfxfb_setup()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | rgrp.c | 64 const struct gfs2_inode *ip, bool nowrap); 1688 * @nowrap: Stop looking at the end of the rgrp, rather than wrapping 1701 const struct gfs2_inode *ip, bool nowrap) in gfs2_rbm_find() 1764 if (nowrap) in gfs2_rbm_find() 1700 gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, const struct gfs2_inode *ip, bool nowrap) gfs2_rbm_find() argument
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | rgrp.c | 82 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) in gfs2_rbm_find() 1802 if (nowrap) in gfs2_rbm_find() 1738 gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, struct gfs2_blkreserv *rs, bool nowrap) gfs2_rbm_find() argument
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 648 .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 D | sleepgraph.py | 4321 html += td.format('center nowrap', '<br>'.join(links)) # links 4746 t3 {color:black;font:20px Times;white-space:nowrap;}\n\ 4747 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\ 4769 .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\ 4777 .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\
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | bootgraph.py | 650 .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 D | sleepgraph.py | 4578 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\
|