Searched refs:id_byte (Results 1 – 1 of 1) sorted by relevance
153 bool ps2_is_keyboard_id(u8 id_byte) in ps2_is_keyboard_id() argument164 return memchr(keyboard_ids, id_byte, sizeof(keyboard_ids)) != NULL; in ps2_is_keyboard_id()