Lines Matching defs:mode_option
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;