Home
last modified time | relevance | path

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

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