Searched refs:write_controller_command (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | atkbdc.c | 611 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 D | atkbdcreg.h | 244 int write_controller_command(KBDC kbdc,int c);
|
| H A D | atkbd.c | 1301 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 D | psm.c | 1455 write_controller_command(sc->kbdc, KBDC_ENABLE_AUX_PORT);
|