Lines Matching defs:hdev
56 struct hid_device *hdev; member
91 static int lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd()
153 static const __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup()
186 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
199 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
273 static int lenovo_input_mapping_tpIIkbd(struct hid_device *hdev, in lenovo_input_mapping_tpIIkbd()
368 static int lenovo_input_mapping_scrollpoint(struct hid_device *hdev, in lenovo_input_mapping_scrollpoint()
379 static int lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, in lenovo_input_mapping_tp10_ultrabook_kbd()
417 static int lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, in lenovo_input_mapping_x1_tab_kbd()
465 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
505 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
544 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
575 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_show() local
586 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_store() local
622 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_cptkbd() local
633 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_cptkbd() local
650 struct hid_device *hdev = to_hid_device(dev); in attr_middleclick_workaround_show_cptkbd() local
662 struct hid_device *hdev = to_hid_device(dev); in attr_middleclick_workaround_store_cptkbd() local
705 static int lenovo_raw_event_TP_X12_tab(struct hid_device *hdev, u32 raw_data) in lenovo_raw_event_TP_X12_tab()
757 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
786 static int lenovo_event_tp10ubkbd(struct hid_device *hdev, in lenovo_event_tp10ubkbd()
804 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
850 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
873 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
896 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_show_tpkbd() local
907 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_store_tpkbd() local
926 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_show_tpkbd() local
937 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_store_tpkbd() local
956 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_show_tpkbd() local
967 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_store_tpkbd() local
986 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_show_tpkbd() local
997 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_store_tpkbd() local
1016 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_tpkbd() local
1027 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_tpkbd() local
1044 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_show_tpkbd() local
1055 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_store_tpkbd() local
1112 static void lenovo_led_set_tpkbd(struct hid_device *hdev) in lenovo_led_set_tpkbd()
1127 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_set() local
1157 static int lenovo_register_leds(struct hid_device *hdev) in lenovo_register_leds()
1198 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
1251 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
1296 static int lenovo_probe_tp10ubkbd(struct hid_device *hdev) in lenovo_probe_tp10ubkbd()
1358 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
1407 static int lenovo_reset_resume(struct hid_device *hdev) in lenovo_reset_resume()
1424 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
1442 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
1448 static void lenovo_remove_tp10ubkbd(struct hid_device *hdev) in lenovo_remove_tp10ubkbd()
1462 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
1486 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()