Lines Matching defs:height
103 return simplefb_get_validated_int0(dev, "height", pd->height);
158 u32 height;
159 int ret = simplefb_read_u32_of(dev, of_node, "height", &height);
163 return simplefb_get_validated_int0(dev, "height", height);
609 unsigned int height,
614 DRM_MODE_INIT(60, width, height, width_mm, height_mm)
627 int width, height, stride;
661 height = simplefb_get_height_pd(dev, pd);
662 if (height < 0)
663 return ERR_PTR(height);
674 height = simplefb_get_height_of(dev, of_node);
675 if (height < 0)
676 return ERR_PTR(height);
689 simplefb_read_u32_of(dev, panel_node, "height-mm", &height_mm);
709 height_mm = DRM_MODE_RES_MM(height, 96ul);
711 sdev->mode = simpledrm_mode(width, height, width_mm, height_mm);
717 &format->format, width, height, stride);
782 max_height = max_t(unsigned long, height, DRM_SHADOW_PLANE_MAX_HEIGHT);
786 dev->mode_config.min_height = height;
834 width, height);