Searched refs:led_act_off (Results 1 – 2 of 2) sorted by relevance
977 cancel_delayed_work(&priv->led_act_off); in __ipw_led_activity_on()978 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON); in __ipw_led_activity_on()981 cancel_delayed_work(&priv->led_act_off); in __ipw_led_activity_on()982 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON); in __ipw_led_activity_on()1026 container_of(work, struct ipw_priv, led_act_off.work); in ipw_bg_led_activity_off()1174 cancel_delayed_work(&priv->led_act_off); in ipw_led_shutdown()10676 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off); in ipw_setup_deferred_work()11826 cancel_delayed_work_sync(&priv->led_act_off); in ipw_pci_remove()
1319 struct delayed_work led_act_off; member