Searched refs:set_controller_command_byte (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | atkbd.c | 1170 set_controller_command_byte(kbdc, in atkbd_shutdown_final() 1201 set_controller_command_byte(kbdc, in atkbd_reset() 1247 if (!set_controller_command_byte(kbdc, in setup_kbd_port() 1343 set_controller_command_byte(kbdc, in probe_keyboard() 1465 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard() 1493 if (!set_controller_command_byte(kbdc, in init_keyboard() 1502 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard() 1528 || !set_controller_command_byte(kbdc, in write_kbd() 1550 if (!set_controller_command_byte(kbdc, kbdc_get_device_mask(kbdc), in write_kbd()
|
| H A D | atkbdcreg.h | 275 int set_controller_command_byte(KBDC kbdc, int command, int flag);
|
| H A D | psm.c | 1012 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) { in restore_controller() 1209 if (!set_controller_command_byte(sc->kbdc, 1253 if ((c == -1) || !set_controller_command_byte(sc->kbdc, 1305 if (!set_controller_command_byte(sc->kbdc, 1442 if (!set_controller_command_byte(sc->kbdc, 1659 if (!set_controller_command_byte(sc->kbdc, 2247 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc, 2297 if (!set_controller_command_byte(sc->kbdc, 2339 if (!set_controller_command_byte(sc->kbdc, 2490 if ((*c == -1) || !set_controller_command_byte(sc->kbdc, [all …]
|
| H A D | atkbdc.c | 1188 set_controller_command_byte(KBDC p, int mask, int command) in set_controller_command_byte() function
|