| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | strncpy-truncation.patch | 21 if (left_margin == 0) { 22 left_margin = 3; 24 + if (left_margin > bufsize) { 25 + left_margin = bufsize; 35 - strncpy(&text_buf[0], text1, left_margin - 3); 36 + memcpy(&text_buf[0], text1, left_margin - 3); 37 for (pos = strlen(text1); pos < left_margin - 3; pos++) {
|
| /openbmc/u-boot/drivers/video/ |
| H A D | fsl_diu_fb.c | 27 .left_margin = 86, 44 .left_margin = 88, 66 .left_margin = 160, 82 .left_margin = 38, 98 .left_margin = 192, 114 .left_margin = 328, 292 info.var.left_margin = fsl_diu_mode_db->left_margin; in fsl_diu_init() 354 out_be32(&hw->hsyn_para, info.var.left_margin << 22 | in fsl_diu_init()
|
| H A D | fsl_dcu_fb.c | 93 .left_margin = 2, 112 .left_margin = 48, 128 .left_margin = 40, 144 .left_margin = 216, 160 .left_margin = 104, 325 DCU_HSYN_PARA_BP(info.var.left_margin) | in fsl_dcu_init() 412 info.var.left_margin = fsl_dcu_mode_db->left_margin; in video_hw_init()
|
| H A D | videomodes.h | 42 int left_margin; /* time from sync to picture */ member
|
| H A D | mxsfb.c | 105 (mode->left_margin + mode->right_margin + in mxs_lcd_init() 108 writel(((mode->left_margin + mode->hsync_len) << in mxs_lcd_init()
|
| H A D | mxc_ipuv3_fb.c | 48 var->left_margin = mode->left_margin; in fb_videomode_to_var() 266 fbi->var.left_margin, in mxcfb_set_par() 381 var->left_margin; in mxcfb_check_var()
|
| H A D | videomodes.c | 202 GET_OPTION ("le:", pPar->left_margin) in video_get_params() 422 mode->left_margin = margin; in video_edid_dtd_to_ctfb_res_modes()
|
| H A D | mb862xx.c | 285 t1 = (res_mode->left_margin + res_mode->xres + in card_init() 337 res_mode->left_margin + in card_init()
|
| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 518 .left_margin = 220, 538 .left_margin = 40, 558 .left_margin = 40, 578 .left_margin = 220, 598 .left_margin = 480, 618 .left_margin = 220, 638 .left_margin = 96, 658 .left_margin = 220, 678 .left_margin = 220, 698 .left_margin = 220, [all …]
|
| /openbmc/u-boot/board/freescale/mx51evk/ |
| H A D | mx51evk_video.c | 24 .left_margin = 40, 40 .left_margin = 220,
|
| /openbmc/u-boot/board/freescale/mx53loco/ |
| H A D | mx53loco_video.c | 22 .left_margin = 40, 38 .left_margin = 89,
|
| /openbmc/u-boot/board/beckhoff/mx53cx9020/ |
| H A D | mx53cx9020_video.c | 25 .left_margin = 40,
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | ipmi_timeline_vis.js | 497 function MapXCoord(x, left_margin, right_margin, rl, rr) { argument 498 let ret = left_margin + (x - rl) / (rr - rl) * (right_margin - left_margin); 499 if (ret < left_margin) { 500 ret = left_margin;
|
| /openbmc/u-boot/board/aristainetos/ |
| H A D | aristainetos.c | 167 .left_margin = 88, 190 .left_margin = 59,
|
| /openbmc/u-boot/board/ge/mx53ppd/ |
| H A D | mx53ppd_video.c | 31 .left_margin = 16,
|
| /openbmc/u-boot/board/kosagi/novena/ |
| H A D | video.c | 318 .left_margin = 220, 339 .left_margin = 148,
|
| /openbmc/u-boot/board/menlo/m53menlo/ |
| H A D | m53menlo.c | 299 .left_margin = 2, 320 .left_margin = 40,
|
| /openbmc/u-boot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana.c | 357 .left_margin = 220, 378 .left_margin = 220, 399 .left_margin = 220, 420 .left_margin = 220, 440 .left_margin = 220,
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | dcu_sii9022a.c | 101 temp1 = videomode->hsync_len + videomode->left_margin + in dcu_set_dvi_encoder()
|
| /openbmc/u-boot/board/toradex/apalis_imx6/ |
| H A D | apalis_imx6.c | 620 .left_margin = 220, 641 .left_margin = 48, 661 .left_margin = 40, 681 .left_margin = 220,
|
| /openbmc/u-boot/board/freescale/mx6sabresd/ |
| H A D | mx6sabresd.c | 434 .left_margin = 160, 454 .left_margin = 160, 474 .left_margin = 89,
|
| /openbmc/u-boot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi_common.c | 473 mode1->left_margin = mode2->vl_hfpd; in convert_to_fb_videomode() 499 lcd_video.left_margin, in exynos_mipi_dsi_set_display_mode()
|
| /openbmc/u-boot/board/wandboard/ |
| H A D | wandboard.c | 375 .left_margin = 220, 395 .left_margin = 128,
|
| /openbmc/u-boot/include/linux/ |
| H A D | fb.h | 131 __u32 left_margin; /* time from sync to picture */ member 604 u32 left_margin; member
|
| /openbmc/u-boot/board/engicam/imx6q/ |
| H A D | imx6q.c | 127 .left_margin = 30,
|