Searched refs:check_timer (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/input/keyboard/ |
H A D | snvs_pwrkey.c | 40 struct timer_list check_timer; member 47 struct pwrkey_drv_data *pdata = from_timer(pdata, t, check_timer); in imx_imx_snvs_check_for_events() 64 mod_timer(&pdata->check_timer, in imx_imx_snvs_check_for_events() 92 mod_timer(&pdata->check_timer, in imx_snvs_pwrkey_interrupt() 107 del_timer_sync(&pd->check_timer); in imx_snvs_pwrkey_act() 159 timer_setup(&pdata->check_timer, imx_imx_snvs_check_for_events, 0); in imx_snvs_pwrkey_probe()
|
/linux/drivers/input/misc/ |
H A D | nxp-bbnsm-pwrkey.c | 42 struct timer_list check_timer; member 48 struct bbnsm_pwrkey *bbnsm = from_timer(bbnsm, t, check_timer); in bbnsm_pwrkey_check_for_events() 66 mod_timer(&bbnsm->check_timer, in bbnsm_pwrkey_check_for_events() 95 mod_timer(&bbnsm->check_timer, in bbnsm_pwrkey_interrupt() 108 timer_shutdown_sync(&bbnsm->check_timer); in bbnsm_pwrkey_act() 145 timer_setup(&bbnsm->check_timer, bbnsm_pwrkey_check_for_events, 0); in bbnsm_pwrkey_probe()
|
/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 2051 static inline void __init check_timer(void) in check_timer() function 2294 check_timer(); in setup_IO_APIC()
|