Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-speedlink.c64 { HID_GD_X, EV_REL, 0 },
H A Dhid-dr.c257 case HID_GD_X: case HID_GD_Y: case HID_GD_Z: in dr_input_mapping()
H A Dhid-ntrig.c467 case HID_GD_X: in ntrig_input_mapping()
600 case HID_GD_X: in ntrig_event()
H A Dhid-microsoft.c171 case HID_GD_X: in ms_surface_dial_quirk()
H A Dhid-rmi.c410 if ((usage->hid == HID_GD_X || usage->hid == HID_GD_Y) in rmi_event()
H A Dwacom_wac.c1889 if (equivalent_usage == HID_GD_X) { in wacom_map_usage()
2319 case HID_GD_X: in wacom_wac_pen_usage_mapping()
2655 case HID_GD_X: in wacom_wac_finger_usage_mapping()
2773 case HID_GD_X: in wacom_wac_finger_event()
2839 case HID_GD_X: in wacom_wac_finger_pre_report()
H A Dhid-input.c862 case HID_GD_X: case HID_GD_Y: case HID_GD_Z: in hidinput_configure_usage()
H A Dhid-multitouch.c758 case HID_GD_X: in mt_touch_input_mapping()
H A Dwacom_sys.c464 case HID_GD_X: in wacom_usage_mapping()
/linux-6.15/include/linux/
H A Dhid.h194 #define HID_GD_X 0x00010030 macro