Lines Matching defs:hidpp
143 struct hid_device *hidpp;
688 if (djrcv_dev->hidpp &&
689 hid_compare_device_paths(hdev, djrcv_dev->hidpp, sep)) {
717 if (djrcv_dev->hidpp == hdev)
718 djrcv_dev->hidpp = NULL;
760 djrcv_dev->hidpp = hdev;
784 hid_err(djrcv_dev->hidpp, "%s: can't destroy a NULL device\n",
793 struct hid_device *djrcv_hdev = djrcv_dev->hidpp;
905 pr_warn("%s: delayedwork queued before hidpp interface was enumerated\n",
1271 struct hid_device *hdev = djrcv_dev->hidpp;
1310 retval = hid_hw_raw_request(djrcv_dev->hidpp,
1345 hid_err(djrcv_dev->hidpp, "%s error:%d\n", __func__, retval);
1354 struct hid_device *hdev = djrcv_dev->hidpp;
1385 * Magical bits to set up hidpp notifications when the dj devices
1466 return hid_hw_raw_request(djrcv_dev->hidpp, reportnum, buf,
1501 ret = hid_hw_raw_request(djrcv_dev->hidpp, out_buf[0], out_buf,
1620 return hid_hw_may_wakeup(djrcv_dev->hidpp);
1991 if (!djrcv_dev || djrcv_dev->hidpp != hdev)