Lines Matching refs:hidpp
142 struct hid_device *hidpp;
601 if (djrcv_dev->hidpp &&
602 hid_compare_device_paths(hdev, djrcv_dev->hidpp, sep)) {
630 if (djrcv_dev->hidpp == hdev)
631 djrcv_dev->hidpp = NULL;
673 djrcv_dev->hidpp = hdev;
697 hid_err(djrcv_dev->hidpp, "%s: can't destroy a NULL device\n",
706 struct hid_device *djrcv_hdev = djrcv_dev->hidpp;
819 pr_warn("%s: delayedwork queued before hidpp interface was enumerated\n",
847 hid_err(djrcv_dev->hidpp, "%s: logi_dj_recv_query_paired_devices error: %d\n",
1188 struct hid_device *hdev = djrcv_dev->hidpp;
1227 retval = hid_hw_raw_request(djrcv_dev->hidpp,
1262 struct hid_device *hdev = djrcv_dev->hidpp;
1294 * Magical bits to set up hidpp notifications when the dj devices
1369 return hid_hw_raw_request(djrcv_dev->hidpp, reportnum, buf,
1397 ret = hid_hw_raw_request(djrcv_dev->hidpp, out_buf[0], out_buf,
1509 return hid_hw_may_wakeup(djrcv_dev->hidpp);
1888 if (!djrcv_dev || djrcv_dev->hidpp != hdev)