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

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

Completed in 183 milliseconds