Home
last modified time | relevance | path

Searched refs:timer_sleep (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/tuners/
Dxc5000.c69 struct delayed_work timer_sleep; member
1118 cancel_delayed_work(&priv->timer_sleep); in xc_load_fw_and_init_tuner()
1226 static void xc5000_do_timer_sleep(struct work_struct *timer_sleep) in xc5000_do_timer_sleep() argument
1228 struct xc5000_priv *priv =container_of(timer_sleep, struct xc5000_priv, in xc5000_do_timer_sleep()
1229 timer_sleep.work); in xc5000_do_timer_sleep()
1255 schedule_delayed_work(&priv->timer_sleep, in xc5000_sleep()
1268 cancel_delayed_work(&priv->timer_sleep); in xc5000_suspend()
1318 cancel_delayed_work(&priv->timer_sleep); in xc5000_release()
1399 INIT_DELAYED_WORK(&priv->timer_sleep, xc5000_do_timer_sleep); in xc5000_attach()