Searched refs:led_act_off (Results 1 – 2 of 2) sorted by relevance
991 cancel_delayed_work(&priv->led_act_off); in __ipw_led_activity_on()992 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON); in __ipw_led_activity_on()995 cancel_delayed_work(&priv->led_act_off); in __ipw_led_activity_on()996 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON); in __ipw_led_activity_on()1040 container_of(work, struct ipw_priv, led_act_off.work); in ipw_bg_led_activity_off()1188 cancel_delayed_work(&priv->led_act_off); in ipw_led_shutdown()10702 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off); in ipw_setup_deferred_work()11851 cancel_delayed_work_sync(&priv->led_act_off); in ipw_pci_remove()
1333 struct delayed_work led_act_off; member