Lines Matching defs:hdev
38 struct hid_device *hdev; member
102 struct hid_device *hdev = to_hid_device(dev); in show_channel() local
115 struct hid_device *hdev = to_hid_device(dev); in store_channel() local
139 struct hid_device *hdev = to_hid_device(dev); in show_sustain() local
152 struct hid_device *hdev = to_hid_device(dev); in store_sustain() local
178 struct hid_device *hdev = to_hid_device(dev); in show_octave() local
191 struct hid_device *hdev = to_hid_device(dev); in store_octave() local
273 struct hid_device *hdev = pm->pk->hdev; in pcmidi_get_output_report() local
298 struct hid_device *hdev = pm->pk->hdev; in pcmidi_submit_output_report() local
744 static __u8 *pk_report_fixup(struct hid_device *hdev, __u8 *rdesc, in pk_report_fixup()
758 static int pk_input_mapping(struct hid_device *hdev, struct hid_input *hi, in pk_input_mapping()
777 static int pk_raw_event(struct hid_device *hdev, struct hid_report *report, in pk_raw_event()
798 static int pk_probe(struct hid_device *hdev, const struct hid_device_id *id) in pk_probe()
865 static void pk_remove(struct hid_device *hdev) in pk_remove()