Searched refs:set_controller_command_byte (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/misc/kbd/ |
H A D | atkbd.c | 1211 set_controller_command_byte(kbdc, in atkbd_reset() 1297 if (!set_controller_command_byte(kbdc, in setup_kbd_port() 1397 set_controller_command_byte(kbdc, in probe_keyboard() 1527 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard() 1563 if (!set_controller_command_byte(kbdc, in init_keyboard() 1572 set_controller_command_byte(kbdc, ALLOW_DISABLE_KBD(kbdc) in init_keyboard() 1602 || !set_controller_command_byte(kbdc, in write_kbd() 1626 if (!set_controller_command_byte(kbdc, kbdc_get_device_mask(kbdc), in write_kbd()
|
H A D | atkbdcreg.h | 309 int set_controller_command_byte(KBDC kbdc, int mask, int command);
|
H A D | atkbdc.c | 1205 set_controller_command_byte(KBDC p, int mask, int command) in set_controller_command_byte() function
|
/dflybsd-src/sys/dev/misc/psm/ |
H A D | psm.c | 1050 if (!set_controller_command_byte(kbdc, 0xff, command_byte)) { in restore_controller() 1243 if (!set_controller_command_byte(sc->kbdc, 1285 if ((c == -1) || !set_controller_command_byte(sc->kbdc, 1335 if (!set_controller_command_byte(sc->kbdc, 1489 if (!set_controller_command_byte(sc->kbdc, 1713 if (!set_controller_command_byte(sc->kbdc, 2308 if (command_byte == -1 || !set_controller_command_byte(sc->kbdc, 2356 if (!set_controller_command_byte(sc->kbdc, 2395 if (!set_controller_command_byte(sc->kbdc, 2547 if ((*c == -1) || !set_controller_command_byte(sc->kbdc, [all …]
|