Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-asus.c189 int toolType, u8 *data) in asus_report_contact_down()
203 if (toolType == MT_TOOL_PALM) { in asus_report_contact_down()
250 int i, toolType = MT_TOOL_FINGER; in asus_report_input() local
260 toolType = contactData[3] & CONTACT_TOOL_TYPE_MASK ? in asus_report_input()
264 input_mt_report_slot_state(drvdat->input, toolType, down); in asus_report_input()
267 asus_report_contact_down(drvdat, toolType, contactData); in asus_report_input()
188 asus_report_contact_down(struct asus_drvdata *drvdat, int toolType, u8 *data) asus_report_contact_down() argument
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-asus.c193 int toolType, u8 *data) in asus_report_contact_down()
207 if (toolType == MT_TOOL_PALM) { in asus_report_contact_down()
252 int i, toolType = MT_TOOL_FINGER; in asus_report_input() local
262 toolType = contactData[3] & CONTACT_TOOL_TYPE_MASK ? in asus_report_input()
266 input_mt_report_slot_state(drvdat->input, toolType, down); in asus_report_input()
269 asus_report_contact_down(drvdat, toolType, contactData); in asus_report_input()
192 asus_report_contact_down(struct asus_drvdata *drvdat, int toolType, u8 *data) asus_report_contact_down() argument

Completed in 5 milliseconds