valz_acpi_softc
static ACPI_STATUS hci_op(struct valz_acpi_softc *,
static ACPI_STATUS valz_acpi_hci_get(struct valz_acpi_softc *, uint32_t,
static ACPI_STATUS valz_acpi_hci_set(struct valz_acpi_softc *, uint32_t,
static ACPI_STATUS sci_open(struct valz_acpi_softc *);
static ACPI_STATUS sci_close(struct valz_acpi_softc *);
static ACPI_STATUS valz_acpi_touchpad_toggle(struct valz_acpi_softc *);
struct valz_acpi_softc *sc);
CFATTACH_DECL_NEW(valz_acpi, sizeof(struct valz_acpi_softc),
struct valz_acpi_softc *sc = device_private(self);
struct valz_acpi_softc *sc;
struct valz_acpi_softc *sc = arg;
hci_op(struct valz_acpi_softc *sc, uint32_t *input, uint32_t *output)
valz_acpi_hci_get(struct valz_acpi_softc *sc, uint32_t function,
valz_acpi_hci_set(struct valz_acpi_softc *sc, uint32_t function,
sci_open(struct valz_acpi_softc *sc)
sci_close(struct valz_acpi_softc *sc)
valz_acpi_touchpad_toggle(struct valz_acpi_softc *sc)
valz_acpi_lcd_backlight_toggle(struct valz_acpi_softc *sc)