HomeSort by relevance Sort by last modified time
    Searched defs:hfp (Results 1 - 5 of 5) sorted by null

  /external/libkmsxx/kms++/inc/kms++/
videomode.h 34 uint16_t hfp() const { return hsync_start - hdisplay; } function in struct:kms::Videomode
56 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
  /external/u-boot/drivers/video/
am335x-fb.h 49 unsigned int hfp; /* Horizontal front porch */ member in struct:am335x_lcdpanel
da8xx-fb.h 45 int hfp; /* Horizontal front porch */ member in struct:da8xx_panel
  /external/libkmsxx/utils/
kmstest.cpp 205 unsigned hfp = stoul(sm[5]); local
216 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp);
386 " [<crtc>:]<pclk>,<hact>/<hfp>/<hsw>/<hbp>/<hsp>,<vact>/<vfp>/<vsw>/<vbp>/<vsp>[,i]\n"
691 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp());
  /external/u-boot/arch/arm/mach-exynos/include/mach/
mipi_dsim.h 125 * @hfp: specifies HFP disable mode.
126 * if this variable is set, DSI master ignores HFP area in VIDEO mode.
172 unsigned char hfp; member in struct:mipi_dsim_config

Completed in 599 milliseconds