Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid_bpf.h59 #define HID_BPF_MAX_PROGS_PER_DEV 64 macro
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c199 if (count >= HID_BPF_MAX_PROGS_PER_DEV) { in hid_bpf_reg()