Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-dr.c257 case HID_GD_X: case HID_GD_Y: case HID_GD_Z: in dr_input_mapping()
H A Dhid-apple.c400 if (usage->hid == HID_GD_Z) in apple_input_mapped()
H A Dhid-lenovo.c224 if (usage->hid == HID_GD_Z) { in lenovo_input_mapping_scrollpoint()
H A Dhid-sony.c737 usage->hid = HID_GD_Z; in navigation_mapping()
783 usage->hid = HID_GD_Z; in sixaxis_mapping()
H A Dhid-input.c713 case HID_GD_X: case HID_GD_Y: case HID_GD_Z: in hidinput_configure_usage()
H A Dwacom_wac.c2224 case HID_GD_Z: in wacom_wac_pen_usage_mapping()
2299 case HID_GD_Z: in wacom_wac_pen_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h190 #define HID_GD_Z 0x00010032 macro