Home
last modified time | relevance | path

Searched refs:check_timer (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/i2c/busses/
Di2c-img-scb.c395 struct timer_list check_timer; member
586 mod_timer(&i2c->check_timer, jiffies + msecs_to_jiffies(1)); in img_i2c_read()
600 mod_timer(&i2c->check_timer, jiffies + msecs_to_jiffies(1)); in img_i2c_write()
868 mod_timer(&i2c->check_timer, jiffies + msecs_to_jiffies(1)); in img_i2c_auto()
1075 del_timer_sync(&i2c->check_timer); in img_i2c_xfer()
1312 init_timer(&i2c->check_timer); in img_i2c_probe()
1313 i2c->check_timer.function = img_i2c_check_timer; in img_i2c_probe()
1314 i2c->check_timer.data = (unsigned long)i2c; in img_i2c_probe()
/linux-4.1.27/drivers/net/ethernet/nuvoton/
Dw90p910_ether.c162 struct timer_list check_timer; member
262 mod_timer(&ether->check_timer, jiffies + msecs_to_jiffies(1000)); in w90p910_check_link()
577 del_timer_sync(&ether->check_timer); in w90p910_ether_close()
836 mod_timer(&ether->check_timer, jiffies + msecs_to_jiffies(1000)); in w90p910_ether_open()
966 setup_timer(&ether->check_timer, w90p910_check_link, in w90p910_ether_setup()
1073 del_timer_sync(&ether->check_timer); in w90p910_ether_remove()
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c2163 static inline void __init check_timer(void) in check_timer() function
2397 check_timer(); in setup_IO_APIC()