Lines Matching refs:t

754 	int t;  in cyttsp4_report_slot_liftoff()  local
759 for (t = 0; t < max_slots; t++) { in cyttsp4_report_slot_liftoff()
760 input_mt_slot(md->input, t); in cyttsp4_report_slot_liftoff()
855 int t; in cyttsp4_final_sync() local
857 for (t = 0; t < max_slots; t++) { in cyttsp4_final_sync()
858 if (ids[t]) in cyttsp4_final_sync()
860 input_mt_slot(input, t); in cyttsp4_final_sync()
873 int i, j, t = 0; in cyttsp4_get_mt_touches() local
895 t = tch.abs[CY_TCH_T] - md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
899 __func__, t, tch.abs[CY_TCH_E]); in cyttsp4_get_mt_touches()
902 input_mt_slot(md->input, t); in cyttsp4_get_mt_touches()
905 ids[t] = true; in cyttsp4_get_mt_touches()
941 __func__, t, in cyttsp4_get_mt_touches()
952 t, in cyttsp4_get_mt_touches()
1270 static void cyttsp4_watchdog_timer(struct timer_list *t) in cyttsp4_watchdog_timer() argument
1272 struct cyttsp4 *cd = from_timer(cd, t, watchdog_timer); in cyttsp4_watchdog_timer()
1284 int t = msecs_to_jiffies(timeout_ms); in cyttsp4_request_exclusive() local
1297 t = wait_event_timeout(cd->wait_q, !cd->exclusive_dev, t); in cyttsp4_request_exclusive()
1298 if (IS_TMO(t)) { in cyttsp4_request_exclusive()
1341 long t; in cyttsp4_wait_bl_heartbeat() local
1346 t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_BOOTLOADER, in cyttsp4_wait_bl_heartbeat()
1348 if (IS_TMO(t)) { in cyttsp4_wait_bl_heartbeat()
1359 long t; in cyttsp4_wait_sysinfo_mode() local
1363 t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_SYSINFO, in cyttsp4_wait_sysinfo_mode()
1365 if (IS_TMO(t)) { in cyttsp4_wait_sysinfo_mode()
1403 long t; in cyttsp4_set_mode() local
1450 t = wait_event_timeout(cd->wait_q, in cyttsp4_set_mode()
1454 __func__, t, cd->mode); in cyttsp4_set_mode()
1456 if (IS_TMO(t)) { in cyttsp4_set_mode()
1773 int t; in cyttsp4_core_wake_() local
1803 t = wait_event_timeout(cd->wait_q, in cyttsp4_core_wake_()
1806 if (IS_TMO(t)) { in cyttsp4_core_wake_()