Lines Matching defs:owner_id
719 acpi_owner_id owner_id;
739 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id;
754 acpi_ns_delete_namespace_by_owner(owner_id);
767 * DESCRIPTION: Allocates owner_id in table_desc
782 tables[table_index].owner_id));
797 * DESCRIPTION: Releases owner_id in table_desc
811 tables[table_index].owner_id));
824 * owner_id - Where the table owner_id is returned
828 * DESCRIPTION: returns owner_id for the ACPI table
832 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id)
840 *owner_id =
841 acpi_gbl_root_table_list.tables[table_index].owner_id;
922 acpi_owner_id owner_id;
945 status = acpi_tb_get_owner_id(table_index, &owner_id);
947 acpi_ev_update_gpes(owner_id);