Lines Matching refs:hid_device
42 struct hid_device *hdev;
106 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_channel()
119 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in store_channel()
143 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_sustain()
156 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in store_sustain()
182 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_octave()
195 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in store_octave()
278 struct hid_device *hdev = pm->pk->hdev; in pcmidi_get_output_report()
303 struct hid_device *hdev = pm->pk->hdev; in pcmidi_submit_output_report()
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()