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

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h265 struct timer_list poll_timer; /* Polling timer. Used only when working without interrupts */ member in struct:tiwlan_net_dev
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c888 mod_timer(&drv->poll_timer, jiffies + TIWLAN_IRQ_POLL_INTERVAL);
1390 mod_timer (&drv->poll_timer, jiffies + TIWLAN_IRQ_POLL_INTERVAL);
1568 del_timer_sync(&drv->poll_timer);
1689 init_timer(&drv->poll_timer);
1690 drv->poll_timer.function = tiwlan_poll_irq_handler;
1691 drv->poll_timer.data = (unsigned long)drv;
H A Dosapi.c445 mod_timer (&drv->poll_timer, jiffies + TIWLAN_IRQ_POLL_INTERVAL);

Completed in 25 milliseconds