Lines Matching defs:hdev
46 struct hid_device *hdev; member
93 struct hid_device *hdev = to_hid_device(dev); in show_channel() local
106 struct hid_device *hdev = to_hid_device(dev); in store_channel() local
130 struct hid_device *hdev = to_hid_device(dev); in show_sustain() local
143 struct hid_device *hdev = to_hid_device(dev); in store_sustain() local
168 struct hid_device *hdev = to_hid_device(dev); in show_octave() local
181 struct hid_device *hdev = to_hid_device(dev); in store_octave() local
263 struct hid_device *hdev = pm->hdev; in pcmidi_get_output_report() local
288 struct hid_device *hdev = pm->hdev; in pcmidi_submit_output_report() local
731 static const __u8 *pk_report_fixup(struct hid_device *hdev, __u8 *rdesc, in pk_report_fixup()
745 static int pk_input_mapping(struct hid_device *hdev, struct hid_input *hi, in pk_input_mapping()
761 static int pk_raw_event(struct hid_device *hdev, struct hid_report *report, in pk_raw_event()
782 static int pk_probe(struct hid_device *hdev, const struct hid_device_id *id) in pk_probe()
836 static void pk_remove(struct hid_device *hdev) in pk_remove()