Searched refs:dc3co_work (Results 1 – 2 of 2) sorted by relevance
1200 container_of(work, typeof(*intel_dp), psr.dc3co_work.work); in tgl_dc3co_disable_work()1204 if (delayed_work_pending(&intel_dp->psr.dc3co_work)) in tgl_dc3co_disable_work()1217 cancel_delayed_work(&intel_dp->psr.dc3co_work); in tgl_disallow_dc3co_on_psr2_exit()2404 cancel_delayed_work_sync(&intel_dp->psr.dc3co_work); in intel_psr_disable()2435 cancel_delayed_work_sync(&psr->dc3co_work); in intel_psr_pause()3596 mod_delayed_work(display->wq.unordered, &intel_dp->psr.dc3co_work, in tgl_dc3co_flush_locked()3742 INIT_DELAYED_WORK(&intel_dp->psr.dc3co_work, tgl_dc3co_disable_work); in intel_psr_init()
1775 struct delayed_work dc3co_work; member