Home
last modified time | relevance | path

Searched refs:initial_height (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/scripts/kconfig/lxdialog/
Dtextbox.c151 int dialog_textbox(const char *title, const char *tbuf, int initial_height, in dialog_textbox() argument
180 if (initial_height != 0) in dialog_textbox()
181 height = initial_height; in dialog_textbox()
Ddialog.h199 int dialog_textbox(const char *title, const char *tbuf, int initial_height,
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c451 ldu->base.pref_height = dev_priv->initial_height; in vmw_ldu_init()
Dvmwgfx_drv.h520 uint32_t initial_height; member
Dvmwgfx_scrn.c828 sou->base.pref_height = dev_priv->initial_height; in vmw_sou_init()
Dvmwgfx_stdu.c1493 stdu->base.pref_height = dev_priv->initial_height; in vmw_stdu_init()
Dvmwgfx_drv.c647 dev_priv->initial_height = height; in vmw_get_initial_size()