Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_crtc_helper.c292 int saved_x, saved_y; in drm_crtc_helper_set_mode() local
315 saved_y = crtc->y; in drm_crtc_helper_set_mode()
429 crtc->y = saved_y; in drm_crtc_helper_set_mode()
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h140 extern int saved_x, saved_y; /* Needed in signal handler in mconf.c */
H A Dutil.c14 int saved_x, saved_y; variable
309 getyx(stdscr, saved_y, saved_x); in init_dialog()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Ddialog.h118 extern int saved_x, saved_y; /* Needed in signal handler in mconf.c */
H A Dutil.c14 int saved_x, saved_y; variable
309 getyx(stdscr, saved_y, saved_x); in init_dialog()
/openbmc/linux/scripts/kconfig/
H A Dmconf.c973 end_dialog(saved_x, saved_y); in handle_exit()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c970 end_dialog(saved_x, saved_y); in handle_exit()