Lines Matching defs:hdev
24 * @hdev: HID device to parse
28 * Note: this function assumes that driver data attached to @hdev contains an
31 void vivaldi_feature_mapping(struct hid_device *hdev,
34 struct vivaldi_data *data = hid_get_drvdata(hdev);
69 ret = hid_hw_raw_request(hdev, report->id, report_data,
73 dev_warn(&hdev->dev, "failed to fetch feature %d\n",
87 ret = hid_report_raw_event(hdev, HID_FEATURE_REPORT, report_data,
90 dev_warn(&hdev->dev, "failed to report feature %d\n",
107 struct hid_device *hdev = to_hid_device(dev);
108 struct vivaldi_data *data = hid_get_drvdata(hdev);
122 struct hid_device *hdev = to_hid_device(kobj_to_dev(kobj));
123 struct vivaldi_data *data = hid_get_drvdata(hdev);