Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbd.c1195 set_controller_command_byte(kbdc, in atkbd_reset()
1241 if (!set_controller_command_byte(kbdc, in setup_kbd_port()
1349 set_controller_command_byte(kbdc, in probe_keyboard()
1471 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard()
1491 if (!set_controller_command_byte(kbdc, in init_keyboard()
1500 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard()
1526 || !set_controller_command_byte(kbdc, in write_kbd()
1548 if (!set_controller_command_byte(kbdc, kbdc_get_device_mask(kbdc), in write_kbd()
H A Datkbdcreg.h274 int set_controller_command_byte(KBDC kbdc, int command, int flag);
H A Dpsm.c1030 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) { in restore_controller()
1221 if (!set_controller_command_byte(sc->kbdc,
1263 if ((c == -1) || !set_controller_command_byte(sc->kbdc,
1313 if (!set_controller_command_byte(sc->kbdc,
1450 if (!set_controller_command_byte(sc->kbdc,
1666 if (!set_controller_command_byte(sc->kbdc,
2265 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc,
2314 if (!set_controller_command_byte(sc->kbdc,
2353 if (!set_controller_command_byte(sc->kbdc,
2503 if ((*c == -1) || !set_controller_command_byte(sc->kbdc,
[all …]
H A Datkbdc.c1166 set_controller_command_byte(KBDC p, int mask, int command) in set_controller_command_byte() function