Searched refs:led_act_off (Results 1 – 2 of 2) sorted by relevance
964 cancel_delayed_work(&priv->led_act_off); in __ipw_led_activity_on()965 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON); in __ipw_led_activity_on()968 cancel_delayed_work(&priv->led_act_off); in __ipw_led_activity_on()969 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON); in __ipw_led_activity_on()1013 container_of(work, struct ipw_priv, led_act_off.work); in ipw_bg_led_activity_off()1161 cancel_delayed_work(&priv->led_act_off); in ipw_led_shutdown()10622 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off); in ipw_setup_deferred_work()11770 cancel_delayed_work_sync(&priv->led_act_off); in ipw_pci_remove()
1318 struct delayed_work led_act_off; member