HomeSort by: relevance | last modified time | path
    Searched defs:have_backlight (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/macppc/
machdep.c 349 int have_backlight = 0; local in function:copy_disp_props
433 have_backlight = 0;
435 have_backlight = 1;
438 have_backlight = 1;
441 if (have_backlight && ofw_quiesce) {
444 have_backlight = 0;
447 if (have_backlight) {
machdep.c 349 int have_backlight = 0; local in function:copy_disp_props
433 have_backlight = 0;
435 have_backlight = 1;
438 have_backlight = 1;
441 if (have_backlight && ofw_quiesce) {
444 have_backlight = 0;
447 if (have_backlight) {

Completed in 22 milliseconds