Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c46 static int received_bsync = 0; variable
110 if (!received_bsync) { in ps2mult_receive_byte()
115 received_bsync = 0; in ps2mult_receive_byte()
122 if (!received_bsync) { in ps2mult_receive_byte()
127 received_bsync = 0; in ps2mult_receive_byte()
143 if (received_bsync) { in ps2mult_receive_byte()
145 received_bsync = 0; in ps2mult_receive_byte()
173 received_bsync = 1; in ps2mult_callback()