Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dps2mult.h9 #define kbd_write_output(val) ps2mult_write_output(val)
34 extern void ps2mult_write_output(u_char val);
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c237 void ps2mult_write_output(u_char val) in ps2mult_write_output() function