Home
last modified time | relevance | path

Searched refs:write_controller_command (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/atkbdc/
H A Datkbdc.c611 write_controller_command(KBDC p, int c) in write_controller_command() function
648 if (!write_controller_command(p, f)) in write_aux_command()
1090 if (write_controller_command(p, KBDC_DIAGNOSE)) in test_controller()
1118 if (write_controller_command(p, KBDC_TEST_KBD_PORT)) in test_kbd_port()
1144 if (write_controller_command(p, KBDC_TEST_AUX_PORT)) in test_aux_port()
1180 if (!write_controller_command(p, KBDC_GET_COMMAND_BYTE)) in get_controller_command_byte()
1195 if (!write_controller_command(p, KBDC_DISABLE_KBD_PORT)) in set_controller_command_byte()
1198 if (!write_controller_command(p, KBDC_SET_COMMAND_BYTE)) in set_controller_command_byte()
1221 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state()
1226 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state()
[all …]
H A Datkbdcreg.h244 int write_controller_command(KBDC kbdc,int c);
H A Datkbd.c1301 write_controller_command(kbdc, KBDC_DISABLE_KBD_PORT); in probe_keyboard()
1366 write_controller_command(kbdc, KBDC_DISABLE_KBD_PORT); in init_keyboard()
H A Dpsm.c1455 write_controller_command(sc->kbdc, KBDC_ENABLE_AUX_PORT);