Lines Matching refs:hidpp
139 struct hid_device *hidpp;
551 if (djrcv_dev->hidpp &&
552 hid_compare_device_paths(hdev, djrcv_dev->hidpp, sep)) {
580 if (djrcv_dev->hidpp == hdev)
581 djrcv_dev->hidpp = NULL;
623 djrcv_dev->hidpp = hdev;
647 hid_err(djrcv_dev->hidpp, "%s: can't destroy a NULL device\n",
656 struct hid_device *djrcv_hdev = djrcv_dev->hidpp;
769 pr_warn("%s: delayedwork queued before hidpp interface was enumerated\n",
797 hid_err(djrcv_dev->hidpp, "%s: logi_dj_recv_query_paired_devices error: %d\n",
1120 struct hid_device *hdev = djrcv_dev->hidpp;
1159 retval = hid_hw_raw_request(djrcv_dev->hidpp,
1194 struct hid_device *hdev = djrcv_dev->hidpp;
1228 * Magical bits to set up hidpp notifications when the dj devices
1303 return hid_hw_raw_request(djrcv_dev->hidpp, reportnum, buf,
1331 ret = hid_hw_raw_request(djrcv_dev->hidpp, out_buf[0], out_buf,
1806 if (!djrcv_dev || djrcv_dev->hidpp != hdev)