Searched refs:dc3co_work (Results 1 – 2 of 2) sorted by relevance
668 container_of(work, typeof(*intel_dp), psr.dc3co_work.work); in tgl_dc3co_disable_work()672 if (delayed_work_pending(&intel_dp->psr.dc3co_work)) in tgl_dc3co_disable_work()685 cancel_delayed_work(&intel_dp->psr.dc3co_work); in tgl_disallow_dc3co_on_psr2_exit()1408 cancel_delayed_work_sync(&intel_dp->psr.dc3co_work); in intel_psr_disable()1442 cancel_delayed_work_sync(&psr->dc3co_work); in intel_psr_pause()2285 mod_delayed_work(system_wq, &intel_dp->psr.dc3co_work, in tgl_dc3co_flush_locked()2422 INIT_DELAYED_WORK(&intel_dp->psr.dc3co_work, tgl_dc3co_disable_work); in intel_psr_init()
1615 struct delayed_work dc3co_work; member