Home
last modified time | relevance | path

Searched refs:lcdd (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpi_support/
H A Dacpi_asus.c96 char *lcdd; member
247 .lcdd = "\\_SB.PCI0.P0P1.VGA.LCDD",
799 if (sc->model->lcdd != NULL && sc->model->lcdd_n_func != NULL) { in acpi_asus_attach()
803 res = AcpiGetHandle((sc->model->lcdd[0] == '\\' ? in acpi_asus_attach()
804 NULL : sc->handle), sc->model->lcdd, &(sc->lcdd_handle)); in acpi_asus_attach()
810 __func__, sc->model->lcdd); in acpi_asus_attach()