Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c140 static bool serio_raw_fetch_byte(struct serio_raw *serio_raw, char *c) in serio_raw_fetch_byte() function
177 while (read < count && serio_raw_fetch_byte(serio_raw, &c)) { in serio_raw_read()