Lines Matching refs:name
45 const char *name;
78 .name = "omapdss_dss",
1276 " %s\n", ctrl_caps[i].name);
1284 " %s\n", color_caps[i].name);
1292 " %s\n", color_caps[i].name);
1309 return sysfs_emit(buf, "%s\n", fbdev->panel->name);
1362 __ATTR(name, 0444, omapfb_show_panel_name, NULL);
1375 .name = "panel",
1385 return sysfs_emit(buf, "%s\n", fbdev->ctrl->name);
1389 __ATTR(name, 0444, omapfb_show_ctrl_name, NULL);
1397 .name = "ctrl",
1572 char name[17];
1579 strscpy(name, conf->lcd.ctrl_name, sizeof(name));
1581 if (strcmp(name, "internal") == 0) {
1587 dev_dbg(fbdev->dev, "ctrl %s\n", ctrls[i]->name);
1588 if (strcmp(ctrls[i]->name, name) == 0) {
1595 dev_dbg(fbdev->dev, "ctrl %s not supported\n", name);
1684 pr_info("omapfb: configured for panel %s\n", fbdev->panel->name);
1839 .name = MODULE_NAME,