Lines Matching refs:wakeref
49 tc_cold_unblock(struct intel_digital_port *dig_port, intel_wakeref_t wakeref) in tc_cold_unblock() argument
59 if (wakeref == 0) in tc_cold_unblock()
63 intel_display_power_put_async(i915, domain, wakeref); in tc_cold_unblock()
115 intel_wakeref_t wakeref; in intel_tc_port_fia_max_lane_count() local
124 with_intel_display_power(i915, POWER_DOMAIN_DISPLAY_CORE, wakeref) in intel_tc_port_fia_max_lane_count()
669 intel_wakeref_t wakeref; in __intel_tc_port_lock() local
671 wakeref = intel_display_power_get(i915, POWER_DOMAIN_DISPLAY_CORE); in __intel_tc_port_lock()
688 dig_port->tc_lock_wakeref = wakeref; in __intel_tc_port_lock()
699 intel_wakeref_t wakeref = fetch_and_zero(&dig_port->tc_lock_wakeref); in intel_tc_port_unlock() local
704 wakeref); in intel_tc_port_unlock()
749 intel_wakeref_t wakeref; in tc_has_modular_fia() local
756 wakeref = tc_cold_block(dig_port); in tc_has_modular_fia()
758 tc_cold_unblock(dig_port, wakeref); in tc_has_modular_fia()