Lines Matching +defs:input +defs:c
96 #define map_abs(c) hid_map_usage(hidinput, usage, &bit, &max, EV_ABS, (c)) argument
97 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c)) argument
98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) argument
99 #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c)) argument
100 #define map_msc(c) hid_map_usage(hidinput, usage, &bit, &max, EV_MSC, (c)) argument
102 #define map_abs_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \ argument
104 #define map_key_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \ argument
669 struct input_dev *input = hidinput->input; in hidinput_configure_usage() local
1452 struct input_dev *input, in hidinput_handle_scroll()
1483 static void hid_report_release_tool(struct hid_report *report, struct input_dev *input, in hid_report_release_tool()
1501 static void hid_report_set_tool(struct hid_report *report, struct input_dev *input, in hid_report_set_tool()
1513 struct input_dev *input; in hidinput_hid_event() local