Home
last modified time | relevance | path

Searched refs:hid_bpf_allocate_event_data (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.h16 int hid_bpf_allocate_event_data(struct hid_device *hdev);
H A Dhid_bpf_dispatch.c252 int hid_bpf_allocate_event_data(struct hid_device *hdev) in hid_bpf_allocate_event_data() function
610 return hid_bpf_allocate_event_data(hdev); in hid_bpf_connect_device()
H A Dhid_bpf_struct_ops.c214 err = hid_bpf_allocate_event_data(hdev); in hid_bpf_reg()