Lines Matching full:over

276  * Allows one to iterate over all private objects attached to @dev
677 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
686 * This iterates over all connectors in an atomic update, tracking both old and
700 * for_each_old_connector_in_state - iterate over all connectors in an atomic update
707 * This iterates over all connectors in an atomic update, tracking only the old
720 * for_each_new_connector_in_state - iterate over all connectors in an atomic update
727 * This iterates over all connectors in an atomic update, tracking only the new
740 * for_each_oldnew_crtc_in_state - iterate over all CRTCs in an atomic update
747 * This iterates over all CRTCs in an atomic update, tracking both old and
761 * for_each_old_crtc_in_state - iterate over all CRTCs in an atomic update
767 * This iterates over all CRTCs in an atomic update, tracking only the old
780 * for_each_new_crtc_in_state - iterate over all CRTCs in an atomic update
786 * This iterates over all CRTCs in an atomic update, tracking only the new
799 * for_each_oldnew_plane_in_state - iterate over all planes in an atomic update
806 * This iterates over all planes in an atomic update, tracking both old and
820 * for_each_oldnew_plane_in_state_reverse - iterate over all planes in an atomic
828 * This iterates over all planes in an atomic update in reverse order,
842 * for_each_old_plane_in_state - iterate over all planes in an atomic update
848 * This iterates over all planes in an atomic update, tracking only the old
860 * for_each_new_plane_in_state - iterate over all planes in an atomic update
866 * This iterates over all planes in an atomic update, tracking only the new
879 * for_each_oldnew_private_obj_in_state - iterate over all private objects in an atomic update
886 * This iterates over all private objects in an atomic update, tracking both
899 * for_each_old_private_obj_in_state - iterate over all private objects in an atomic update
905 * This iterates over all private objects in an atomic update, tracking only
917 * for_each_new_private_obj_in_state - iterate over all private objects in an atomic update
923 * This iterates over all private objects in an atomic update, tracking only