Lines Matching refs:sc_node
59 struct acpi_devnode *sc_node; member
119 rv = acpi_eval_integer(sc->sc_node->ad_handle, buf, &acpi_val); in sony_sysctl_helper()
138 rv = sony_acpi_eval_set_integer(sc->sc_node->ad_handle, buf, in sony_sysctl_helper()
174 if (acpi_eval_integer(sc->sc_node->ad_handle, buf, &acpi_val)) in sony_walk_cb()
241 sc->sc_node = aa->aa_node; in sony_acpi_attach()
277 (void)acpi_register_notify(sc->sc_node, sony_acpi_notify_handler); in sony_acpi_attach()
281 sc->sc_node->ad_handle, 1, sony_walk_cb, NULL, sc, NULL); in sony_acpi_attach()
306 ACPI_HANDLE hdl = sc->sc_node->ad_handle; in sony_acpi_quirk_setup()
380 acpi_eval_integer(sc->sc_node->ad_handle, "GBRT", &sc->sc_pmstate.brt); in sony_acpi_suspend()
390 sony_acpi_eval_set_integer(sc->sc_node->ad_handle, "SBRT", in sony_acpi_resume()
404 rv = acpi_eval_integer(sc->sc_node->ad_handle, "GBRT", &arg); in sony_acpi_brightness_up()
411 sony_acpi_eval_set_integer(sc->sc_node->ad_handle, "SBRT", arg, NULL); in sony_acpi_brightness_up()
421 rv = acpi_eval_integer(sc->sc_node->ad_handle, "GBRT", &arg); in sony_acpi_brightness_down()
428 sony_acpi_eval_set_integer(sc->sc_node->ad_handle, "SBRT", arg, NULL); in sony_acpi_brightness_down()