• Home
  • Raw
  • Download

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(struct hid_device *hdev, in lenovo_input_mapping()
300 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
332 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
350 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_show() local
361 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_store() local
391 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_cptkbd() local
403 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_cptkbd() local
438 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
458 static int lenovo_event_tp10ubkbd(struct hid_device *hdev, in lenovo_event_tp10ubkbd()
476 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
511 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
528 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
551 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_show_tpkbd() local
562 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_store_tpkbd() local
581 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_show_tpkbd() local
592 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_store_tpkbd() local
611 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_show_tpkbd() local
622 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_store_tpkbd() local
641 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_show_tpkbd() local
652 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_store_tpkbd() local
671 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_tpkbd() local
683 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_tpkbd() local
700 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_show_tpkbd() local
712 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_store_tpkbd() local
769 static void lenovo_led_set_tpkbd(struct hid_device *hdev) in lenovo_led_set_tpkbd()
784 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_get() local
800 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_set() local
826 static int lenovo_register_leds(struct hid_device *hdev) in lenovo_register_leds()
865 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
918 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
974 static int lenovo_probe_tp10ubkbd(struct hid_device *hdev) in lenovo_probe_tp10ubkbd()
1016 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
1058 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
1076 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
1082 static void lenovo_remove_tp10ubkbd(struct hid_device *hdev) in lenovo_remove_tp10ubkbd()
1096 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
1114 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()