Searched refs:empty_both_buffers (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/atkbdc/ |
| H A D | atkbdc.c | 894 empty_both_buffers(KBDC p, int wait) in empty_both_buffers() function 953 empty_both_buffers(p, 10); in reset_kbd() 991 empty_both_buffers(p, 10); in reset_aux_dev() 1039 empty_both_buffers(p, 10); in test_controller() 1067 empty_both_buffers(p, 10); in test_kbd_port() 1093 empty_both_buffers(p, 10); in test_aux_port()
|
| H A D | atkbd.c | 586 empty_both_buffers(((atkbd_state_t *)kbd->kb_data)->kbdc, 10); in atkbd_test_if() 1174 empty_both_buffers(kbdc, 10); in atkbd_reset() 1246 empty_both_buffers(kbdc, 10); in get_kbd_echo() 1284 empty_both_buffers(kbdc, 100); in probe_keyboard() 1349 empty_both_buffers(kbdc, 200); in init_keyboard() 1539 empty_both_buffers(kbdc, 10); in get_kbd_id() 1550 empty_both_buffers(kbdc, 10); in get_kbd_id()
|
| H A D | atkbdcreg.h | 263 void empty_both_buffers(KBDC kbdc, int t);
|
| H A D | psm.c | 991 empty_both_buffers(kbdc, 10); in recover_from_error() 1015 empty_both_buffers(kbdc, 10); in restore_controller() 1020 empty_both_buffers(kbdc, 10); in restore_controller() 1023 empty_both_buffers(kbdc, 10); in restore_controller() 1091 empty_both_buffers(kbdc, 10); /* remove stray data if any */ in doinitialize() 1251 empty_both_buffers(sc->kbdc, 10); 1430 empty_both_buffers(sc->kbdc, 10); 6348 empty_both_buffers(kbdc, 10); /* remove stray data if any */
|