Searched refs:max_height (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ee/ |
H A D | ee.c | 308 void paint_menu(struct menu_entries menu_list[], int max_width, int max_height, int list_size, int … 3342 int max_width, max_height; in menu_op() local 3391 max_height = LINES; in menu_op() 3392 if (max_height > 11) in menu_op() 3393 vert_size = max_height - 8; in menu_op() 3395 vert_size = max_height; in menu_op() 3400 max_height = list_size; in menu_op() 3406 max_height = vert_size + 8; in menu_op() 3408 max_height = vert_size + 7; in menu_op() 3412 y_off = (LINES - max_height - 1) / 2; in menu_op() [all …]
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 755 int height, max_height, max_width, width; in gop_autoresize() local 758 efi_get_max_resolution(&max_width, &max_height); in gop_autoresize() 769 (max_height != 0 && height > max_height)) in gop_autoresize()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 1336 height = dev->mode_config.max_height; in drm_setup_crtcs() 1421 dev->mode_config.max_height); in drm_fb_helper_initial_config() 1451 u32 max_width, max_height, bpp_sel; in drm_fb_helper_hotplug_event() local 1474 max_height = fb_helper->fb->height; in drm_fb_helper_hotplug_event() 1478 max_height); in drm_fb_helper_hotplug_event()
|
H A D | drm_mode.h | 108 __u32 min_height, max_height; member
|
H A D | drm_crtc.h | 452 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height); 786 int max_width, max_height; member
|
H A D | drm_crtc.c | 1248 card_res->max_height = dev->mode_config.max_height; in drm_mode_getresources() 1491 dev->mode_config.max_height); in drm_mode_getconnector() 2151 if ((config->min_height > r.height) || (r.height > config->max_height)) in drm_mode_addfb() 2332 if ((config->min_height > r->height) || (r->height > config->max_height)) { in drm_mode_addfb2() 2334 r->height, config->min_height, config->max_height); in drm_mode_addfb2()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_host1x.c | 201 drm_dev->mode_config.max_height = 4096; in host1x_drm_load()
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev2.h | 418 __u32 max_height; /* Maximum frame height [pixel] */ member
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 122 # the height does not exceed max_height (obtained by f_dialog_max_size()). 458 # otherwise) and no-greater-than (max_height - 8) where max_height is the 460 # or missing, dialog(1) allows $var_rows to be (max_height - 7), maximizing the
|