Home
last modified time | relevance | path

Searched refs:hidpp_dev (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c417 static int hidpp_send_rap_command_sync(struct hidpp_device *hidpp_dev, in hidpp_send_rap_command_sync() argument
426 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()
437 max_count = hidpp_dev->very_long_report_length - 4; in hidpp_send_rap_command_sync()
454 ret = hidpp_send_message_sync(hidpp_dev, message, response); in hidpp_send_rap_command_sync()
612 static int hidpp10_set_register(struct hidpp_device *hidpp_dev, in hidpp10_set_register() argument
619 ret = hidpp_send_rap_command_sync(hidpp_dev, in hidpp10_set_register()
632 return hidpp_send_rap_command_sync(hidpp_dev, in hidpp10_set_register()
646 static int hidpp10_enable_battery_reporting(struct hidpp_device *hidpp_dev) in hidpp10_enable_battery_reporting() argument
648 return hidpp10_set_register(hidpp_dev, HIDPP_REG_ENABLE_REPORTS, 0, in hidpp10_enable_battery_reporting()
657 static int hidpp10_enable_scrolling_acceleration(struct hidpp_device *hidpp_dev) in hidpp10_enable_scrolling_acceleration() argument
[all …]