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

/linux-master/net/nfc/
H A Dllcp.h92 struct timer_list sdreq_timer; member in struct:nfc_llcp_local
H A Dllcp_core.c170 del_timer_sync(&local->sdreq_timer);
278 mod_timer(&local->sdreq_timer,
289 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer);
1663 timer_setup(&local->sdreq_timer, nfc_llcp_sdreq_timer, 0);
H A Dllcp_commands.c593 mod_timer(&local->sdreq_timer,

Completed in 214 milliseconds