Home
last modified time | relevance | path

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

/drivers/hid/
A Dhid-asus.c198 int toolType, u8 *data) in asus_report_contact_down() argument
212 if (toolType == MT_TOOL_PALM) { in asus_report_contact_down()
257 int i, toolType = MT_TOOL_FINGER; in asus_report_input() local
267 toolType = contactData[3] & CONTACT_TOOL_TYPE_MASK ? in asus_report_input()
271 input_mt_report_slot_state(drvdat->input, toolType, down); in asus_report_input()
274 asus_report_contact_down(drvdat, toolType, contactData); in asus_report_input()

Completed in 5 milliseconds