Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-dr.c263 case HID_GD_X: case HID_GD_Y: case HID_GD_Z: in dr_input_mapping()
Dhid-apple.c358 if (usage->hid == HID_GD_Z) in apple_input_mapped()
Dhid-lenovo.c178 if (usage->hid == HID_GD_Z) { in lenovo_input_mapping_scrollpoint()
Dhid-sony.c735 usage->hid = HID_GD_Z; in navigation_mapping()
781 usage->hid = HID_GD_Z; in sixaxis_mapping()
Dhid-input.c704 case HID_GD_X: case HID_GD_Y: case HID_GD_Z: in hidinput_configure_usage()
Dwacom_wac.c2127 case HID_GD_Z: in wacom_wac_pen_usage_mapping()
2223 case HID_GD_Z: in wacom_wac_pen_event()
/Linux-v4.19/include/linux/
Dhid.h201 #define HID_GD_Z 0x00010032 macro