Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c244 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in __hidpp_send_report() local
255 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() argument
294 __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 …]
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-logitech-hidpp1 What: /sys/bus/hid/drivers/logitech-hidpp-device/<dev>/range
11 What: /sys/bus/hid/drivers/logitech-hidpp-device/<dev>/builtin_power_supply
/linux/
H A DMAINTAINERS11242 F: drivers/hid/hid-logitech-hidpp.c