Searched refs:crypto_ubicom32_ps_timer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dcrypto_ubicom32.c35 struct timer_list crypto_ubicom32_ps_timer; variable in typeref:struct:timer_list
H A Dcrypto_ubicom32.h78 extern struct timer_list crypto_ubicom32_ps_timer;
231 crypto_ubicom32_ps_timer.expires = jiffies + msecs_to_jiffies(HW_CRYPTO_PS_MAX_IDLE_MS >> 1);
232 add_timer(&crypto_ubicom32_ps_timer);
281 init_timer_deferrable(&crypto_ubicom32_ps_timer);
282 crypto_ubicom32_ps_timer.function = crypto_ubicom32_ps_check;
283 crypto_ubicom32_ps_timer.data = 0;

Completed in 27 milliseconds