Searched refs:set_controller_command_byte (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | atkbd.c | 1195 set_controller_command_byte(kbdc, in atkbd_reset() 1241 if (!set_controller_command_byte(kbdc, in setup_kbd_port() 1337 set_controller_command_byte(kbdc, in probe_keyboard() 1459 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard() 1479 if (!set_controller_command_byte(kbdc, in init_keyboard() 1488 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard() 1514 || !set_controller_command_byte(kbdc, in write_kbd() 1536 if (!set_controller_command_byte(kbdc, kbdc_get_device_mask(kbdc), in write_kbd()
|
| H A D | atkbdcreg.h | 274 int set_controller_command_byte(KBDC kbdc, int command, int flag);
|
| H A D | psm.c | 1018 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) { in restore_controller() 1209 if (!set_controller_command_byte(sc->kbdc, 1251 if ((c == -1) || !set_controller_command_byte(sc->kbdc, 1301 if (!set_controller_command_byte(sc->kbdc, 1438 if (!set_controller_command_byte(sc->kbdc, 1654 if (!set_controller_command_byte(sc->kbdc, 2250 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc, 2299 if (!set_controller_command_byte(sc->kbdc, 2338 if (!set_controller_command_byte(sc->kbdc, 2488 if ((*c == -1) || !set_controller_command_byte(sc->kbdc, [all …]
|
| H A D | atkbdc.c | 1155 set_controller_command_byte(KBDC p, int mask, int command) in set_controller_command_byte() function
|