Searched refs:known_interfaces (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dbacklight.c231 static const char *known_interfaces[] = { variable in typeref:typename:const char * []
276 for (i = 0; i < ARRAY_SIZE(known_interfaces); i++) {
277 if (strcmp(iface, known_interfaces[i]) == 0)
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dbacklight.c259 static const char *known_interfaces[] = { variable in typeref:typename:const char * []
302 for (i = 0; i < ARRAY_SIZE(known_interfaces); i++) {
303 if (strcmp(iface, known_interfaces[i]) == 0)

Completed in 3 milliseconds