t1_timer          113 drivers/nfc/st-nci/ndlc.c 		mod_timer(&ndlc->t1_timer, time_sent +
t1_timer          164 drivers/nfc/st-nci/ndlc.c 				del_timer_sync(&ndlc->t1_timer);
t1_timer          175 drivers/nfc/st-nci/ndlc.c 				mod_timer(&ndlc->t1_timer, time_sent +
t1_timer          181 drivers/nfc/st-nci/ndlc.c 				mod_timer(&ndlc->t1_timer, time_sent +
t1_timer          203 drivers/nfc/st-nci/ndlc.c 	if (ndlc->t1_active && timer_pending(&ndlc->t1_timer) == 0) {
t1_timer          216 drivers/nfc/st-nci/ndlc.c 		del_timer_sync(&ndlc->t1_timer);
t1_timer          240 drivers/nfc/st-nci/ndlc.c 	struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer);
t1_timer          274 drivers/nfc/st-nci/ndlc.c 	timer_setup(&ndlc->t1_timer, ndlc_t1_timeout, 0);
t1_timer          292 drivers/nfc/st-nci/ndlc.c 	del_timer_sync(&ndlc->t1_timer);
t1_timer           22 drivers/nfc/st-nci/ndlc.h 	struct timer_list t1_timer;
t1_timer           43 net/nfc/hci/llc_shdlc.c 	struct timer_list t1_timer;	/* send ack timeout */
t1_timer          241 net/nfc/hci/llc_shdlc.c 		mod_timer(&shdlc->t1_timer, jiffies +
t1_timer          536 net/nfc/hci/llc_shdlc.c 			del_timer_sync(&shdlc->t1_timer);
t1_timer          583 net/nfc/hci/llc_shdlc.c 	struct llc_shdlc *shdlc = from_timer(shdlc, t, t1_timer);
t1_timer          651 net/nfc/hci/llc_shdlc.c 		if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) {
t1_timer          756 net/nfc/hci/llc_shdlc.c 	timer_setup(&shdlc->t1_timer, llc_shdlc_t1_timeout, 0);