Searched refs:refresh_timer (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_dma.c533 init_timer(&mfd->refresh_timer);
534 mfd->refresh_timer.function = mdp_refresh_screen;
535 mfd->refresh_timer.data = data;
539 mfd->refresh_timer.expires = jiffies + (HZ / 1000);
541 mfd->refresh_timer.expires =
544 add_timer(&mfd->refresh_timer);
H A Dmsm_fb.h91 struct timer_list refresh_timer; member in struct:msm_fb_data_type
H A Dmsm_fb.c310 if (mfd->refresh_timer.function)
311 del_timer(&mfd->refresh_timer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_expect.c358 static inline int refresh_timer(struct nf_conntrack_expect *i) function
391 if (refresh_timer(i)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_vty.c2223 DEFUN (refresh_timer, refresh_timer_cmd,

Completed in 131 milliseconds