Lines Matching defs:hdev

67 static __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc,  in lenovo_report_fixup()
87 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
100 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
174 static int lenovo_input_mapping_scrollpoint(struct hid_device *hdev, in lenovo_input_mapping_scrollpoint()
185 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
213 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
245 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
263 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_show_cptkbd() local
274 struct hid_device *hdev = to_hid_device(dev); in attr_fn_lock_store_cptkbd() local
293 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_cptkbd() local
305 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_cptkbd() local
340 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
360 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
395 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
407 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
430 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_show_tpkbd() local
441 struct hid_device *hdev = to_hid_device(dev); in attr_press_to_select_store_tpkbd() local
460 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_show_tpkbd() local
471 struct hid_device *hdev = to_hid_device(dev); in attr_dragging_store_tpkbd() local
490 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_show_tpkbd() local
501 struct hid_device *hdev = to_hid_device(dev); in attr_release_to_select_store_tpkbd() local
520 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_show_tpkbd() local
531 struct hid_device *hdev = to_hid_device(dev); in attr_select_right_store_tpkbd() local
550 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_show_tpkbd() local
562 struct hid_device *hdev = to_hid_device(dev); in attr_sensitivity_store_tpkbd() local
579 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_show_tpkbd() local
591 struct hid_device *hdev = to_hid_device(dev); in attr_press_speed_store_tpkbd() local
652 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_get_tpkbd() local
668 struct hid_device *hdev = to_hid_device(dev); in lenovo_led_brightness_set_tpkbd() local
687 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
764 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
811 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
850 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
870 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
876 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
891 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()