Lines Matching refs:name
45 const char *name;
78 .name = "omapdss_dss",
1273 " %s\n", ctrl_caps[i].name);
1281 " %s\n", color_caps[i].name);
1289 " %s\n", color_caps[i].name);
1306 return snprintf(buf, PAGE_SIZE, "%s\n", fbdev->panel->name);
1359 __ATTR(name, 0444, omapfb_show_panel_name, NULL);
1372 .name = "panel",
1382 return snprintf(buf, PAGE_SIZE, "%s\n", fbdev->ctrl->name);
1386 __ATTR(name, 0444, omapfb_show_ctrl_name, NULL);
1394 .name = "ctrl",
1569 char name[17];
1576 strncpy(name, conf->lcd.ctrl_name, sizeof(name) - 1);
1577 name[sizeof(name) - 1] = '\0';
1579 if (strcmp(name, "internal") == 0) {
1585 dev_dbg(fbdev->dev, "ctrl %s\n", ctrls[i]->name);
1586 if (strcmp(ctrls[i]->name, name) == 0) {
1593 dev_dbg(fbdev->dev, "ctrl %s not supported\n", name);
1670 pr_info("omapfb: configured for panel %s\n", fbdev->panel->name);
1827 .name = MODULE_NAME,