Lines Matching refs:owner_id
747 acpi_owner_id owner_id; in acpi_tb_delete_namespace_by_owner() local
767 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_delete_namespace_by_owner()
782 acpi_ns_delete_namespace_by_owner(owner_id); in acpi_tb_delete_namespace_by_owner()
810 tables[table_index].owner_id)); in acpi_tb_allocate_owner_id()
839 tables[table_index].owner_id)); in acpi_tb_release_owner_id()
860 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) in acpi_tb_get_owner_id() argument
868 *owner_id = in acpi_tb_get_owner_id()
869 acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_get_owner_id()
950 acpi_owner_id owner_id; in acpi_tb_load_table() local
973 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_tb_load_table()
975 acpi_ev_update_gpes(owner_id); in acpi_tb_load_table()