Lines Matching refs:ptr
205 struct drm_connector *connector = state->connectors[i].ptr;
212 state->connectors[i].ptr = NULL;
220 struct drm_crtc *crtc = state->crtcs[i].ptr;
228 state->crtcs[i].ptr = NULL;
240 struct drm_plane *plane = state->planes[i].ptr;
247 state->planes[i].ptr = NULL;
254 struct drm_private_obj *obj = state->private_objs[i].ptr;
258 state->private_objs[i].ptr = NULL;
369 state->crtcs[index].ptr = crtc;
553 state->planes[index].ptr = plane;
846 if (obj == state->private_objs[i].ptr)
870 state->private_objs[index].ptr = obj;
898 if (obj == state->private_objs[i].ptr)
920 if (obj == state->private_objs[i].ptr)
1114 state->connectors[index].ptr = connector;