Searched refs:scan_timer (Results 1 – 3 of 3) sorted by relevance
404 static struct timer_list scan_timer; variable1045 if (scan_timer.function != NULL) { in lcd_write()1792 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer()1797 if (scan_timer.function != NULL) in init_scan_timer()1800 init_timer(&scan_timer); in init_scan_timer()1801 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()1802 scan_timer.data = 0; in init_scan_timer()1803 scan_timer.function = (void *)&panel_scan_timer; in init_scan_timer()1804 add_timer(&scan_timer); in init_scan_timer()2164 if (scan_timer.function != NULL) in panel_cleanup_module()[all …]
388 struct timer_list scan_timer; member
3506 init_timer(&ieee->scan_timer);3507 ieee->scan_timer.data = (unsigned long)ieee;3508 ieee->scan_timer.function = ieee80211_softmac_scan_cb;