Searched refs:mouse_ext_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | psm.c | 658 static int mouse_ext_command(KBDC, int); 1147 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODES); 5267 mouse_ext_command(KBDC kbdc, int command) function 5464 if (!mouse_ext_command(kbdc, 0x39) || !mouse_ext_command(kbdc, 0xdb)) 6244 mouse_ext_command(sc->kbdc, mode_byte); 6255 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODEL_ID); 6493 if (mouse_ext_command(kbdc, 6533 if (mouse_ext_command(kbdc, 6555 if (mouse_ext_command(kbdc, 6570 if (mouse_ext_command(kbdc, [all …]
|