/src/sys/dev/fdt/ |
panel_fdt.h | 55 int panel_width; member in struct:fdt_panel
|
panel_fdt.c | 103 if (of_getprop_uint32(phandle, "width-mm", &sc->sc_panel.panel_width) ||
|
/src/sys/arch/arm/imx/ |
imx51_ipuv3var.h | 59 short panel_width; member in struct:lcd_panel_geometry
|
imx51_ipuv3.c | 414 __DI_SW_GEN0(geom->panel_width + geom->hsync_width + 421 __DI_SW_GEN0(geom->panel_width + geom->hsync_width + 447 geom->panel_width); 503 printf("%s: width = %d\n",__func__ , geom->panel_width); 516 imx51_ipuv3_dc_display_config(sc, geom->panel_width); 654 .ifb_width = geom->panel_width, 657 .ifb_stride = geom->panel_width * (scr->depth / 8), 738 (geom->panel_width - 1)); 932 width = geometry->panel_width;
|
/src/sys/arch/arm/s3c2xx0/ |
s3c24x0_lcd.h | 82 short panel_width; member in struct:s3c24x0_lcd_panel_info
|
s3c24x0_lcd.c | 199 int panel_width = info->panel_width; local in function:s3c24x0_lcd_start_dma 235 val = roundup(panel_width, 16 / depth); 251 offsize = stride / sizeof (uint16_t) - (panel_width * depth / 16); 254 (panel_width * depth / 16)); 528 if (width < sc->panel_info->panel_width) 529 width = sc->panel_info->panel_width; 632 wsdisp_info->width = sc->panel_info->panel_width; 638 *(u_int *)data = sc->panel_info->panel_width * (16/8); 679 fbconf->hf_width = sc->panel_info->panel_width; [all...] |
/src/sys/arch/evbarm/netwalker/ |
netwalker_lcd.c | 103 .panel_width = 1024, /* Width */ 219 sc->geometry->panel_width, 226 for (x=0; x < sc->geometry->panel_width; ++x) { 244 sc->geometry->panel_width); ++x) {
|
/src/sys/arch/zaurus/dev/ |
w100var.h | 39 short panel_width; member in struct:w100_panel_geometry
|
zlcd.c | 237 fbconf->hf_width = sc->geometry->panel_width; 241 fbconf->hf_bytes_per_line = sc->geometry->panel_width * 244 fbconf->hf_bytes_per_plane = sc->geometry->panel_width * 302 dspconf->hd_width = sc->geometry->panel_width;
|
w100.c | 90 sc->display_height = geom->panel_width; 98 sc->display_height = geom->panel_width; 105 sc->display_width = geom->panel_width; 113 sc->display_width = geom->panel_width; 342 int width = geom->panel_width;
|
ztp.c | 182 sc->sc_resy = lcd_panel_geometry_c3000.panel_width; 188 sc->sc_resy = lcd_panel_geometry_c700.panel_width;
|
/src/sys/arch/evbarm/smdk2xx0/ |
smdk2410_lcd.c | 319 for (x=0; x < sc->panel_info->panel_width; ++x) { 337 sc->panel_info->panel_width); ++x) { 356 for (x=0; x < sc->panel_info->panel_width; ++x) { 362 sc->panel_info->panel_width); ++x) {
|
/src/sys/arch/arm/xscale/ |
pxa2x0_lcd.h | 94 short panel_width; member in struct:lcd_panel_geometry
|
pxa2x0_lcd.c | 125 (info->panel_width-1) 491 width = geometry->panel_width; 649 rinfo->ri_width = geom->panel_width; 730 int width = geom->panel_width; 812 scr->rinfo.ri_width = sc->geometry->panel_width; 873 wsdisp_info->width = sc->geometry->panel_width;
|
/src/sys/arch/evbarm/mini2440/ |
mini2440_lcd.c | 356 for (x=0; x < sc->panel_info->panel_width; ++x) { 374 sc->panel_info->panel_width); ++x) { 393 for (x=0; x < sc->panel_info->panel_width; ++x) { 399 sc->panel_info->panel_width); ++x) {
|
/src/sys/arch/hpcarm/dev/ |
wzero3_lcd.c | 331 fbconf->hf_width = sc->geometry->panel_width; 395 dspconf->hd_width = sc->geometry->panel_width;
|