Lines Matching refs:mouse_ext_command
654 static int mouse_ext_command(KBDC, int);
1143 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODES);
5272 mouse_ext_command(KBDC kbdc, int command) function
5469 if (!mouse_ext_command(kbdc, 0x39) || !mouse_ext_command(kbdc, 0xdb))
6213 mouse_ext_command(sc->kbdc, mode_byte);
6224 mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODEL_ID);
6304 if (mouse_ext_command(kbdc, SYNAPTICS_READ_IDENTITY) == 0)
6325 if (mouse_ext_command(kbdc, SYNAPTICS_READ_MODEL_ID) == 0)
6356 if (mouse_ext_command(kbdc, SYNAPTICS_READ_CAPABILITIES) == 0)
6387 if (mouse_ext_command(kbdc, SYNAPTICS_READ_RESOLUTIONS) == 0)
6424 if (mouse_ext_command(kbdc,
6464 if (mouse_ext_command(kbdc,
6486 if (mouse_ext_command(kbdc,
6508 if (mouse_ext_command(kbdc,
6612 if (mouse_ext_command(kbdc, SYNAPTICS_READ_MODES) == 0)
7008 res |= mouse_ext_command(kbdc, cmd) == 0;