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

  /external/blktrace/btt/
unplug_hist.c 35 struct hist_bkt *hbp; local
40 hbp = calloc(1, sizeof(*hbp));
41 hbp->dip = dip;
43 return hbp;
54 struct hist_bkt *hbp = dip->up_hist_handle; local
60 hbp->hist[idx]++;
68 struct hist_bkt *hbp = arg; local
70 + strlen(hbp->dip->dip_name) + 32;
74 hbp->dip->dip_name)
    [all...]
  /external/libkmsxx/kms++/inc/kms++/
videomode.h 36 uint16_t hbp() const { return htotal - hsync_end; } 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 50 unsigned int hbp; /* Horizontal back porch */ member in struct:am335x_lcdpanel
da8xx-fb.h 46 int hbp; /* Horizontal back porch */ member in struct:da8xx_panel
ssd2828.c 299 u32 hbp = mode->hsync_len + mode->left_margin; local
300 write_hw_register(cfg, SSD2828_VICR2, (vbp << 8) | hbp);
  /external/wpa_supplicant_8/src/wps/
httpread.c 158 char *hbp /* pointer to current line in header buffer */
161 if (word_eq(hbp, "CONTENT-LENGTH:")) {
162 while (isgraph(*hbp))
163 hbp++;
164 while (*hbp == ' ' || *hbp == '\t')
165 hbp++;
166 if (!isdigit(*hbp))
168 h->content_length = atol(hbp);
178 if (word_eq(hbp, "TRANSFER_ENCODING:") |
201 char *hbp = h->hdr; \/* pointer into h->hdr *\/ local
372 char *hbp; \/* pointer into header buffer *\/ local
    [all...]
  /external/libkmsxx/utils/
kmstest.cpp 207 unsigned hbp = stoul(sm[7]); 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 128 * @hbp: specifies HBP disable mode.
129 * if this variable is set, DSI master ignores HBP area in VIDEO mode.
173 unsigned char hbp; member in struct:mipi_dsim_config

Completed in 802 milliseconds