Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dhid_bpf.h99 #define HID_BPF_FLAG_MASK (((HID_BPF_FLAG_MAX - 1) << 1) - 1) macro
/linux-6.6.21/drivers/hid/bpf/
Dhid_bpf_dispatch.c300 if ((flags & ~HID_BPF_FLAG_MASK)) in hid_bpf_attach_prog()