Searched refs:write_controller_command (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | atkbdc.c | 578 write_controller_command(KBDC p, int c) in write_controller_command() function 615 if (!write_controller_command(p, f)) in write_aux_command() 1057 if (write_controller_command(p, KBDC_DIAGNOSE)) in test_controller() 1085 if (write_controller_command(p, KBDC_TEST_KBD_PORT)) in test_kbd_port() 1111 if (write_controller_command(p, KBDC_TEST_AUX_PORT)) in test_aux_port() 1147 if (!write_controller_command(p, KBDC_GET_COMMAND_BYTE)) in get_controller_command_byte() 1162 if (!write_controller_command(p, KBDC_DISABLE_KBD_PORT)) in set_controller_command_byte() 1165 if (!write_controller_command(p, KBDC_SET_COMMAND_BYTE)) in set_controller_command_byte() 1188 if (write_controller_command(p, KBDC_FORCE_AUX_OUTPUT) == 0 || in set_aux_mux_state() 1193 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 | 1451 write_controller_command(sc->kbdc, KBDC_ENABLE_AUX_PORT);
|