Lines Matching refs:owner_id
747 acpi_owner_id owner_id;
767 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id;
782 acpi_ns_delete_namespace_by_owner(owner_id);
795 * DESCRIPTION: Allocates owner_id in table_desc
810 tables[table_index].owner_id));
825 * DESCRIPTION: Releases owner_id in table_desc
839 tables[table_index].owner_id));
852 * owner_id - Where the table owner_id is returned
856 * DESCRIPTION: returns owner_id for the ACPI table
860 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id)
868 *owner_id =
869 acpi_gbl_root_table_list.tables[table_index].owner_id;
950 acpi_owner_id owner_id;
973 status = acpi_tb_get_owner_id(table_index, &owner_id);
975 acpi_ev_update_gpes(owner_id);