Lines Matching defs:mode
220 const char *mode = NULL;
245 /* add mode */
248 mode = arm_mode_value_table[i].modifier_name;
250 fprintf(fp, "MODE=%s", mode);
253 fprintf(fp, "|%s", mode);
2234 * Set the AGP mode.
2237 * \param mode AGP mode.
2245 drm_public int drmAgpEnable(int fd, unsigned long mode)
2250 m.mode = mode;
2412 * Get AGP mode.
2416 * \return mode on success, or zero on failure.
2430 return i.mode;