Searched defs:owner_id (Results 1 - 14 of 14) sorted by relevance

/drivers/acpi/acpica/
H A Ddsinit.c95 if (node->owner_id != info->owner_id) {
196 acpi_owner_id owner_id; local
200 status = acpi_tb_get_owner_id(table_index, &owner_id);
212 info.owner_id = owner_id;
243 table->signature, owner_id, info.object_count,
H A Dnsparse.c77 acpi_owner_id owner_id; local
81 status = acpi_tb_get_owner_id(table_index, &owner_id);
95 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL);
H A Dtbxfload.c332 acpi_owner_id owner_id; local
344 * The node owner_id is currently the same as the parent table ID.
347 owner_id = node->owner_id;
348 if (!owner_id) {
350 /* owner_id==0 means DSDT is the owner. DSDT cannot be unloaded */
365 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) {
H A Dutownerid.c55 * PARAMETERS: owner_id - Where the new owner ID is returned
64 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id) argument
75 if (*owner_id) {
77 *owner_id));
124 *owner_id =
129 (unsigned int)*owner_id));
172 acpi_owner_id owner_id = *owner_id_ptr; local
177 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id);
179 /* Always clear the input owner_id (zero is an invalid ID) */
185 if (owner_id
[all...]
H A Dpsloop.c68 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id);
184 owner_id);
308 * owner_id - owner_id of module level code
320 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id)
357 method_obj->method.owner_id = owner_id;
319 acpi_ps_link_module_code(union acpi_parse_object *parent_op, u8 *aml_start, u32 aml_length, acpi_owner_id owner_id) argument
H A Dexconfig.c88 acpi_owner_id owner_id; local
129 status = acpi_tb_get_owner_id(table_index, &owner_id);
131 acpi_ev_update_gpes(owner_id);
H A Dnsalloc.c227 acpi_owner_id owner_id = 0; local
237 owner_id = walk_state->owner_id;
272 node->owner_id = owner_id;
278 acpi_ut_get_type_name(node->type), node, owner_id,
426 * PARAMETERS: owner_id - All nodes with this owner will be deleted
438 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) argument
446 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id);
448 if (owner_id
[all...]
H A Ddswstate.c528 * PARAMETERS: owner_id - ID for object creation
540 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, argument
559 walk_state->owner_id = owner_id;
H A Dnsdump.c207 if ((info->owner_id != ACPI_OWNER_ID_MAX) &&
208 (info->owner_id != this_node->owner_id)) {
232 this_node->owner_id);
637 * owner_id - Dump only objects owned by this ID. Use
652 acpi_owner_id owner_id, acpi_handle start_handle)
672 info.owner_id = owner_id;
761 * owner_id - Dump only objects owned by this ID. Use
776 acpi_owner_id owner_id, acpi_handl
649 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
773 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
[all...]
H A Dtbdata.c573 acpi_owner_id owner_id; local
593 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id;
606 acpi_ns_delete_namespace_by_owner(owner_id);
625 * DESCRIPTION: Allocates owner_id in table_desc
640 tables[table_index].owner_id));
655 * DESCRIPTION: Releases owner_id in table_desc
669 tables[table_index].owner_id));
682 * owner_id - Where the table owner_id i
690 acpi_tb_get_owner_id(u32 table_index, acpi_owner_id * owner_id) argument
[all...]
H A Dacobject.h187 acpi_owner_id owner_id; member in struct:acpi_object_method
H A Dacstruct.h84 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
148 acpi_owner_id owner_id; member in struct:acpi_init_walk_info
235 acpi_owner_id owner_id; member in struct:acpi_walk_info
H A Daclocal.h166 acpi_owner_id owner_id; /* Node creator */ member in struct:acpi_namespace_node
491 acpi_owner_id owner_id; member in struct:acpi_gpe_walk_info
/drivers/pci/hotplug/
H A Dibmphp.h137 u8 owner_id; member in struct:rio_detail

Completed in 1106 milliseconds