Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Di8042.h52 #define KBD_RESET_TRIES 3 macro
/rk3399_rockchip-uboot/drivers/input/
H A Di8042.c284 if (try >= KBD_RESET_TRIES) in i8042_start()