Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c53 __u8 tip_switch; member
70 .tip_switch = 1,
109 __u8 *tip_switch; in SEC() local
115 params.offsets.tip_switch >= PEN_REPORT_LEN || in SEC()
124 tip_switch = get_u8(data, params.offsets.tip_switch); in SEC()
125 if ((*tip_switch & 0x01) == 0) { in SEC()