Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c33 struct hid_bpf_prog_entry { struct
42 struct hid_bpf_prog_entry entries[HID_BPF_MAX_PROGS]; /* compacted list, circular buffer */ argument
85 struct hid_bpf_prog_entry *entry = &jmp_table.entries[i]; in hid_bpf_program_count()
178 struct hid_bpf_prog_entry *entry = &jmp_table.entries[i]; in hid_bpf_populate_hdev()
213 struct hid_bpf_prog_entry *entry = &jmp_table.entries[i]; in hid_bpf_release_progs()
235 struct hid_bpf_prog_entry *next; in hid_bpf_release_progs()
261 struct hid_bpf_prog_entry *entry = &jmp_table.entries[i]; in hid_bpf_release_progs()
273 struct hid_bpf_prog_entry *entry = &jmp_table.entries[i]; in hid_bpf_release_progs()
402 struct hid_bpf_prog_entry *prog_entry; in __hid_bpf_attach_prog()