Lines Matching defs:hdev
42 struct hid_device *hdev; member
106 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_channel() local
119 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in store_channel() local
143 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_sustain() local
156 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in store_sustain() local
182 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_octave() local
195 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in store_octave() local
278 struct hid_device *hdev = pm->pk->hdev; in pcmidi_get_output_report() local
303 struct hid_device *hdev = pm->pk->hdev; in pcmidi_submit_output_report() local
741 static __u8 *pk_report_fixup(struct hid_device *hdev, __u8 *rdesc, in pk_report_fixup()
755 static int pk_input_mapping(struct hid_device *hdev, struct hid_input *hi, in pk_input_mapping()
774 static int pk_raw_event(struct hid_device *hdev, struct hid_report *report, in pk_raw_event()
795 static int pk_probe(struct hid_device *hdev, const struct hid_device_id *id) in pk_probe()
856 static void pk_remove(struct hid_device *hdev) in pk_remove()