Lines Matching refs:serial
901 tablet->current_tool.serial = e->value;
1134 uint32_t serial)
1140 if (serial) {
1144 if (type == t->type && serial == t->serial) {
1151 /* If we get a tool with a delayed serial number, we already created
1152 * a 0-serial number tool for it earlier. Re-use that, even though
1158 /* We can't guarantee that tools without serial numbers are
1162 * Same as above, but don't bother checking the serial number
1171 /* Didn't find the tool but we have a serial. Switch
1173 if (!tool && serial)
1184 .serial = serial,
1420 "Ignoring pressure offset greater than 50%% detected on tool %s (serial %#x). "
1423 tool->serial,
1429 "Pressure offset detected on tool %s (serial %#x). "
1432 tool->serial,
1954 tablet->current_tool.serial);
2330 /* we can't fetch MSC_SERIAL from the kernel, so we set the serial
2332 * serial (if any) and that event will be converted into a proximity
2334 tablet->current_tool.serial = 0;