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

/linux-master/drivers/nfc/st-nci/
H A Dndlc.c113 mod_timer(&ndlc->t1_timer, time_sent +
164 del_timer_sync(&ndlc->t1_timer);
175 mod_timer(&ndlc->t1_timer, time_sent +
181 mod_timer(&ndlc->t1_timer, time_sent +
203 if (ndlc->t1_active && timer_pending(&ndlc->t1_timer) == 0) {
216 del_timer_sync(&ndlc->t1_timer);
240 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer);
270 timer_setup(&ndlc->t1_timer, ndlc_t1_timeout, 0);
286 del_timer_sync(&ndlc->t1_timer);
H A Dndlc.h22 struct timer_list t1_timer; member in struct:llt_ndlc
/linux-master/net/nfc/hci/
H A Dllc_shdlc.c43 struct timer_list t1_timer; /* send ack timeout */ member in struct:llc_shdlc
239 mod_timer(&shdlc->t1_timer, jiffies +
529 del_timer_sync(&shdlc->t1_timer);
574 struct llc_shdlc *shdlc = from_timer(shdlc, t, t1_timer);
640 if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) {
739 timer_setup(&shdlc->t1_timer, llc_shdlc_t1_timeout, 0);

Completed in 149 milliseconds