Home
last modified time | relevance | path

Searched refs:hid_get_report (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dhid_bpf.h112 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member
/openbmc/linux/drivers/hid/
H A Dhid-core.c1917 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report() function
1983 report = hid_get_report(report_enum, data); in hid_report_raw_event()
2078 report = hid_get_report(report_enum, data); in hid_input_report()
2977 .hid_get_report = hid_get_report,
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c442 report = hid_bpf_ops->hid_get_report(report_enum, buf); in hid_bpf_hw_request()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch581 @@ -69,9 +69,9 @@ static int hid_get_report(const char *path, const char *name, const char *attr,