Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c60 static int ps2mult_buf_out_idx; variable
212 byte = ps2mult_buf_status[ps2mult_buf_out_idx]; in ps2mult_read_status()
229 byte = ps2mult_buf[ps2mult_buf_out_idx++]; in ps2mult_read_input()
230 ps2mult_buf_out_idx &= (PS2BUF_SIZE - 1); in ps2mult_read_input()