Lines Matching refs:hidpp_device

103 struct hidpp_device {  struct
142 static void hidpp_connect_event(struct hidpp_device *hidpp_dev); argument
181 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync()
233 static int hidpp_send_fap_command_sync(struct hidpp_device *hidpp, in hidpp_send_fap_command_sync()
256 static int hidpp_send_rap_command_sync(struct hidpp_device *hidpp_dev, in hidpp_send_rap_command_sync()
285 struct hidpp_device *hidpp = container_of(work, struct hidpp_device, in delayed_work_cb()
351 static char *hidpp_get_unifying_name(struct hidpp_device *hidpp_dev) in hidpp_get_unifying_name()
395 static int hidpp_root_get_feature(struct hidpp_device *hidpp, u16 feature, in hidpp_root_get_feature()
415 static int hidpp_root_get_protocol_version(struct hidpp_device *hidpp) in hidpp_root_get_protocol_version()
449 static bool hidpp_is_connected(struct hidpp_device *hidpp) in hidpp_is_connected()
470 static int hidpp_devicenametype_get_count(struct hidpp_device *hidpp, in hidpp_devicenametype_get_count()
492 static int hidpp_devicenametype_get_device_name(struct hidpp_device *hidpp, in hidpp_devicenametype_get_device_name()
525 static char *hidpp_get_device_name(struct hidpp_device *hidpp) in hidpp_get_device_name()
584 static int hidpp_touchpad_fw_items_set(struct hidpp_device *hidpp, in hidpp_touchpad_fw_items_set()
655 static int hidpp_touchpad_get_raw_info(struct hidpp_device *hidpp, in hidpp_touchpad_get_raw_info()
685 static int hidpp_touchpad_set_raw_report_state(struct hidpp_device *hidpp_dev, in hidpp_touchpad_set_raw_report_state()
723 static void hidpp_touchpad_raw_xy_event(struct hidpp_device *hidpp_dev, in hidpp_touchpad_raw_xy_event()
768 static void wtp_populate_input(struct hidpp_device *hidpp, in wtp_populate_input()
824 static void wtp_send_raw_xy_event(struct hidpp_device *hidpp, in wtp_send_raw_xy_event()
843 static int wtp_mouse_raw_xy_event(struct hidpp_device *hidpp, u8 *data) in wtp_mouse_raw_xy_event()
884 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in wtp_raw_event()
925 static int wtp_get_config(struct hidpp_device *hidpp) in wtp_get_config()
956 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in wtp_allocate()
971 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in wtp_connect()
1041 struct hidpp_device *hidpp_dev; in m560_send_config_command()
1061 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in m560_allocate()
1076 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in m560_raw_event()
1163 static void m560_populate_input(struct hidpp_device *hidpp, in m560_populate_input()
1209 static int k400_disable_tap_to_click(struct hidpp_device *hidpp) in k400_disable_tap_to_click()
1234 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in k400_allocate()
1249 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in k400_connect()
1268 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_input_mapping()
1279 static void hidpp_populate_input(struct hidpp_device *hidpp, in hidpp_populate_input()
1291 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_input_configured()
1299 static int hidpp_raw_hidpp_event(struct hidpp_device *hidpp, u8 *data, in hidpp_raw_hidpp_event()
1345 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_raw_event()
1383 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_overwrite_name()
1421 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_allocate_input()
1442 static void hidpp_connect_event(struct hidpp_device *hidpp) in hidpp_connect_event()
1516 struct hidpp_device *hidpp; in hidpp_probe()
1521 hidpp = devm_kzalloc(&hdev->dev, sizeof(struct hidpp_device), in hidpp_probe()
1619 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_remove()