Searched refs:set_controller_command_byte (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 | 1027 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) { in restore_controller() 1218 if (!set_controller_command_byte(sc->kbdc, 1260 if ((c == -1) || !set_controller_command_byte(sc->kbdc, 1310 if (!set_controller_command_byte(sc->kbdc, 1447 if (!set_controller_command_byte(sc->kbdc, 1663 if (!set_controller_command_byte(sc->kbdc, 2259 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc, 2308 if (!set_controller_command_byte(sc->kbdc, 2347 if (!set_controller_command_byte(sc->kbdc, 2497 if ((*c == -1) || !set_controller_command_byte(sc->kbdc, [all …]
|
H A D | atkbdc.c | 1166 set_controller_command_byte(KBDC p, int mask, int command) in set_controller_command_byte() function
|