long_hpd         6272 drivers/gpu/drm/i915/display/intel_dp.c intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
long_hpd         6276 drivers/gpu/drm/i915/display/intel_dp.c 	if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
long_hpd         6290 drivers/gpu/drm/i915/display/intel_dp.c 		      long_hpd ? "long" : "short");
long_hpd         6292 drivers/gpu/drm/i915/display/intel_dp.c 	if (long_hpd) {
long_hpd           65 drivers/gpu/drm/i915/display/intel_dp.h 				  bool long_hpd);
long_hpd          153 drivers/gpu/drm/i915/display/intel_hotplug.c 				       enum hpd_pin pin, bool long_hpd)
long_hpd          158 drivers/gpu/drm/i915/display/intel_hotplug.c 	const int increment = long_hpd ? 10 : 1;
long_hpd          163 drivers/gpu/drm/i915/display/intel_hotplug.c 	    (!long_hpd && !dev_priv->hotplug.hpd_short_storm_enabled))
long_hpd          326 drivers/gpu/drm/i915/display/intel_hotplug.c 		bool long_hpd, short_hpd;
long_hpd          332 drivers/gpu/drm/i915/display/intel_hotplug.c 		long_hpd = long_port_mask & BIT(port);
long_hpd          335 drivers/gpu/drm/i915/display/intel_hotplug.c 		if (!long_hpd && !short_hpd)
long_hpd          340 drivers/gpu/drm/i915/display/intel_hotplug.c 		ret = dig_port->hpd_pulse(dig_port, long_hpd);
long_hpd          473 drivers/gpu/drm/i915/display/intel_hotplug.c 		bool long_hpd;
long_hpd          482 drivers/gpu/drm/i915/display/intel_hotplug.c 		long_hpd = long_mask & BIT(pin);
long_hpd          485 drivers/gpu/drm/i915/display/intel_hotplug.c 				 long_hpd ? "long" : "short");
long_hpd          488 drivers/gpu/drm/i915/display/intel_hotplug.c 		if (long_hpd) {
long_hpd          499 drivers/gpu/drm/i915/display/intel_hotplug.c 		bool long_hpd;
long_hpd          525 drivers/gpu/drm/i915/display/intel_hotplug.c 			long_hpd = long_hpd_pulse_mask & BIT(pin);
long_hpd          528 drivers/gpu/drm/i915/display/intel_hotplug.c 			long_hpd = true;
long_hpd          532 drivers/gpu/drm/i915/display/intel_hotplug.c 		if (intel_hpd_irq_storm_detect(dev_priv, pin, long_hpd)) {