Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-multitouch.c759 if (field->application == HID_GD_SYSTEM_MULTIAXIS) { in mt_touch_input_mapping()
811 if (field->application != HID_GD_SYSTEM_MULTIAXIS) in mt_touch_input_mapping()
891 if (field->application == HID_GD_SYSTEM_MULTIAXIS) in mt_touch_input_mapping()
1059 if (app->application == HID_GD_SYSTEM_MULTIAXIS) in mt_process_slot()
1350 field->application != HID_GD_SYSTEM_MULTIAXIS && in mt_input_mapping()
1607 case HID_GD_SYSTEM_MULTIAXIS: in mt_input_configured()
Dhid-input.c1973 case HID_GD_SYSTEM_MULTIAXIS: in hidinput_allocate()
/linux-6.1.9/include/linux/
Dhid.h188 #define HID_GD_SYSTEM_MULTIAXIS 0x0001000e macro