Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/acpica/
Devregion.c24 acpi_ev_orphan_ec_reg_method(struct acpi_namespace_node *ec_device_node);
787 acpi_ev_orphan_ec_reg_method(struct acpi_namespace_node *ec_device_node) in acpi_ev_orphan_ec_reg_method() argument
797 if (!ec_device_node) { in acpi_ev_orphan_ec_reg_method()
807 status = acpi_get_handle(ec_device_node, METHOD_NAME__REG, &reg_method); in acpi_ev_orphan_ec_reg_method()
819 next_node = acpi_ns_get_next_node(ec_device_node, NULL); in acpi_ev_orphan_ec_reg_method()
827 next_node = acpi_ns_get_next_node(ec_device_node, next_node); in acpi_ev_orphan_ec_reg_method()