Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/
A Domapfb.h75 struct delayed_work auto_update_work; member
A Domapfb-main.c1664 auto_update_work.work); in omapfb_auto_update_work()
1683 &d->auto_update_work, HZ / freq); in omapfb_auto_update_work()
1707 INIT_DELAYED_WORK(&d->auto_update_work, omapfb_auto_update_work); in omapfb_start_auto_update()
1711 omapfb_auto_update_work(&d->auto_update_work.work); in omapfb_start_auto_update()
1721 cancel_delayed_work_sync(&d->auto_update_work); in omapfb_stop_auto_update()

Completed in 8 milliseconds