Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid_bpf.h66 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c383 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()