HomeSort by: relevance | last modified time | path
    Searched refs:mode_option (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 1740 * @mode_option: optional per connector mode option
1744 * This parses @mode_option command line modeline for modes and options to
1745 * configure the connector. If @mode_option is NULL the default command line
1763 bool drm_mode_parse_command_line_for_connector(const char *mode_option,
1779 if (!mode_option)
1782 name = mode_option;
1838 unsigned int len = strlen(mode_option);
1843 if (len == 1 || (len >= 2 && mode_option[1] == ','))
1844 extra_ptr = mode_option;
1846 options_ptr = mode_option - 1
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 542 drm_mode_parse_command_line_for_connector(const char *mode_option,
  /src/lib/libc/time/
zic.c 807 mode_option(char const *arg) function
1306 output_mode = mode_option(optarg);

Completed in 26 milliseconds