Searched refs:saved_y (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 292 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/linux/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 118 extern int saved_x, saved_y; /* Needed in signal handler in mconf.c */
|
H A D | util.c | 14 int saved_x, saved_y; variable 309 getyx(stdscr, saved_y, saved_x); in init_dialog()
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 140 extern int saved_x, saved_y; /* Needed in signal handler in mconf.c */
|
H A D | util.c | 14 int saved_x, saved_y; variable 309 getyx(stdscr, saved_y, saved_x); in init_dialog()
|
/openbmc/linux/scripts/kconfig/ |
H A D | mconf.c | 973 end_dialog(saved_x, saved_y); in handle_exit()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 970 end_dialog(saved_x, saved_y); in handle_exit()
|