Lines Matching defs:hdev

46 	struct hid_device *hdev;  member
68 static int lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd()
113 static __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup()
133 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
146 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
220 static int lenovo_input_mapping_scrollpoint(struct hid_device *hdev, in lenovo_input_mapping_scrollpoint()
231 static int lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, in lenovo_input_mapping_tp10_ultrabook_kbd()
269 static int lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, in lenovo_input_mapping_x1_tab_kbd()
317 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
350 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
382 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
400 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_show() local
411 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_store() local
442 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_cptkbd() local
454 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_cptkbd() local
489 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
509 static int lenovo_event_tp10ubkbd(struct hid_device *hdev, in lenovo_event_tp10ubkbd()
527 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
562 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
580 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
603 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_show_tpkbd() local
614 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_store_tpkbd() local
633 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_show_tpkbd() local
644 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_store_tpkbd() local
663 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_show_tpkbd() local
674 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_store_tpkbd() local
693 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_show_tpkbd() local
704 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_store_tpkbd() local
723 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_tpkbd() local
735 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_tpkbd() local
752 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_show_tpkbd() local
764 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_store_tpkbd() local
821 static void lenovo_led_set_tpkbd(struct hid_device *hdev) in lenovo_led_set_tpkbd()
836 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_set() local
863 static int lenovo_register_leds(struct hid_device *hdev) in lenovo_register_leds()
904 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
957 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
1013 static int lenovo_probe_tp10ubkbd(struct hid_device *hdev) in lenovo_probe_tp10ubkbd()
1068 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
1111 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
1129 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
1135 static void lenovo_remove_tp10ubkbd(struct hid_device *hdev) in lenovo_remove_tp10ubkbd()
1149 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
1168 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()