Searched refs:mouse_ext_command (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c653 static int mouse_ext_command(KBDC, int);
1139 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODES);
5291 mouse_ext_command(KBDC kbdc, int command) function
5488 if (!mouse_ext_command(kbdc, 0x39) || !mouse_ext_command(kbdc, 0xdb))
6223 mouse_ext_command(sc->kbdc, mode_byte);
6234 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODEL_ID);
6325 * following mouse_ext_command() when the previous command
6332 if (mouse_ext_command(kbdc, SYNAPTICS_READ_IDENTITY) == 0)
6353 if (mouse_ext_command(kbd
[all...]

Completed in 126 milliseconds