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

/netbsd-current/sys/dev/acpi/
H A Dacpi_display.c294 * ((sc_caps & ACPI_DISP_OUT_CAP__BCL) == 0) => (sc_brctl == NULL)
295 * ((sc_caps & ACPI_DISP_OUT_CAP__BCM) == 0) => (sc_brctl == NULL)
303 struct acpidisp_brctl *sc_brctl; /* Brightness control */ member in struct:acpidisp_out_softc
707 osc->sc_brctl = NULL;
711 osc->sc_brctl = acpidisp_init_brctl(osc);
712 bc = osc->sc_brctl;
725 osc->sc_brctl = NULL;
731 acpidisp_print_brctl(self, osc->sc_brctl);
751 struct acpidisp_brctl *bc = osc->sc_brctl;
791 if (osc->sc_brctl !
[all...]

Completed in 145 milliseconds