Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/atkbdc/
H A Datkbdc.c561 write_controller_command(KBDC p, int c) in write_controller_command() function
598 if (!write_controller_command(p, f)) in write_aux_command()
1040 if (write_controller_command(p, KBDC_DIAGNOSE)) in test_controller()
1068 if (write_controller_command(p, KBDC_TEST_KBD_PORT)) in test_kbd_port()
1094 if (write_controller_command(p, KBDC_TEST_AUX_PORT)) in test_aux_port()
1130 if (!write_controller_command(p, KBDC_GET_COMMAND_BYTE)) in get_controller_command_byte()
1145 if (!write_controller_command(p, KBDC_DISABLE_KBD_PORT)) in set_controller_command_byte()
1148 if (!write_controller_command(p, KBDC_SET_COMMAND_BYTE)) in set_controller_command_byte()
1171 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state()
1176 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state()
[all …]
H A Datkbdcreg.h245 int write_controller_command(KBDC kbdc,int c);
H A Datkbd.c1281 write_controller_command(kbdc, KBDC_DISABLE_KBD_PORT); in probe_keyboard()
1346 write_controller_command(kbdc, KBDC_DISABLE_KBD_PORT); in init_keyboard()
H A Dpsm.c1462 write_controller_command(sc->kbdc, KBDC_ENABLE_AUX_PORT);