Lines Matching refs:hid_device

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()
201 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_fn_lock_store_cptkbd()
220 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_show_cptkbd()
232 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_store_cptkbd()
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()
321 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_to_select_store_tpkbd()
340 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_dragging_show_tpkbd()
351 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_dragging_store_tpkbd()
370 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_release_to_select_show_tpkbd()
381 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_release_to_select_store_tpkbd()
400 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_select_right_show_tpkbd()
411 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_select_right_store_tpkbd()
430 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_show_tpkbd()
442 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_sensitivity_store_tpkbd()
459 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_speed_show_tpkbd()
471 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in attr_press_speed_store_tpkbd()
532 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in lenovo_led_brightness_get_tpkbd()
548 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in lenovo_led_brightness_set_tpkbd()
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()