Searched refs:timer_sleep (Results 1 – 1 of 1) sorted by relevance
73 struct delayed_work timer_sleep; member1139 cancel_delayed_work(&priv->timer_sleep); in xc_load_fw_and_init_tuner()1246 static void xc5000_do_timer_sleep(struct work_struct *timer_sleep) in xc5000_do_timer_sleep() argument1248 struct xc5000_priv *priv =container_of(timer_sleep, struct xc5000_priv, in xc5000_do_timer_sleep()1249 timer_sleep.work); in xc5000_do_timer_sleep()1275 schedule_delayed_work(&priv->timer_sleep, in xc5000_sleep()1288 cancel_delayed_work(&priv->timer_sleep); in xc5000_suspend()1338 cancel_delayed_work(&priv->timer_sleep); in xc5000_release()1421 INIT_DELAYED_WORK(&priv->timer_sleep, xc5000_do_timer_sleep); in xc5000_attach()