| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_lvds.c | 1065 static Atom backlight_atom; variable in typeref:typename:Atom 1181 backlight_atom = MakeAtom(BACKLIGHT_NAME, sizeof(BACKLIGHT_NAME) - 1, 1186 err = RRConfigureOutputProperty(output->randr_output, backlight_atom, 1194 err = RRChangeOutputProperty(output->randr_output, backlight_atom, 1273 if (property == backlight_atom) { 1315 ret = RRConfigureOutputProperty(output->randr_output, backlight_atom, 1326 ret = RRChangeOutputProperty(output->randr_output, backlight_atom, 1387 if (property == backlight_atom) { 1394 ret = RRChangeOutputProperty(output->randr_output, backlight_atom,
|
| H A D | drmmode_display.c | 962 static Atom backlight_atom, backlight_deprecated_atom; variable in typeref:typename:Atom 1053 backlight_atom = MakeAtom(BACKLIGHT_NAME, sizeof(BACKLIGHT_NAME) - 1, TRUE); 1059 err = RRConfigureOutputProperty(output->randr_output, backlight_atom, 1073 err = RRChangeOutputProperty(output->randr_output, backlight_atom, 1098 if (property == backlight_atom || property == backlight_deprecated_atom) { 1164 if (property == backlight_atom || property == backlight_deprecated_atom) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 1162 static Atom backlight_atom, backlight_deprecated_atom; variable in typeref:typename:Atom 1250 intel_output_create_ranged_atom(output, &backlight_atom, 1272 if (property == backlight_atom || property == backlight_deprecated_atom) { 1345 if (property == backlight_atom || property == backlight_deprecated_atom) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 1117 static Atom backlight_atom, backlight_deprecated_atom; variable in typeref:typename:Atom 1205 intel_output_create_ranged_atom(output, &backlight_atom, 1227 if (property == backlight_atom || property == backlight_deprecated_atom) { 1300 if (property == backlight_atom || property == backlight_deprecated_atom) {
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_output.c | 1332 static Atom backlight_atom; variable in typeref:typename:Atom 1357 backlight_atom = MAKE_ATOM("backlight"); 1361 err = RRConfigureOutputProperty(output->randr_output, backlight_atom, 1370 err = RRChangeOutputProperty(output->randr_output, backlight_atom, 1663 if (property == backlight_atom) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 751 static Atom backlight_atom, backlight_deprecated_atom; variable in typeref:typename:Atom 800 backlight_atom, XA_INTEGER, 894 RRDeleteOutputProperty(output->randr_output, backlight_atom); 4575 sna_output_create_ranged_atom(output, &backlight_atom, 4597 if (property == backlight_atom || property == backlight_deprecated_atom) { 4677 if (property == backlight_atom || property == backlight_deprecated_atom) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display.c | 466 static Atom backlight_atom, backlight_deprecated_atom; variable in typeref:typename:Atom 517 backlight_atom, XA_INTEGER, 609 RRDeleteOutputProperty(output->randr_output, backlight_atom); 3329 sna_output_create_ranged_atom(output, &backlight_atom, 3351 if (property == backlight_atom || property == backlight_deprecated_atom) { 3430 if (property == backlight_atom || property == backlight_deprecated_atom) {
|