Lines Matching full:over
391 * Allows one to iterate over all private objects attached to @dev
459 * Over time, and in order to avoid confusion, drm_atomic_state has
932 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
941 * This iterates over all connectors in an atomic update, tracking both old and
956 * for_each_old_connector_in_state - iterate over all connectors in an atomic update
963 * This iterates over all connectors in an atomic update, tracking only the old
977 * for_each_new_connector_in_state - iterate over all connectors in an atomic update
984 * This iterates over all connectors in an atomic update, tracking only the new
999 * for_each_oldnew_crtc_in_state - iterate over all CRTCs in an atomic update
1006 * This iterates over all CRTCs in an atomic update, tracking both old and
1023 * for_each_old_crtc_in_state - iterate over all CRTCs in an atomic update
1029 * This iterates over all CRTCs in an atomic update, tracking only the old
1043 * for_each_new_crtc_in_state - iterate over all CRTCs in an atomic update
1049 * This iterates over all CRTCs in an atomic update, tracking only the new
1064 * for_each_oldnew_colorop_in_state - iterate over all colorops in an atomic update
1071 * This iterates over all colorops in an atomic update, tracking both old and
1087 * for_each_new_colorop_in_state - iterate over all colorops in an atomic update
1093 * This iterates over all colorops in an atomic update, tracking new state. This is
1108 * for_each_oldnew_plane_in_state - iterate over all planes in an atomic update
1115 * This iterates over all planes in an atomic update, tracking both old and
1130 * for_each_oldnew_plane_in_state_reverse - iterate over all planes in an atomic
1138 * This iterates over all planes in an atomic update in reverse order,
1168 * for_each_old_plane_in_state - iterate over all planes in an atomic update
1174 * This iterates over all planes in an atomic update, tracking only the old
1186 * for_each_new_plane_in_state - iterate over all planes in an atomic update
1192 * This iterates over all planes in an atomic update, tracking only the new
1207 * for_each_oldnew_private_obj_in_state - iterate over all private objects in an atomic update
1214 * This iterates over all private objects in an atomic update, tracking both
1227 * for_each_old_private_obj_in_state - iterate over all private objects in an atomic update
1233 * This iterates over all private objects in an atomic update, tracking only
1245 * for_each_new_private_obj_in_state - iterate over all private objects in an atomic update
1251 * This iterates over all private objects in an atomic update, tracking only