Lines Matching defs:hdev
46 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd()
59 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd()
133 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping()
153 static int lenovo_send_cmd_cptkbd(struct hid_device *hdev, in lenovo_send_cmd_cptkbd()
175 static void lenovo_features_set_cptkbd(struct hid_device *hdev) in lenovo_features_set_cptkbd()
190 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_fn_lock_show_cptkbd() local
201 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_fn_lock_store_cptkbd() local
220 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_show_cptkbd() local
232 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_store_cptkbd() local
267 static int lenovo_raw_event(struct hid_device *hdev, in lenovo_raw_event()
287 static int lenovo_features_set_tpkbd(struct hid_device *hdev) in lenovo_features_set_tpkbd()
310 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_to_select_show_tpkbd() local
321 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_to_select_store_tpkbd() local
340 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_dragging_show_tpkbd() local
351 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_dragging_store_tpkbd() local
370 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_release_to_select_show_tpkbd() local
381 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_release_to_select_store_tpkbd() local
400 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_select_right_show_tpkbd() local
411 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_select_right_store_tpkbd() local
430 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_show_tpkbd() local
442 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_store_tpkbd() local
459 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_speed_show_tpkbd() local
471 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_speed_store_tpkbd() local
532 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in lenovo_led_brightness_get_tpkbd() local
548 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in lenovo_led_brightness_set_tpkbd() local
567 static int lenovo_probe_tpkbd(struct hid_device *hdev) in lenovo_probe_tpkbd()
639 static int lenovo_probe_cptkbd(struct hid_device *hdev) in lenovo_probe_cptkbd()
685 static int lenovo_probe(struct hid_device *hdev, in lenovo_probe()
724 static void lenovo_remove_tpkbd(struct hid_device *hdev) in lenovo_remove_tpkbd()
744 static void lenovo_remove_cptkbd(struct hid_device *hdev) in lenovo_remove_cptkbd()
750 static void lenovo_remove(struct hid_device *hdev) in lenovo_remove()