Searched refs:empty_both_buffers (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | atkbdc.c | 911 empty_both_buffers(KBDC p, int wait) in empty_both_buffers() function 970 empty_both_buffers(p, 10); in reset_kbd() 1008 empty_both_buffers(p, 10); in reset_aux_dev() 1056 empty_both_buffers(p, 10); in test_controller() 1084 empty_both_buffers(p, 10); in test_kbd_port() 1110 empty_both_buffers(p, 10); in test_aux_port()
|
| H A D | atkbd.c | 584 empty_both_buffers(((atkbd_state_t *)kbd->kb_data)->kbdc, 10); in atkbd_test_if() 1188 empty_both_buffers(kbdc, 10); in atkbd_reset() 1260 empty_both_buffers(kbdc, 10); in get_kbd_echo() 1298 empty_both_buffers(kbdc, 100); in probe_keyboard() 1363 empty_both_buffers(kbdc, 200); in init_keyboard() 1553 empty_both_buffers(kbdc, 10); in get_kbd_id() 1564 empty_both_buffers(kbdc, 10); in get_kbd_id()
|
| H A D | atkbdcreg.h | 261 void empty_both_buffers(KBDC kbdc, int t);
|
| H A D | psm.c | 992 empty_both_buffers(kbdc, 10); in recover_from_error() 1016 empty_both_buffers(kbdc, 10); in restore_controller() 1021 empty_both_buffers(kbdc, 10); in restore_controller() 1024 empty_both_buffers(kbdc, 10); in restore_controller() 1091 empty_both_buffers(kbdc, 10); /* remove stray data if any */ in doinitialize() 1245 empty_both_buffers(sc->kbdc, 10); 1420 empty_both_buffers(sc->kbdc, 10); 6328 empty_both_buffers(kbdc, 10); /* remove stray data if any */
|