Lines Matching +defs:major +defs:mode
62 unsigned int major;
188 * g2d_validate_select_mode - validate select mode.
190 * @mode: the mode to validate
192 * Returns zero for an invalid mode and one otherwise.
195 enum e_g2d_select_mode mode)
197 switch (mode) {
212 * Returns zero for an invalid mode and one otherwise.
380 ctx->major = ver.major;
383 printf(MSG_PREFIX "G2D version (%d.%d).\n", ctx->major, ctx->minor);
823 fprintf(stderr , MSG_PREFIX "invalid select mode for source.\n");
942 fprintf(stderr , MSG_PREFIX "invalid select mode for source.\n");