Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-logitech-dj.c940 struct hidpp_event *hidpp_report, in logi_hidpp_dev_conn_notif_equad() argument
947 workitem->device_type = hidpp_report->params[HIDPP_PARAM_DEVICE_INFO] & in logi_hidpp_dev_conn_notif_equad()
949 workitem->quad_id_msb = hidpp_report->params[HIDPP_PARAM_EQUAD_MSB]; in logi_hidpp_dev_conn_notif_equad()
950 workitem->quad_id_lsb = hidpp_report->params[HIDPP_PARAM_EQUAD_LSB]; in logi_hidpp_dev_conn_notif_equad()
976 struct hidpp_event *hidpp_report, in logi_hidpp_dev_conn_notif_27mhz() argument
980 workitem->quad_id_lsb = hidpp_report->params[HIDPP_PARAM_27MHZ_DEVID]; in logi_hidpp_dev_conn_notif_27mhz()
981 switch (hidpp_report->device_index) { in logi_hidpp_dev_conn_notif_27mhz()
988 if (hidpp_report->params[HIDPP_PARAM_DEVICE_INFO] & HIDPP_27MHZ_SECURE_MASK) { in logi_hidpp_dev_conn_notif_27mhz()
1002 hidpp_report->device_index); in logi_hidpp_dev_conn_notif_27mhz()
1007 struct hidpp_event *hidpp_report) in logi_hidpp_recv_queue_notif() argument
[all …]
Dhid-logitech-hidpp.c139 struct hidpp_report { struct
233 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
238 switch (hidpp_report->report_id) { in __hidpp_send_report()
256 hidpp_report->device_index = 0xff; in __hidpp_send_report()
259 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
261 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
262 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
278 struct hidpp_report *message, in hidpp_send_message_sync()
279 struct hidpp_report *response) in hidpp_send_message_sync()
298 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
[all …]