Lines Matching refs:sc_devnode
53 struct aml_node *sc_devnode; member
168 sc->sc_devnode = aa->aaa_node; in acpihid_attach()
170 printf(": %s", sc->sc_devnode->name); in acpihid_attach()
188 aml_register_notify(sc->sc_devnode, aa->aaa_dev, acpihid_notify, in acpihid_attach()
213 if (!aml_searchname(sc->sc_devnode, "_DSM")) { in acpihid_init_dsm()
234 if (aml_evalname(acpi_softc, sc->sc_devnode, "_DSM", 4, cmd, in acpihid_init_dsm()
237 sc->sc_dev.dv_xname, aml_nodename(sc->sc_devnode)); in acpihid_init_dsm()
243 aml_nodename(sc->sc_devnode), res.type); in acpihid_init_dsm()
301 if (aml_evalinteger(acpi_softc, sc->sc_devnode, "_DSM", 4, cmd, in acpihid_eval()
321 if (aml_evalinteger(acpi_softc, sc->sc_devnode, dsm_func, 1, cmd, in acpihid_eval()
339 if (aml_evalinteger(acpi_softc, sc->sc_devnode, "BTNC", 0, NULL, in acpihid_button_array_enable()