HomeSort by: relevance | last modified time | path
    Searched refs:panel_height (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/fdt/
panel_fdt.h 56 int panel_height; member in struct:fdt_panel
panel_fdt.c 104 of_getprop_uint32(phandle, "height-mm", &sc->sc_panel.panel_height)){
  /src/sys/arch/arm/imx/
imx51_ipuv3var.h 60 short panel_height; member in struct:lcd_panel_geometry
imx51_ipuv3.c 428 __DI_SW_GEN0(geom->panel_height + geom->vsync_width +
434 geom->panel_height + geom->vsync_width + geom->upper +
441 geom->panel_height);
502 printf("%s: screen height = %d\n",__func__ , geom->panel_height);
655 .ifb_height = geom->panel_height,
740 (geom->panel_height - 1));
933 height = geometry->panel_height;
  /src/sys/arch/arm/s3c2xx0/
s3c24x0_lcd.h 83 short panel_height; member in struct:s3c24x0_lcd_panel_info
s3c24x0_lcd.c 198 int panel_height = info->panel_height; local in function:s3c24x0_lcd_start_dma
247 pa += stride * panel_height;
530 if (height < sc->panel_info->panel_height)
531 height = sc->panel_info->panel_height;
631 wsdisp_info->height = sc->panel_info->panel_height;
678 fbconf->hf_height = sc->panel_info->panel_height;
  /src/sys/arch/evbarm/netwalker/
netwalker_lcd.c 104 .panel_height = 600, /* Height */
220 sc->geometry->panel_height);
223 for (y=0; y < sc->geometry->panel_height; ++y) {
243 for (x=0; x < MIN(sc->geometry->panel_height,
  /src/sys/arch/zaurus/dev/
w100var.h 40 short panel_height; member in struct:w100_panel_geometry
zlcd.c 238 fbconf->hf_height = sc->geometry->panel_height;
245 sc->geometry->panel_height * sc->active->depth / 8;
303 dspconf->hd_height = sc->geometry->panel_height;
w100.c 89 sc->display_width = geom->panel_height;
97 sc->display_width = geom->panel_height;
106 sc->display_height = geom->panel_height;
114 sc->display_height = geom->panel_height;
343 int height = geom->panel_height;
ztp.c 181 sc->sc_resx = lcd_panel_geometry_c3000.panel_height;
187 sc->sc_resx = lcd_panel_geometry_c700.panel_height;
  /src/sys/arch/evbarm/smdk2xx0/
smdk2410_lcd.c 316 for (y=0; y < sc->panel_info->panel_height; ++y) {
336 for (x=0; x < MIN(sc->panel_info->panel_height,
353 for (y=0; y < sc->panel_info->panel_height; ++y) {
361 for (x=0; x < MIN(sc->panel_info->panel_height,
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.h 95 short panel_height; member in struct:lcd_panel_geometry
pxa2x0_lcd.c 131 lines = info->panel_height/2 + info->extra_lines;
133 lines = info->panel_height + info->extra_lines;
492 height = geometry->panel_height;
650 rinfo->ri_height = geom->panel_height;
731 int height = geom->panel_height;
813 scr->rinfo.ri_height = sc->geometry->panel_height;
872 wsdisp_info->height = sc->geometry->panel_height;
  /src/sys/arch/evbarm/mini2440/
mini2440_lcd.c 353 for (y=0; y < sc->panel_info->panel_height; ++y) {
373 for (x=0; x < MIN(sc->panel_info->panel_height,
390 for (y=0; y < sc->panel_info->panel_height; ++y) {
398 for (x=0; x < MIN(sc->panel_info->panel_height,
  /src/sys/arch/hpcarm/dev/
wzero3_lcd.c 332 fbconf->hf_height = sc->geometry->panel_height;
396 dspconf->hd_height = sc->geometry->panel_height;

Completed in 17 milliseconds