Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2ser.c48 static int ps2buf_out_idx; variable
97 chr = ps2buf[ps2buf_out_idx++]; in ps2ser_getc()
98 ps2buf_out_idx &= (PS2BUF_SIZE - 1); in ps2ser_getc()