Lines Matching refs:identity
248 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity);
252 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO;
286 if (SYN_ID_FULL(info->identity) < 0x705)
321 if (SYN_ID_FULL(info->identity) < 0x705 &&
369 if (SYN_ID_MAJOR(info->identity) < 4)
403 SYN_ID_FULL(info->identity) == 0x801)) {
934 if ((SYN_ID_FULL(priv->info.identity) == 0x801 ||
935 SYN_ID_FULL(priv->info.identity) == 0x802) &&
1416 SYN_ID_DISGEST_SUPPORTED(priv->info.identity))
1467 if (info.identity != priv->info.identity ||
1473 priv->info.identity, info.identity,
1572 if (SYN_ID_DISGEST_SUPPORTED(info->identity))
1592 SYN_ID_MODEL(info->identity),
1593 SYN_ID_MAJOR(info->identity), SYN_ID_MINOR(info->identity),
1647 if (!priv->absolute_mode && SYN_ID_DISGEST_SUPPORTED(info->identity)) {