Searched refs:timer_sleep (Results 1 – 1 of 1) sorted by relevance
59 struct delayed_work timer_sleep; member1108 cancel_delayed_work(&priv->timer_sleep); in xc_load_fw_and_init_tuner()1216 static void xc5000_do_timer_sleep(struct work_struct *timer_sleep) in xc5000_do_timer_sleep() argument1218 struct xc5000_priv *priv =container_of(timer_sleep, struct xc5000_priv, in xc5000_do_timer_sleep()1219 timer_sleep.work); in xc5000_do_timer_sleep()1245 schedule_delayed_work(&priv->timer_sleep, in xc5000_sleep()1258 cancel_delayed_work(&priv->timer_sleep); in xc5000_suspend()1308 cancel_delayed_work(&priv->timer_sleep); in xc5000_release()1389 INIT_DELAYED_WORK(&priv->timer_sleep, xc5000_do_timer_sleep); in xc5000_attach()