Searched refs:hpd_status (Results 1 – 12 of 12) sorted by relevance
116 struct hpd_status { struct
141 unsigned int hpd_status = 0; in lt9611uxc_irq_thread_handler() local146 regmap_read(lt9611uxc->regmap, 0xb023, &hpd_status); in lt9611uxc_irq_thread_handler()151 lt9611uxc->edid_read = !!(hpd_status & BIT(0)); in lt9611uxc_irq_thread_handler()156 lt9611uxc->hdmi_connected = hpd_status & BIT(1); in lt9611uxc_irq_thread_handler()
374 int hpd_status; member
1053 ctx->hpd_status = 0; in anx7625_stop_dp_work()1141 ctx->hpd_status = 1; in dp_hpd_change_handler()
212 struct hpd_status hpdstatus; in get_input_report()
110 bool hpd_status; /* HPD status of link without physical HPD pin. */ member
439 enum dp_hpd_status hpd_status; member
2220 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local2233 hpd_status = cdns_mhdp_get_hpd_status(mhdp); in cdns_mhdp_detect_hpd()2234 if (hpd_status < 0) { in cdns_mhdp_detect_hpd()2236 __func__, hpd_status); in cdns_mhdp_detect_hpd()2243 return !!hpd_status; in cdns_mhdp_detect_hpd()
107 u8 hpd_status:2; member
439 u8 hpd_status:2; member
1224 uint8_t hpd_status; member
240 if (link->hpd_status) in dc_link_detect_sink()