Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/atkbdc/
H A Datkbd.c1181 set_controller_command_byte(kbdc, in atkbd_reset()
1227 if (!set_controller_command_byte(kbdc, in setup_kbd_port()
1323 set_controller_command_byte(kbdc, in probe_keyboard()
1445 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard()
1465 if (!set_controller_command_byte(kbdc, in init_keyboard()
1474 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard()
1500 || !set_controller_command_byte(kbdc, in write_kbd()
1522 if (!set_controller_command_byte(kbdc, kbdc_get_device_mask(kbdc), in write_kbd()
H A Datkbdcreg.h276 int set_controller_command_byte(KBDC kbdc, int command, int flag);
H A Dpsm.c1017 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) { in restore_controller()
1214 if (!set_controller_command_byte(sc->kbdc,
1258 if ((c == -1) || !set_controller_command_byte(sc->kbdc,
1310 if (!set_controller_command_byte(sc->kbdc,
1449 if (!set_controller_command_byte(sc->kbdc,
1666 if (!set_controller_command_byte(sc->kbdc,
2262 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc,
2312 if (!set_controller_command_byte(sc->kbdc,
2354 if (!set_controller_command_byte(sc->kbdc,
2505 if ((*c == -1) || !set_controller_command_byte(sc->kbdc,
[all …]
H A Datkbdc.c1138 set_controller_command_byte(KBDC p, int mask, int command) in set_controller_command_byte() function