Searched refs:dc3co_work (Results 1 – 2 of 2) sorted by relevance
1208 container_of(work, typeof(*intel_dp), psr.dc3co_work.work); in tgl_dc3co_disable_work()1212 if (delayed_work_pending(&intel_dp->psr.dc3co_work)) in tgl_dc3co_disable_work()1225 cancel_delayed_work(&intel_dp->psr.dc3co_work); in tgl_disallow_dc3co_on_psr2_exit()2413 cancel_delayed_work_sync(&intel_dp->psr.dc3co_work); in intel_psr_disable()2444 cancel_delayed_work_sync(&psr->dc3co_work); in intel_psr_pause()3615 mod_delayed_work(display->wq.unordered, &intel_dp->psr.dc3co_work, in tgl_dc3co_flush_locked()3763 INIT_DELAYED_WORK(&intel_dp->psr.dc3co_work, tgl_dc3co_disable_work); in intel_psr_init()
1780 struct delayed_work dc3co_work; member