Lines Matching defs:hdev
43 struct hid_device *hdev; member
65 static void lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd()
102 static __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup()
122 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
135 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
209 static int lenovo_input_mapping_scrollpoint(struct hid_device *hdev, in lenovo_input_mapping_scrollpoint()
220 static int lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, in lenovo_input_mapping_tp10_ultrabook_kbd()
258 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
289 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
321 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
339 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_show() local
350 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_store() local
378 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_cptkbd() local
390 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_cptkbd() local
425 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
445 static int lenovo_event_tp10ubkbd(struct hid_device *hdev, in lenovo_event_tp10ubkbd()
463 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
498 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
512 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
535 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_show_tpkbd() local
546 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_store_tpkbd() local
565 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_show_tpkbd() local
576 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_store_tpkbd() local
595 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_show_tpkbd() local
606 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_store_tpkbd() local
625 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_show_tpkbd() local
636 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_store_tpkbd() local
655 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_tpkbd() local
667 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_tpkbd() local
684 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_show_tpkbd() local
696 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_store_tpkbd() local
753 static void lenovo_led_set_tpkbd(struct hid_device *hdev) in lenovo_led_set_tpkbd()
768 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_get() local
784 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_set() local
807 static int lenovo_register_leds(struct hid_device *hdev) in lenovo_register_leds()
844 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
897 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
953 static int lenovo_probe_tp10ubkbd(struct hid_device *hdev) in lenovo_probe_tp10ubkbd()
995 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
1037 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
1055 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
1061 static void lenovo_remove_tp10ubkbd(struct hid_device *hdev) in lenovo_remove_tp10ubkbd()
1075 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
1093 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()