Searched refs:hidpp_report (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-logitech-dj.c | 1025 struct hidpp_event *hidpp_report, in logi_hidpp_dev_conn_notif_equad() argument 1032 workitem->device_type = hidpp_report->params[HIDPP_PARAM_DEVICE_INFO] & in logi_hidpp_dev_conn_notif_equad() 1034 workitem->quad_id_msb = hidpp_report->params[HIDPP_PARAM_EQUAD_MSB]; in logi_hidpp_dev_conn_notif_equad() 1035 workitem->quad_id_lsb = hidpp_report->params[HIDPP_PARAM_EQUAD_LSB]; in logi_hidpp_dev_conn_notif_equad() 1059 struct hidpp_event *hidpp_report, in logi_hidpp_dev_conn_notif_27mhz() argument 1063 workitem->quad_id_lsb = hidpp_report->params[HIDPP_PARAM_27MHZ_DEVID]; in logi_hidpp_dev_conn_notif_27mhz() 1064 switch (hidpp_report->device_index) { in logi_hidpp_dev_conn_notif_27mhz() 1071 if (hidpp_report->params[HIDPP_PARAM_DEVICE_INFO] & HIDPP_27MHZ_SECURE_MASK) { in logi_hidpp_dev_conn_notif_27mhz() 1085 hidpp_report->device_index); in logi_hidpp_dev_conn_notif_27mhz() 1090 struct hidpp_event *hidpp_report) in logi_hidpp_recv_queue_notif() argument [all …]
|
| H A D | hid-logitech-hidpp.c | 137 struct hidpp_report { struct 242 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument 247 switch (hidpp_report->report_id) { in __hidpp_send_report() 265 hidpp_report->device_index = 0xff; in __hidpp_send_report() 268 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report() 270 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report() 271 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report() 289 struct hidpp_report *message, in __do_hidpp_send_message_sync() 290 struct hidpp_report *response) in __do_hidpp_send_message_sync() 308 memset(response, 0, sizeof(struct hidpp_report)); in __do_hidpp_send_message_sync() [all …]
|