Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c36 enum hid_bpf_prog_type type;
63 static int hid_bpf_max_programs(enum hid_bpf_prog_type type) in BTF_ID()
77 enum hid_bpf_prog_type type) in hid_bpf_program_count()
107 int hid_bpf_prog_run(struct hid_device *hdev, enum hid_bpf_prog_type type, in hid_bpf_prog_run()
143 enum hid_bpf_prog_type type) in __hid_bpf_set_hdev_progs()
162 static int hid_bpf_populate_hdev(struct hid_device *hdev, enum hid_bpf_prog_type type) in hid_bpf_populate_hdev()
214 enum hid_bpf_prog_type type; in hid_bpf_release_progs()
397 __hid_bpf_attach_prog(struct hid_device *hdev, enum hid_bpf_prog_type prog_type, in __hid_bpf_attach_prog()
H A Dhid_bpf_dispatch.h16 int __hid_bpf_attach_prog(struct hid_device *hdev, enum hid_bpf_prog_type prog_type, int prog_fd,
19 int hid_bpf_prog_run(struct hid_device *hdev, enum hid_bpf_prog_type type,
/openbmc/linux/include/linux/
H A Dhid_bpf.h102 enum hid_bpf_prog_type { enum