Lines Matching refs:state
772 * exit the power saving state within 1 ms" (Section 2.5.3.1,
1580 bool state = false;
1594 state = true;
1603 return state;
2700 int state, ret;
2707 state = extcon_get_state(it6505->extcon, EXTCON_DISP_DP);
2708 DRM_DEV_DEBUG_DRIVER(dev, "EXTCON_DISP_DP = 0x%02x", state);
2710 if (state == it6505->extcon_state || unlikely(state < 0))
2712 it6505->extcon_state = state;
2713 if (state) {
2939 struct drm_atomic_state *state = old_state->base.state;
2949 connector = drm_atomic_get_new_connector_for_encoder(state,
2955 conn_state = drm_atomic_get_new_connector_state(state, connector);
2960 crtc_state = drm_atomic_get_new_crtc_state(state, conn_state->crtc);