Lines Matching refs:touch
364 if ((Trg & PAD_BUTTON_A) || (tp_trg.touch && tp_trg.x > 128)) in set_pulse_state()
369 else if (tp_trg.touch && tp_trg.x <= 128) in set_pulse_state()
376 else if (Trg & PAD_BUTTON_B || tp_uptrg.touch) in set_pulse_state()
517 if ((Trg & PAD_BUTTON_A) || (tp_trg.touch && tp_trg.x > 128)) in save_and_load_pulse_state()
530 else if (tp_trg.touch && tp_trg.x <= 128) in save_and_load_pulse_state()
545 else if (Trg & PAD_BUTTON_B || (tp_uptrg.touch && tp_uptrg.x > 128)) in save_and_load_pulse_state()
765 tp_last.touch = 0; in read_tp()
768 if (tp_last.touch && (!tp_pre.touch)) in read_tp()
774 tp_trg.touch = FALSE; in read_tp()
777 if ((!tp_last.touch) && tp_pre.touch) in read_tp()
783 tp_uptrg.touch = FALSE; in read_tp()