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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dcommon.c91 del_timer(&hose->err_timer);
108 init_timer(&hose->err_timer);
109 hose->err_timer.data = (unsigned long)hose;
110 hose->err_timer.function = pcibios_enable_err;
156 hose->err_timer.expires = jiffies + HZ;
157 add_timer(&hose->err_timer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dcs5535-clockevt.c157 goto err_timer;
189 err_timer:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpci.h35 struct timer_list err_timer, serr_timer; member in struct:pci_channel

Completed in 90 milliseconds