Lines Matching refs:best_iface
693 char *best_iface;
700 best_iface = has_user_backlight_override(output);
701 if (best_iface)
708 best_iface = backlight_find_for_device(pci);
712 output->name, best_iface ?: "none"));
714 backlight_open(&sna_output->backlight, best_iface);
721 case BL_FIRMWARE: best_iface = (char *)"firmware"; break;
722 case BL_PLATFORM: best_iface = (char *)"platform"; break;
723 case BL_RAW: best_iface = (char *)"raw"; break;
724 default: best_iface = (char *)"unknown"; break;
728 sna_output->backlight.iface, best_iface, output->name);