Lines Matching defs:options
2010 static int pxafb_parse_options(struct device *dev, char *options,
2016 if (!options || !*options)
2019 dev_dbg(dev, "options are \"%s\"\n", options ? options : "null");
2022 while ((this_opt = strsep(&options, ",")) != NULL) {
2035 char *options = NULL;
2037 if (fb_get_options("pxafb", &options))
2040 if (options)
2041 strscpy(g_options, options, sizeof(g_options));
2048 module_param_string(options, g_options, sizeof(g_options), 0);
2049 MODULE_PARM_DESC(options, "LCD parameters (see Documentation/fb/pxafb.rst)");