Searched refs:max_height (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ee/
H A Dee.c318 void paint_menu P_((struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size));
3344 int max_width, max_height; local
3394 max_height = LINES;
3395 if (max_height > 11)
3396 vert_size = max_height - 8;
3398 vert_size = max_height;
3403 max_height = list_size;
3409 max_height = vert_size + 8;
3411 max_height = vert_size + 7;
3415 y_off = (LINES - max_height
[all...]
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_mode.h110 __u32 min_height, max_height; member in struct:drm_mode_card_res
H A Ddrm_fb_helper.c1341 height = dev->mode_config.max_height;
1426 dev->mode_config.max_height);
1457 u32 max_width, max_height, bpp_sel; local
1480 max_height = fb_helper->fb->height;
1484 max_height);
H A Ddrm_crtc.h454 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
758 * @max_height: maximum pixel height on this device
788 int max_width, max_height; member in struct:drm_mode_config
H A Ddrm_crtc.c1262 card_res->max_height = dev->mode_config.max_height;
1505 dev->mode_config.max_height);
2169 if ((config->min_height > r.height) || (r.height > config->max_height))
2350 if ((config->min_height > r->height) || (r->height > config->max_height)) {
2352 r->height, config->min_height, config->max_height);
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c706 int height, max_height, max_width, width; local
709 efi_get_max_resolution(&max_width, &max_height);
720 (max_height != 0 && height > max_height))
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c204 drm_dev->mode_config.max_height = 4096;
/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev2.h418 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise

Completed in 268 milliseconds