Searched refs:LEDTimer (Results 1 – 2 of 2) sorted by relevance
610 pHwData->LEDTimer.expires = jiffies + msecs_to_jiffies(TimeInterval); in hal_led_control()611 add_timer(&pHwData->LEDTimer); in hal_led_control()632 init_timer(&pHwData->LEDTimer); in hal_init_hardware()633 pHwData->LEDTimer.function = hal_led_control; in hal_init_hardware()634 pHwData->LEDTimer.data = (unsigned long)priv; in hal_init_hardware()635 pHwData->LEDTimer.expires = jiffies + msecs_to_jiffies(1000); in hal_init_hardware()636 add_timer(&pHwData->LEDTimer); in hal_init_hardware()826 del_timer_sync(&pHwData->LEDTimer); in hal_halt()
444 struct timer_list LEDTimer; /* For LED */ member