Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-logitech-dj.c122 struct dj_report { struct
832 struct dj_report *dj_report) in logi_dj_recv_queue_notification() argument
836 .device_index = dj_report->device_index, in logi_dj_recv_queue_notification()
839 switch (dj_report->report_type) { in logi_dj_recv_queue_notification()
842 if (dj_report->report_params[DEVICE_PAIRED_PARAM_SPFUNCTION] & in logi_dj_recv_queue_notification()
850 dj_report->report_params[DEVICE_PAIRED_PARAM_EQUAD_ID_MSB]; in logi_dj_recv_queue_notification()
852 dj_report->report_params[DEVICE_PAIRED_PARAM_EQUAD_ID_LSB]; in logi_dj_recv_queue_notification()
854 dj_report->report_params + in logi_dj_recv_queue_notification()
857 if (dj_report->report_type == REPORT_TYPE_NOTIF_DEVICE_UNPAIRED) in logi_dj_recv_queue_notification()
1033 struct dj_report *dj_report) in logi_dj_recv_forward_null_report() argument
[all …]