Searched refs:hid_get_report (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhid_bpf.h101 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member in struct:hid_bpf_ops
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c449 report = hid_bpf_ops->hid_get_report(report_enum, buf);
/linux-master/drivers/hid/
H A Dhid-core.c994 * Explicitly not using hid_get_report() here since it depends on
1916 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, function
1982 report = hid_get_report(report_enum, data);
2077 report = hid_get_report(report_enum, data);
2975 .hid_get_report = hid_get_report,

Completed in 130 milliseconds