Home
last modified time | relevance | path

Searched refs:left_margin (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dstrncpy-truncation.patch21 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 Dfsl_diu_fb.c27 .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 Dfsl_dcu_fb.c93 .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 Dvideomodes.h42 int left_margin; /* time from sync to picture */ member
H A Dmxsfb.c105 (mode->left_margin + mode->right_margin + in mxs_lcd_init()
108 writel(((mode->left_margin + mode->hsync_len) << in mxs_lcd_init()
H A Dmxc_ipuv3_fb.c48 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 Dvideomodes.c202 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 Dmb862xx.c285 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 Dnitrogen6x.c518 .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 Dmx51evk_video.c24 .left_margin = 40,
40 .left_margin = 220,
/openbmc/u-boot/board/freescale/mx53loco/
H A Dmx53loco_video.c22 .left_margin = 40,
38 .left_margin = 89,
/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020_video.c25 .left_margin = 40,
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js497 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 Daristainetos.c167 .left_margin = 88,
190 .left_margin = 59,
/openbmc/u-boot/board/ge/mx53ppd/
H A Dmx53ppd_video.c31 .left_margin = 16,
/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c318 .left_margin = 220,
339 .left_margin = 148,
/openbmc/u-boot/board/menlo/m53menlo/
H A Dm53menlo.c299 .left_margin = 2,
320 .left_margin = 40,
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c357 .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 Ddcu_sii9022a.c101 temp1 = videomode->hsync_len + videomode->left_margin + in dcu_set_dvi_encoder()
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dapalis_imx6.c620 .left_margin = 220,
641 .left_margin = 48,
661 .left_margin = 40,
681 .left_margin = 220,
/openbmc/u-boot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c434 .left_margin = 160,
454 .left_margin = 160,
474 .left_margin = 89,
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c473 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 Dwandboard.c375 .left_margin = 220,
395 .left_margin = 128,
/openbmc/u-boot/include/linux/
H A Dfb.h131 __u32 left_margin; /* time from sync to picture */ member
604 u32 left_margin; member
/openbmc/u-boot/board/engicam/imx6q/
H A Dimx6q.c127 .left_margin = 30,

12