Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DHuion__Inspiroy-2-S.bpf.c529 __u8 tip_state = data[1] & 0x1; in SEC() local
535 if (tip_state) in SEC()
550 last_tip_state = tip_state; in SEC()
/linux/sound/soc/codecs/
H A Dcs42l84.c46 u8 tip_state; member
845 if (current_tip_state != cs42l84->tip_state) { in cs42l84_irq_thread()
846 cs42l84->tip_state = current_tip_state; in cs42l84_irq_thread()
866 cs42l84->tip_state = CS42L84_UNPLUG; in cs42l84_irq_thread()
942 cs42l84->tip_state = (((char) reg) & in cs42l84_setup_plug_detect()
/linux/drivers/hid/
H A Dhid-multitouch.c115 bool *tip_state; /* is the touch valid? */ member
619 usage->tip_state = DEFAULT_FALSE; in mt_allocate_usage()
905 MT_STORE_FIELD(tip_state); in mt_touch_input_mapping()
1127 valid = *slot->tip_state; in mt_process_slot()
1153 active = *slot->tip_state || inrange_state; in mt_process_slot()
1241 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()