Searched refs:owner_id (Results 1 - 25 of 60) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsinit.c95 if (node->owner_id != info->owner_id) {
161 acpi_owner_id owner_id; local
165 status = acpi_tb_get_owner_id(table_index, &owner_id);
178 info.owner_id = owner_id;
208 table->signature, owner_id, info.object_count,
H A Dnsalloc.c217 acpi_owner_id owner_id = 0; local
227 owner_id = walk_state->owner_id;
262 node->owner_id = owner_id;
268 acpi_ut_get_type_name(node->type), node, owner_id,
407 * PARAMETERS: owner_id - All nodes with this owner will be deleted
419 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) argument
427 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id);
429 if (owner_id
[all...]
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 Dtbinstal.c347 new_table->owner_id = 0;
444 acpi_owner_id owner_id; local
464 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id;
477 acpi_ns_delete_namespace_by_owner(owner_id);
496 * DESCRIPTION: Allocates owner_id in table_desc
509 (&(acpi_gbl_root_table_list.tables[table_index].owner_id));
524 * DESCRIPTION: Releases owner_id in table_desc
538 tables[table_index].owner_id));
551 * owner_id
559 acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) argument
[all...]
H A Dutmisc.c186 * PARAMETERS: owner_id - Where the new owner ID is returned
196 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id) argument
207 if (*owner_id) {
209 *owner_id));
256 *owner_id =
261 (unsigned int)*owner_id));
304 acpi_owner_id owner_id = *owner_id_ptr; local
309 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id);
311 /* Always clear the input owner_id (zero is an invalid ID) */
317 if (owner_id
[all...]
H A Dacstruct.h84 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
145 acpi_owner_id owner_id; member in struct:acpi_init_walk_info
216 acpi_owner_id owner_id; member in struct:acpi_walk_info
H A Dnsdump.c194 if ((info->owner_id != ACPI_OWNER_ID_MAX) &&
195 (info->owner_id != this_node->owner_id)) {
227 this_node->owner_id);
609 * owner_id - Dump only objects owned by this ID. Use
624 acpi_owner_id owner_id, acpi_handle start_handle)
631 info.owner_id = owner_id;
662 info.owner_id = ACPI_OWNER_ID_MAX;
621 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
H A Devgpeinit.c239 walk_info.owner_id = table_owner_id;
293 * per-owner_id evaluation if execute_by_owner_id is TRUE in the
326 /* Check if requested owner_id matches this owner_id */
329 (method_node->owner_id != walk_info->owner_id)) {
H A Dactables.h88 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id);
H A Ddsmethod.c280 * to begin concurrent execution. We only need one owner_id, even if the
283 if (!obj_desc->method.owner_id) {
284 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
361 next_walk_state = acpi_ds_create_walk_state(obj_desc->method.owner_id,
601 owner_id);
618 * Additional threads. Do not release the owner_id in this case,
642 /* No more threads, we can free the owner_id */
645 acpi_ut_release_owner_id(&method_desc->method.owner_id);
H A Ddswstate.c527 * PARAMETERS: owner_id - ID for object creation
539 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object argument
555 walk_state->owner_id = owner_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Ddsinit.c95 if (node->owner_id != info->owner_id) {
161 acpi_owner_id owner_id; local
165 status = acpi_tb_get_owner_id(table_index, &owner_id);
178 info.owner_id = owner_id;
208 table->signature, owner_id, info.object_count,
H A Dnsalloc.c217 acpi_owner_id owner_id = 0; local
227 owner_id = walk_state->owner_id;
262 node->owner_id = owner_id;
268 acpi_ut_get_type_name(node->type), node, owner_id,
407 * PARAMETERS: owner_id - All nodes with this owner will be deleted
419 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) argument
427 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id);
429 if (owner_id
[all...]
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 Dtbinstal.c347 new_table->owner_id = 0;
444 acpi_owner_id owner_id; local
464 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id;
477 acpi_ns_delete_namespace_by_owner(owner_id);
496 * DESCRIPTION: Allocates owner_id in table_desc
509 (&(acpi_gbl_root_table_list.tables[table_index].owner_id));
524 * DESCRIPTION: Releases owner_id in table_desc
538 tables[table_index].owner_id));
551 * owner_id
559 acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) argument
[all...]
H A Dutmisc.c186 * PARAMETERS: owner_id - Where the new owner ID is returned
196 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id) argument
207 if (*owner_id) {
209 *owner_id));
256 *owner_id =
261 (unsigned int)*owner_id));
304 acpi_owner_id owner_id = *owner_id_ptr; local
309 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id);
311 /* Always clear the input owner_id (zero is an invalid ID) */
317 if (owner_id
[all...]
H A Dacstruct.h84 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
145 acpi_owner_id owner_id; member in struct:acpi_init_walk_info
216 acpi_owner_id owner_id; member in struct:acpi_walk_info
H A Dnsdump.c194 if ((info->owner_id != ACPI_OWNER_ID_MAX) &&
195 (info->owner_id != this_node->owner_id)) {
227 this_node->owner_id);
609 * owner_id - Dump only objects owned by this ID. Use
624 acpi_owner_id owner_id, acpi_handle start_handle)
631 info.owner_id = owner_id;
662 info.owner_id = ACPI_OWNER_ID_MAX;
621 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
H A Devgpeinit.c239 walk_info.owner_id = table_owner_id;
293 * per-owner_id evaluation if execute_by_owner_id is TRUE in the
326 /* Check if requested owner_id matches this owner_id */
329 (method_node->owner_id != walk_info->owner_id)) {
H A Dactables.h88 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id);
H A Ddsmethod.c280 * to begin concurrent execution. We only need one owner_id, even if the
283 if (!obj_desc->method.owner_id) {
284 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
361 next_walk_state = acpi_ds_create_walk_state(obj_desc->method.owner_id,
601 owner_id);
618 * Additional threads. Do not release the owner_id in this case,
642 /* No more threads, we can free the owner_id */
645 acpi_ut_release_owner_id(&method_desc->method.owner_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Drio.h38 u8 owner_id; /* Node ID of Hurricane that owns this */ member in struct:rio_detail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Drio.h38 u8 owner_id; /* Node ID of Hurricane that owns this */ member in struct:rio_detail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/apic/
H A Dsummit_32.c132 unsigned char owner_id; /* For WPEG: Node ID of Cyclone that owns this WPEG*/ member in struct:rio_detail
366 if (rio_devs[i]->node_id == rio_devs[wpeg_num]->owner_id) {
367 twister = rio_devs[i]->owner_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dsummit_32.c132 unsigned char owner_id; /* For WPEG: Node ID of Cyclone that owns this WPEG*/ member in struct:rio_detail
366 if (rio_devs[i]->node_id == rio_devs[wpeg_num]->owner_id) {
367 twister = rio_devs[i]->owner_id;

Completed in 211 milliseconds

123