Home
last modified time | relevance | path

Searched refs:win_top (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/accessibility/speakup/
Dmain.c959 start = vc->vc_origin + (win_top * vc->vc_size_row); in speakup_win_say()
1694 vc->state.y >= win_top && vc->state.y <= win_bottom) { in cursor_done()
1767 vc->state.y >= win_top && vc->state.y <= win_bottom) { in speakup_con_write()
1873 if (spk_x < win_left || spk_y < win_top) { in speakup_win_set()
1877 if (win_start && spk_x == win_left && spk_y == win_top) { in speakup_win_set()
1882 (int)win_top + 1); in speakup_win_set()
1885 win_top = spk_y; in speakup_win_set()
1902 win_top = 0; in speakup_win_clear()
Dspk_types.h97 #define win_top (speakup_console[vc->vc_num]->w_top) macro
/linux-6.1.9/drivers/staging/media/atomisp/i2c/
Datomisp-mt9m114.c1080 int win_left, win_top, win_right, win_bottom; in mt9m114_s_exposure_selection() local
1102 win_top = grid_top / grid_height; in mt9m114_s_exposure_selection()
1111 win_top = clamp_t(int, win_top, 0, 4); in mt9m114_s_exposure_selection()
1121 for (i = win_top; i <= win_bottom; i++) { in mt9m114_s_exposure_selection()