Lines Matching refs:status
182 /* PHY configuration and status registers */
292 * @status: connection status
314 enum drm_connector_status status;
371 bool status = !!reset_control_status(dp->reset);
373 if (assert == status)
609 * @link_status: link status from sink which contains requested training values
899 if (dp->status == connector_status_disconnected ||
1020 if (dp->status == connector_status_disconnected) {
1319 dp->status = connector_status_connected;
1324 dp->status = connector_status_disconnected;
1413 if (dp->status == connector_status_connected) {
1555 u32 status, mask;
1557 status = zynqmp_dp_read(dp, ZYNQMP_DP_INT_STATUS);
1559 if (!(status & ~mask))
1563 if (status & ZYNQMP_DP_INT_CHBUF_UNDERFLW_MASK)
1565 if (status & ZYNQMP_DP_INT_CHBUF_OVERFLW_MASK)
1568 zynqmp_dp_write(dp, ZYNQMP_DP_INT_STATUS, status);
1570 if (status & ZYNQMP_DP_INT_VBLANK_START)
1573 if (status & ZYNQMP_DP_INT_HPD_EVENT)
1576 if (status & ZYNQMP_DP_INT_HPD_IRQ) {
1578 u8 status[DP_LINK_STATUS_SIZE + 2];
1580 ret = drm_dp_dpcd_read(&dp->aux, DP_SINK_COUNT, status,
1585 if (status[4] & DP_LINK_STATUS_UPDATED ||
1586 !drm_dp_clock_recovery_ok(&status[2], dp->mode.lane_cnt) ||
1587 !drm_dp_channel_eq_ok(&status[2], dp->mode.lane_cnt)) {
1654 dp->status = connector_status_disconnected;