Home
last modified time | relevance | path

Searched refs:mouse_ext_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/atkbdc/
H A Dpsm.c669 static int mouse_ext_command(KBDC, int);
1159 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODES);
5322 mouse_ext_command(KBDC kbdc, int command) function
5519 if (!mouse_ext_command(kbdc, 0x39) || !mouse_ext_command(kbdc, 0xdb))
6299 mouse_ext_command(sc->kbdc, mode_byte);
6310 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODEL_ID);
6419 if (mouse_ext_command(kbdc, SYNAPTICS_READ_IDENTITY) == 0)
6440 if (mouse_ext_command(kbdc, SYNAPTICS_READ_MODEL_ID) == 0)
6480 if (mouse_ext_command(kbdc, SYNAPTICS_READ_CAPABILITIES) == 0)
6511 if (mouse_ext_command(kbdc, SYNAPTICS_READ_RESOLUTIONS) == 0)
[all …]