Searched refs:best_iface (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dbacklight.c386 char *best_iface = NULL; local in function:__backlight_find
406 free(best_iface);
407 best_iface = copy;
414 return best_iface;
528 char *best_iface = NULL; local in function:backlight_find_for_device
550 free(best_iface);
551 best_iface = copy;
558 return best_iface;
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dbacklight.c416 char *best_iface = NULL; local in function:__backlight_find
439 free(best_iface);
440 best_iface = copy;
447 return best_iface;
454 char *best_iface = NULL; local in function:backlight_find_for_device
479 free(best_iface);
480 best_iface = copy;
487 return best_iface;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c1078 char *best_iface; local in function:sna_output_backlight_init
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
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c693 char *best_iface; local in function:sna_output_backlight_init
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
[all...]

Completed in 12 milliseconds