Searched refs:win_right (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/accessibility/speakup/
H A Dspk_types.h100 #define win_right (speakup_console[vc->vc_num]->w_right) macro
H A Dmain.c964 to = start + (win_right * 2);
1703 if (vc->state.x >= win_left && vc->state.x <= win_right &&
1780 if (vc->state.x >= win_left && vc->state.x <= win_right &&
1893 win_right = vc->vc_cols - 1;
1903 win_right = spk_x;
1919 win_right = 0;
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c962 int win_left, win_top, win_right, win_bottom; local
985 win_right = grid_right / grid_width;
994 win_right = clamp_t(int, win_right, 0, 4);
1004 for (j = win_left; j <= win_right; j++) {

Completed in 148 milliseconds