Searched refs:hpd_pulse (Results 1 – 5 of 5) sorted by relevance
299 enc_to_dig_port(encoder)->hpd_pulse != NULL; in intel_encoder_has_hpd_pulse()334 ret = dig_port->hpd_pulse(dig_port, long_hpd); in i915_digport_work_func()
1666 enum irqreturn (*hpd_pulse)(struct intel_digital_port *, bool); member
1401 dig_port->hpd_pulse = intel_dp_hpd_pulse; in g4x_dp_init()
4622 dig_port->hpd_pulse = intel_dp_hpd_pulse; in intel_ddi_init()
2218 static bool cdns_mhdp_detect_hpd(struct cdns_mhdp_device *mhdp, bool *hpd_pulse) in cdns_mhdp_detect_hpd() argument2222 *hpd_pulse = false; in cdns_mhdp_detect_hpd()2241 *hpd_pulse = true; in cdns_mhdp_detect_hpd()2253 bool hpd_pulse; in cdns_mhdp_update_link_status() local2258 mhdp->plugged = cdns_mhdp_detect_hpd(mhdp, &hpd_pulse); in cdns_mhdp_update_link_status()2273 if (hpd_pulse && old_plugged == mhdp->plugged) { in cdns_mhdp_update_link_status()
Completed in 27 milliseconds