Lines Matching refs:owner_id
719 acpi_owner_id owner_id; in acpi_tb_delete_namespace_by_owner() local
739 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_delete_namespace_by_owner()
754 acpi_ns_delete_namespace_by_owner(owner_id); in acpi_tb_delete_namespace_by_owner()
782 tables[table_index].owner_id)); in acpi_tb_allocate_owner_id()
811 tables[table_index].owner_id)); in acpi_tb_release_owner_id()
832 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) in acpi_tb_get_owner_id() argument
840 *owner_id = in acpi_tb_get_owner_id()
841 acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_get_owner_id()
922 acpi_owner_id owner_id; in acpi_tb_load_table() local
945 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_tb_load_table()
947 acpi_ev_update_gpes(owner_id); in acpi_tb_load_table()