Searched refs:hidpp (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 243 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in __hidpp_send_report() local 254 fields_count = hidpp->very_long_report_length; in __hidpp_send_report() 266 if (hidpp->quirks & HIDPP_QUIRK_FORCE_OUTPUT_REPORTS) { in __hidpp_send_report() 287 static int __do_hidpp_send_message_sync(struct hidpp_device *hidpp, in __do_hidpp_send_message_sync() argument 293 __must_hold(&hidpp->send_mutex); in __do_hidpp_send_message_sync() 295 hidpp->send_receive_buf = response; in __do_hidpp_send_message_sync() 296 hidpp->answer_available = false; in __do_hidpp_send_message_sync() 304 ret = __hidpp_send_report(hidpp->hid_dev, message); in __do_hidpp_send_message_sync() 311 if (!wait_event_timeout(hidpp->wait, hidpp->answer_available, in __do_hidpp_send_message_sync() 343 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync() argument [all …]
|
H A 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 …]
|
H A D | Makefile | 78 obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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
|
/openbmc/linux/ |
H A D | MAINTAINERS | 9339 F: drivers/hid/hid-logitech-hidpp.c
|
H A D | opengrok2.0.log | [all...] |