Searched refs:hid_get_report (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | hid_bpf.h | 112 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-core.c | 1917 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 D | hid_bpf_dispatch.c | 442 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 D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 581 @@ -69,9 +69,9 @@ static int hid_get_report(const char *path, const char *name, const char *attr,
|