Searched refs:damage_work (Results 1 – 3 of 3) sorted by relevance
57 struct work_struct damage_work; member
269 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, damage_work); in drm_fb_helper_damage_work()307 INIT_WORK(&helper->damage_work, drm_fb_helper_damage_work); in drm_fb_helper_prepare()437 cancel_work_sync(&fb_helper->damage_work); in drm_fb_helper_fini()476 schedule_work(&helper->damage_work); in drm_fb_helper_damage()639 cancel_work_sync(&fb_helper->damage_work); in drm_fb_helper_set_suspend_unlocked()
686 struct dlfb_data *dlfb = container_of(w, struct dlfb_data, damage_work); in dlfb_damage_work()717 schedule_work(&dlfb->damage_work); in dlfb_offload_damage()943 cancel_work_sync(&dlfb->damage_work); in dlfb_ops_destroy()1663 INIT_WORK(&dlfb->damage_work, dlfb_damage_work); in dlfb_usb_probe()