Lines Matching refs:hidpp_dev
230 static void hidpp_connect_event(struct hidpp_device *hidpp_dev);
357 static int hidpp_send_rap_command_sync(struct hidpp_device *hidpp_dev, in hidpp_send_rap_command_sync() argument
366 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()
377 max_count = hidpp_dev->very_long_report_length - 4; in hidpp_send_rap_command_sync()
394 ret = hidpp_send_message_sync(hidpp_dev, message, response); in hidpp_send_rap_command_sync()
539 static int hidpp10_set_register(struct hidpp_device *hidpp_dev, in hidpp10_set_register() argument
546 ret = hidpp_send_rap_command_sync(hidpp_dev, in hidpp10_set_register()
559 return hidpp_send_rap_command_sync(hidpp_dev, in hidpp10_set_register()
573 static int hidpp10_enable_battery_reporting(struct hidpp_device *hidpp_dev) in hidpp10_enable_battery_reporting() argument
575 return hidpp10_set_register(hidpp_dev, HIDPP_REG_ENABLE_REPORTS, 0, in hidpp10_enable_battery_reporting()
584 static int hidpp10_enable_scrolling_acceleration(struct hidpp_device *hidpp_dev) in hidpp10_enable_scrolling_acceleration() argument
586 return hidpp10_set_register(hidpp_dev, HIDPP_REG_FEATURES, 0, in hidpp10_enable_scrolling_acceleration()
771 static char *hidpp_unifying_get_name(struct hidpp_device *hidpp_dev) in hidpp_unifying_get_name() argument
779 ret = hidpp_send_rap_command_sync(hidpp_dev, in hidpp_unifying_get_name()
2040 static int hidpp_touchpad_set_raw_report_state(struct hidpp_device *hidpp_dev, in hidpp_touchpad_set_raw_report_state() argument
2057 return hidpp_send_fap_command_sync(hidpp_dev, feature_index, in hidpp_touchpad_set_raw_report_state()
2078 static void hidpp_touchpad_raw_xy_event(struct hidpp_device *hidpp_dev, in hidpp_touchpad_raw_xy_event() argument
2926 struct hidpp_device *hidpp_dev; in m560_send_config_command() local
2928 hidpp_dev = hid_get_drvdata(hdev); in m560_send_config_command()
2931 hidpp_dev, in m560_send_config_command()