Searched refs:hidpp (Results 1 – 3 of 3) sorted by relevance
244 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in __hidpp_send_report() local255 fields_count = hidpp->very_long_report_length; in __hidpp_send_report()267 if (hidpp->quirks & HIDPP_QUIRK_FORCE_OUTPUT_REPORTS) { in __hidpp_send_report()288 static int __do_hidpp_send_message_sync(struct hidpp_device *hidpp, in __do_hidpp_send_message_sync() argument294 __must_hold(&hidpp->send_mutex); in __do_hidpp_send_message_sync()296 hidpp->send_receive_buf = response; in __do_hidpp_send_message_sync()297 hidpp->answer_available = false; in __do_hidpp_send_message_sync()305 ret = __hidpp_send_report(hidpp->hid_dev, message); in __do_hidpp_send_message_sync()312 if (!wait_event_timeout(hidpp->wait, hidpp->answer_available, in __do_hidpp_send_message_sync()344 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync() argument[all …]
1 What: /sys/bus/hid/drivers/logitech-hidpp-device/<dev>/range11 What: /sys/bus/hid/drivers/logitech-hidpp-device/<dev>/builtin_power_supply
11242 F: drivers/hid/hid-logitech-hidpp.c