Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dps2mult.h10 #define kbd_write_command(val) ps2mult_write_command(val)
35 extern void ps2mult_write_command(u_char val);
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c288 void ps2mult_write_command(u_char val) in ps2mult_write_command() function