Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/serio/
Dlibps2.c30 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte() argument
54 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()