Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c82 #define PEN_REPORT_LEN 64 macro
107 __u8 *data = hid_bpf_get_data(hctx, 0 /* offset */, PEN_REPORT_LEN /* size */); in SEC()
115 params.offsets.tip_switch >= PEN_REPORT_LEN || in SEC()
116 params.offsets.pressure >= PEN_REPORT_LEN - 1 || in SEC()
117 params.offsets.tool_type >= PEN_REPORT_LEN - 1) in SEC()