Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hid/bpf/
A Dhid_bpf_dispatch.c24 struct hid_bpf_ops *hid_bpf_ops; variable
25 EXPORT_SYMBOL(hid_bpf_ops);
263 if (!hid_bpf_ops) in hid_bpf_attach_prog()
275 dev = bus_find_device(hid_bpf_ops->bus_type, NULL, &hid_id, device_match_id); in hid_bpf_attach_prog()
316 if (!hid_bpf_ops) in hid_bpf_allocate_context()
319 dev = bus_find_device(hid_bpf_ops->bus_type, NULL, &hid_id, device_match_id); in hid_bpf_allocate_context()
376 if (!ctx || !hid_bpf_ops || !buf) in hid_bpf_hw_request()
406 report = hid_bpf_ops->hid_get_report(report_enum, buf); in hid_bpf_hw_request()
419 ret = hid_bpf_ops->hid_hw_raw_request(hdev, in hid_bpf_hw_request()
/linux-6.3-rc2/include/linux/
A Dhid_bpf.h111 struct hid_bpf_ops { struct
121 extern struct hid_bpf_ops *hid_bpf_ops; argument
/linux-6.3-rc2/drivers/hid/
A Dhid-core.c2942 static struct hid_bpf_ops hid_ops = {
2961 hid_bpf_ops = &hid_ops; in hid_init()
2980 hid_bpf_ops = NULL; in hid_exit()

Completed in 8 milliseconds