Lines Matching defs:hdev

47 	struct hid_device *hdev;  member
74 static int lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd()
136 static const __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup()
169 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
182 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
256 static int lenovo_input_mapping_tpIIkbd(struct hid_device *hdev, in lenovo_input_mapping_tpIIkbd()
351 static int lenovo_input_mapping_scrollpoint(struct hid_device *hdev, in lenovo_input_mapping_scrollpoint()
362 static int lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, in lenovo_input_mapping_tp10_ultrabook_kbd()
400 static int lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, in lenovo_input_mapping_x1_tab_kbd()
448 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
486 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
525 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
556 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_show() local
567 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_store() local
601 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_cptkbd() local
612 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_cptkbd() local
629 struct hid_device *hdev = to_hid_device(dev); in attr_middleclick_workaround_show_cptkbd() local
641 struct hid_device *hdev = to_hid_device(dev); in attr_middleclick_workaround_store_cptkbd() local
683 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
703 static int lenovo_event_tp10ubkbd(struct hid_device *hdev, in lenovo_event_tp10ubkbd()
721 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
767 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
788 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
811 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_show_tpkbd() local
822 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_store_tpkbd() local
841 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_show_tpkbd() local
852 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_store_tpkbd() local
871 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_show_tpkbd() local
882 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_store_tpkbd() local
901 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_show_tpkbd() local
912 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_store_tpkbd() local
931 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_tpkbd() local
942 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_tpkbd() local
959 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_show_tpkbd() local
970 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_store_tpkbd() local
1027 static void lenovo_led_set_tpkbd(struct hid_device *hdev) in lenovo_led_set_tpkbd()
1042 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_set() local
1070 static int lenovo_register_leds(struct hid_device *hdev) in lenovo_register_leds()
1111 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
1164 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
1209 static int lenovo_probe_tp10ubkbd(struct hid_device *hdev) in lenovo_probe_tp10ubkbd()
1264 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
1311 static int lenovo_reset_resume(struct hid_device *hdev) in lenovo_reset_resume()
1328 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
1346 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
1352 static void lenovo_remove_tp10ubkbd(struct hid_device *hdev) in lenovo_remove_tp10ubkbd()
1366 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
1388 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()