/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 102 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument 109 m.hsync_start = hact + hfp; in videomode_from_timings() 110 m.hsync_end = hact + hfp + hsw; in videomode_from_timings() 111 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
|
D | modedb_dmt.cpp | 14 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) \ argument 17 …display = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = (h… 19 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 34 uint16_t hfp() const { return hsync_start - hdisplay; } in hfp() function 56 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
|
/external/u-boot/drivers/video/ |
D | am335x-fb.c | 154 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init() 213 LCD_HFPLSB(panel->hfp) | in am335xfb_init() 224 LCD_HFPMSB(panel->hfp) | in am335xfb_init()
|
D | am335x-fb.h | 49 unsigned int hfp; /* Horizontal front porch */ member
|
D | da8xx-fb.h | 45 int hfp; /* Horizontal front porch */ member
|
D | da8xx-fb.c | 695 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 229 .hfp = 50, /* no spec, "don't care" values */ 243 .hfp = 50, /* no spec, "don't care" values */ 257 .hfp = 50, /* no spec, "don't care" values */
|
/external/u-boot/board/siemens/pxm2/ |
D | board.c | 249 .hfp = 14, 263 .hfp = 52, 280 .hfp = 0,
|
/external/u-boot/board/BuR/common/ |
D | common.c | 134 pnltmp.hfp = FDTPROP(PATHTIM, "hfront-porch"); in load_lcdtiming() 186 pnltmp.hfp = env_get_ulong("ds1_hfp", 10, ~0UL); in load_lcdtiming() 202 ~0UL == (pnltmp.hfp) || in load_lcdtiming() 229 pnltmp.hfp, pnltmp.hbp, pnltmp.hsw, in load_lcdtiming()
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | exynos_mipi_dsi.txt | 23 samsung,dsim-config-hfp: HFP disable mode. 66 samsung,dsim-config-hfp = <1>;
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | mipi_dsim.h | 172 unsigned char hfp; member
|
/external/u-boot/board/davinci/ea20/ |
D | ea20.c | 36 .hfp = 12,
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 37 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode() 54 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode_short()
|
D | kmstest.cpp | 205 unsigned hfp = stoul(sm[5]); in parse_crtc() local 216 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc() 691 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in videomode_to_string()
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_mipi_dsi.c | 263 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
|
D | exynos_mipi_dsi_lowlevel.c | 205 (dsim_config->hfp << DSIM_HFP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
|
/external/u-boot/arch/arm/dts/ |
D | exynos4210-trats.dts | 73 samsung,dsim-config-hfp = <1>;
|
D | exynos4412-trats2.dts | 92 samsung,dsim-config-hfp = <1>;
|
/external/tensorflow/tensorflow/ |
D | workspace.bzl | 175 "https://mirror.bazel.build/github.com/hfp/libxsmm/archive/1.9.tar.gz", 176 "https://github.com/hfp/libxsmm/archive/1.9.tar.gz",
|