Searched refs:ERASER_ID (Results 1 – 6 of 6) sorted by relevance
245 ds->device_type == ERASER_ID)) in storeRawSample()264 ds->device_type == ERASER_ID)) in storeRawSample()309 ds->device_type == ERASER_ID)) in wcmFilterCoord()
727 cur_type = (ds->buttons & 4) ? ERASER_ID : STYLUS_ID; in isdv4ParsePenPacket()738 (ds->device_type == ERASER_ID)) in isdv4ParsePenPacket()747 ds->device_id = (ds->device_type == ERASER_ID) ? ERASER_DEVICE_ID : STYLUS_DEVICE_ID; in isdv4ParsePenPacket()752 if (ds->device_type == ERASER_ID && ds->buttons & 4) in isdv4ParsePenPacket()759 ds->device_type == ERASER_ID ? "ERASER " : in isdv4ParsePenPacket()
148 #define ERASER_ID 0x00000008 macro186 #define IsEraser(priv) (DEVICE_ID((priv)->flags) == ERASER_ID)
636 (ser->typeid & ERASER_ID)) in wcmHotplugSerials()768 ser->typeid = STYLUS_ID | ERASER_ID; /*Default to both tools*/ in wcmParseSerials()776 ser->typeid = STYLUS_ID | ERASER_ID; in wcmParseSerials()
1237 type = ERASER_ID; in usbIdToType()1262 return ERASER_ID; in usbFindDeviceTypeById()1704 return ERASER_ID; in deviceTypeFromEvent()1846 (device_type == ERASER_ID); in usbIsTabletToolInProx()1971 (ds->device_type == ERASER_ID)) in usbDispatchEvents()
164 priv->flags = ABSOLUTE_FLAG|ERASER_ID; in wcmSetType()