Lines Matching defs:hdev

56 static __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc,  in lenovo_report_fixup()
76 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
89 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
163 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
183 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
205 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
223 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_fn_lock_show_cptkbd() local
234 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_fn_lock_store_cptkbd() local
253 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_show_cptkbd() local
265 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_store_cptkbd() local
300 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
320 static int lenovo_event_cptkbd(struct hid_device *hdev, in lenovo_event_cptkbd()
355 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
367 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
390 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_to_select_show_tpkbd() local
401 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_to_select_store_tpkbd() local
420 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_dragging_show_tpkbd() local
431 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_dragging_store_tpkbd() local
450 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_release_to_select_show_tpkbd() local
461 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_release_to_select_store_tpkbd() local
480 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_select_right_show_tpkbd() local
491 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_select_right_store_tpkbd() local
510 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_show_tpkbd() local
522 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_store_tpkbd() local
539 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_speed_show_tpkbd() local
551 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_speed_store_tpkbd() local
612 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in lenovo_led_brightness_get_tpkbd() local
628 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in lenovo_led_brightness_set_tpkbd() local
647 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
724 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
771 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
810 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
830 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
836 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()
851 static int lenovo_input_configured(struct hid_device *hdev, in lenovo_input_configured()