Searched refs:hidpp (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/hid/ |
D | hid-logitech-hidpp.c | 242 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in __hidpp_send_report() local 253 fields_count = hidpp->very_long_report_length; in __hidpp_send_report() 265 if (hidpp->quirks & HIDPP_QUIRK_FORCE_OUTPUT_REPORTS) { in __hidpp_send_report() 286 static int __do_hidpp_send_message_sync(struct hidpp_device *hidpp, in __do_hidpp_send_message_sync() argument 292 __must_hold(&hidpp->send_mutex); in __do_hidpp_send_message_sync() 294 hidpp->send_receive_buf = response; in __do_hidpp_send_message_sync() 295 hidpp->answer_available = false; in __do_hidpp_send_message_sync() 303 ret = __hidpp_send_report(hidpp->hid_dev, message); in __do_hidpp_send_message_sync() 310 if (!wait_event_timeout(hidpp->wait, hidpp->answer_available, in __do_hidpp_send_message_sync() 342 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync() argument [all …]
|
D | hid-logitech-dj.c | 142 struct hid_device *hidpp; member 601 if (djrcv_dev->hidpp && in dj_find_receiver_dev() 602 hid_compare_device_paths(hdev, djrcv_dev->hidpp, sep)) { in dj_find_receiver_dev() 630 if (djrcv_dev->hidpp == hdev) in dj_put_receiver_dev() 631 djrcv_dev->hidpp = NULL; in dj_put_receiver_dev() 673 djrcv_dev->hidpp = hdev; in dj_get_receiver_dev() 697 hid_err(djrcv_dev->hidpp, "%s: can't destroy a NULL device\n", in logi_dj_recv_destroy_djhid_device() 706 struct hid_device *djrcv_hdev = djrcv_dev->hidpp; in logi_dj_recv_add_djhid_device() 847 hid_err(djrcv_dev->hidpp, "%s: logi_dj_recv_query_paired_devices error: %d\n", in delayedwork_callback() 1186 struct hid_device *hdev = djrcv_dev->hidpp; in logi_dj_recv_send_report() [all …]
|
D | Makefile | 79 obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-logitech-hidpp | 1 What: /sys/bus/hid/drivers/logitech-hidpp-device/<dev>/range 11 What: /sys/bus/hid/drivers/logitech-hidpp-device/<dev>/builtin_power_supply
|
/linux-6.12.1/ |
D | MAINTAINERS | 10130 F: drivers/hid/hid-logitech-hidpp.c
|