Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Di8042.c56 int kbd_timeout = KBD_TIMEOUT * 1000; in kbd_input_empty()
66 int kbd_timeout = KBD_TIMEOUT * 1000; in kbd_output_full()
H A Dps2mult.c243 for (i = 0; i < KBD_TIMEOUT; i++) { in ps2mult_write_output()
342 for (i = 0; i < KBD_TIMEOUT; i++) { in ps2mult_getc_w()
H A Dpc_keyb.c79 timeout = KBD_TIMEOUT; in kbd_wait_for_input()
/OK3568_Linux_fs/u-boot/include/
H A Di8042.h51 #define KBD_TIMEOUT 1000 /* 1 sec */ macro
H A Dpc_keyb.h20 #define KBD_TIMEOUT 1000 /* Timeout in ms for keyboard command acknowledge */ macro