Home
last modified time | relevance | path

Searched refs:hid_report (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dhid.h268 struct hid_report *report; /* associated report */
274 struct hid_report { struct
289 struct hid_report *report_id_hash[256]; argument
309 struct hid_report *report;
402 void hid_write_report(struct hid_device *, struct hid_report *);
403 void hid_read_report(struct hid_device *, struct hid_report *);
Dhid-core.c67 static struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id) in hid_register_report()
70 struct hid_report *report; in hid_register_report()
75 if (!(report = kmalloc(sizeof(struct hid_report), GFP_KERNEL))) in hid_register_report()
77 memset(report, 0, sizeof(struct hid_report)); in hid_register_report()
96 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages, unsigned va… in hid_register_field()
225 struct hid_report *report; in hid_add_field()
545 static void hid_free_report(struct hid_report *report) in hid_free_report()
568 struct hid_report *report = report_enum->report_id_hash[j]; in hid_free_device()
857 struct hid_report *report; in hid_input_report()
952 void hid_read_report(struct hid_device *hid, struct hid_report *report) in hid_read_report()
[all …]
Dhiddev.c71 static struct hid_report *
91 rinfo->report_id = ((struct hid_report *) list)->id; in hiddev_lookup_report()
101 rinfo->report_id = ((struct hid_report *) list)->id; in hiddev_lookup_report()
119 struct hid_report *report; in hiddev_lookup_usage()
131 report = (struct hid_report *) list; in hiddev_lookup_usage()
194 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event()
403 struct hid_report *report; in hiddev_ioctl()
Dhid-debug.h201 struct hid_report *report; in hid_dump_device()
216 report = (struct hid_report *) list; in hid_dump_device()
Dhid-input.c426 struct hid_report *report; in hidinput_connect()
445 report = (struct hid_report *) list; in hidinput_connect()
/linux-2.4.37.9/include/linux/
Dhiddev.h220 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
231 struct hid_report *report) { } in hiddev_report_event()