Searched refs:write_controller_command (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/dev/atkbdc/ |
H A D | atkbdc.c | 589 write_controller_command(KBDC p, int c) in write_controller_command() function 626 if (!write_controller_command(p, f)) in write_aux_command() 1068 if (write_controller_command(p, KBDC_DIAGNOSE)) in test_controller() 1096 if (write_controller_command(p, KBDC_TEST_KBD_PORT)) in test_kbd_port() 1122 if (write_controller_command(p, KBDC_TEST_AUX_PORT)) in test_aux_port() 1158 if (!write_controller_command(p, KBDC_GET_COMMAND_BYTE)) in get_controller_command_byte() 1173 if (!write_controller_command(p, KBDC_DISABLE_KBD_PORT)) in set_controller_command_byte() 1176 if (!write_controller_command(p, KBDC_SET_COMMAND_BYTE)) in set_controller_command_byte() 1199 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state() 1204 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state() [all …]
|
H A D | atkbdcreg.h | 243 int write_controller_command(KBDC kbdc,int c);
|
H A D | atkbd.c | 1295 write_controller_command(kbdc, KBDC_DISABLE_KBD_PORT); in probe_keyboard() 1360 write_controller_command(kbdc, KBDC_DISABLE_KBD_PORT); in init_keyboard()
|
H A D | psm.c | 1460 write_controller_command(sc->kbdc, KBDC_ENABLE_AUX_PORT);
|