Lines Matching refs:best_iface
1078 char *best_iface;
1086 best_iface = has_user_backlight_override(output);
1087 if (best_iface)
1091 best_iface = has_connector_backlight(output);
1092 if (best_iface)
1102 best_iface = backlight_find_for_device(pci);
1106 output->name, best_iface ?: "none"));
1108 backlight_open(&sna_output->backlight, best_iface);
1115 case BL_FIRMWARE: best_iface = (char *)"firmware"; break;
1116 case BL_PLATFORM: best_iface = (char *)"platform"; break;
1117 case BL_RAW: best_iface = (char *)"raw"; break;
1118 default: best_iface = (char *)"unknown"; break;
1122 sna_output->backlight.iface, best_iface, output->name);