Lines Matching refs:owner_id
718 acpi_owner_id owner_id; in acpi_tb_delete_namespace_by_owner() local
738 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_delete_namespace_by_owner()
752 acpi_ns_delete_namespace_by_owner(owner_id); in acpi_tb_delete_namespace_by_owner()
780 tables[table_index].owner_id)); in acpi_tb_allocate_owner_id()
809 tables[table_index].owner_id)); in acpi_tb_release_owner_id()
830 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) in acpi_tb_get_owner_id() argument
838 *owner_id = in acpi_tb_get_owner_id()
839 acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_get_owner_id()
920 acpi_owner_id owner_id; in acpi_tb_load_table() local
953 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_tb_load_table()
955 acpi_ev_update_gpes(owner_id); in acpi_tb_load_table()