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

/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dbacklight.c176 __backlight_open(const char *iface, const char *file, int mode) function in typeref:typename:int
200 fd = __backlight_open(iface, file, O_RDONLY);
220 fd = __backlight_open(iface, file, O_WRONLY);
253 fd = __backlight_open(iface, "type", O_RDONLY);
308 fd = __backlight_open(iface, "brightness", O_RDWR);
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dbacklight.c186 __backlight_open(const char *iface, const char *file, int mode) function in typeref:typename:int
210 fd = __backlight_open(iface, file, O_RDONLY);
248 fd = __backlight_open(iface, file, O_WRONLY);
281 fd = __backlight_open(iface, "type", O_RDONLY);
338 fd = __backlight_open(iface, "brightness", O_RDWR);

Completed in 3 milliseconds