Searched refs:empty_both_buffers (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | atkbdc.c | 944 empty_both_buffers(KBDC p, int wait) in empty_both_buffers() function 1003 empty_both_buffers(p, 10); in reset_kbd() 1041 empty_both_buffers(p, 10); in reset_aux_dev() 1089 empty_both_buffers(p, 10); in test_controller() 1117 empty_both_buffers(p, 10); in test_kbd_port() 1143 empty_both_buffers(p, 10); in test_aux_port()
|
| H A D | atkbd.c | 581 empty_both_buffers(((atkbd_state_t *)kbd->kb_data)->kbdc, 10); in atkbd_test_if() 1194 empty_both_buffers(kbdc, 10); in atkbd_reset() 1266 empty_both_buffers(kbdc, 10); in get_kbd_echo() 1304 empty_both_buffers(kbdc, 100); in probe_keyboard() 1369 empty_both_buffers(kbdc, 200); in init_keyboard() 1567 empty_both_buffers(kbdc, 10); in get_kbd_id() 1578 empty_both_buffers(kbdc, 10); in get_kbd_id()
|
| H A D | atkbdcreg.h | 262 void empty_both_buffers(KBDC kbdc, int t);
|
| H A D | psm.c | 986 empty_both_buffers(kbdc, 10); in recover_from_error() 1010 empty_both_buffers(kbdc, 10); in restore_controller() 1015 empty_both_buffers(kbdc, 10); in restore_controller() 1018 empty_both_buffers(kbdc, 10); in restore_controller() 1086 empty_both_buffers(kbdc, 10); /* remove stray data if any */ in doinitialize() 1246 empty_both_buffers(sc->kbdc, 10); 1423 empty_both_buffers(sc->kbdc, 10);
|