Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutownerid.c19 * PARAMETERS: owner_id - Where the new owner ID is returned
28 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id *owner_id) in acpi_ut_allocate_owner_id() argument
39 if (*owner_id) { in acpi_ut_allocate_owner_id()
41 "Owner ID [0x%3.3X] already exists", *owner_id)); in acpi_ut_allocate_owner_id()
94 *owner_id = in acpi_ut_allocate_owner_id()
99 (unsigned int)*owner_id)); in acpi_ut_allocate_owner_id()
142 acpi_owner_id owner_id = *owner_id_ptr; in acpi_ut_release_owner_id() local
147 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id); in acpi_ut_release_owner_id()
149 /* Always clear the input owner_id (zero is an invalid ID) */ in acpi_ut_release_owner_id()
155 if (owner_id in acpi_ut_release_owner_id()
[all...]
H A Dnsalloc.c195 acpi_owner_id owner_id = 0; in acpi_ns_install_node() local
205 owner_id = walk_state->owner_id; in acpi_ns_install_node()
240 node->owner_id = owner_id; in acpi_ns_install_node()
246 acpi_ut_get_type_name(node->type), node, owner_id, in acpi_ns_install_node()
394 * PARAMETERS: owner_id - All nodes with this owner will be deleted
406 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) in acpi_ns_delete_namespace_by_owner() argument
414 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id); in acpi_ns_delete_namespace_by_owner()
416 if (owner_id in acpi_ns_delete_namespace_by_owner()
[all...]
H A Ddsinit.c62 if (node->owner_id != info->owner_id) { in acpi_ds_init_one_object()
163 acpi_owner_id owner_id; in acpi_ds_initialize_objects() local
167 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ds_initialize_objects()
179 info.owner_id = owner_id; in acpi_ds_initialize_objects()
213 table->signature, table->oem_table_id, owner_id, in acpi_ds_initialize_objects()
H A Dnsparse.c48 acpi_owner_id owner_id; in acpi_ns_execute_table() local
70 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ns_execute_table()
97 method_obj->method.owner_id = owner_id; in acpi_ns_execute_table()
158 acpi_owner_id owner_id; in acpi_ns_one_complete_parse() local
176 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ns_one_complete_parse()
190 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
H A Dtbxfload.c338 acpi_owner_id owner_id; in ACPI_EXPORT_SYMBOL() local
350 * The node owner_id is currently the same as the parent table ID. in ACPI_EXPORT_SYMBOL()
353 owner_id = node->owner_id; in ACPI_EXPORT_SYMBOL()
354 if (!owner_id) { in ACPI_EXPORT_SYMBOL()
356 /* owner_id==0 means DSDT is the owner. DSDT cannot be unloaded */ in ACPI_EXPORT_SYMBOL()
371 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { in ACPI_EXPORT_SYMBOL()
H A Dtbdata.c719 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()
767 * DESCRIPTION: Allocates owner_id in table_desc
782 tables[table_index].owner_id)); in acpi_tb_allocate_owner_id()
797 * DESCRIPTION: Releases owner_id in table_desc
811 tables[table_index].owner_id)); in acpi_tb_release_owner_id()
824 * owner_id - Where the table owner_id i
832 acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) acpi_tb_get_owner_id() argument
922 acpi_owner_id owner_id; acpi_tb_load_table() local
[all...]
H A Dacstruct.h45 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member
113 acpi_owner_id owner_id; member
200 acpi_owner_id owner_id; member
210 acpi_owner_id owner_id; member
H A Dnsdump.c177 if ((info->owner_id != ACPI_OWNER_ID_MAX) && in acpi_ns_dump_one_object()
178 (info->owner_id != this_node->owner_id)) { in acpi_ns_dump_one_object()
202 this_node->owner_id); in acpi_ns_dump_one_object()
607 * owner_id - Dump only objects owned by this ID. Use
622 acpi_owner_id owner_id, acpi_handle start_handle) in acpi_ns_dump_objects()
643 info.owner_id = owner_id; in acpi_ns_dump_objects()
731 * owner_id - Dump only objects owned by this ID. Use
746 acpi_owner_id owner_id, acpi_handl in acpi_ns_dump_object_paths()
619 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() argument
743 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() argument
[all...]
H A Ddbmethod.c306 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id); in acpi_db_disassemble_method()
311 walk_state->owner_id = obj_desc->method.owner_id; in acpi_db_disassemble_method()
343 acpi_ns_delete_namespace_by_owner(obj_desc->method.owner_id); in acpi_db_disassemble_method()
344 acpi_ut_release_owner_id(&obj_desc->method.owner_id); in acpi_db_disassemble_method()
H A Ddbnames.c249 * DESCRIPTION: Dump elements of the namespace that are owned by the owner_id.
257 acpi_owner_id owner_id; in acpi_db_dump_namespace_by_owner() local
259 owner_id = (acpi_owner_id)strtoul(owner_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
268 acpi_os_printf("ACPI Namespace by owner %X:\n", owner_id); in acpi_db_dump_namespace_by_owner()
274 owner_id, subtree_entry); in acpi_db_dump_namespace_by_owner()
327 info.owner_id = ACPI_OWNER_ID_MAX; in acpi_db_walk_and_match_name()
697 info.owner_id = ACPI_OWNER_ID_MAX; in acpi_db_display_objects()
733 info.owner_id = ACPI_OWNER_ID_MAX; in acpi_db_display_fields()
H A Dnssearch.c308 walk_state->owner_id)); in acpi_ns_search_and_enter()
314 (*return_node)->owner_id = in acpi_ns_search_and_enter()
315 walk_state->owner_id; in acpi_ns_search_and_enter()
H A Devgpeinit.c225 walk_info.owner_id = table_owner_id; in acpi_ev_update_gpes()
277 * per-owner_id evaluation if execute_by_owner_id is TRUE in the
308 /* Check if requested owner_id matches this owner_id */ in acpi_ev_match_gpe_method()
311 (method_node->owner_id != walk_info->owner_id)) { in acpi_ev_match_gpe_method()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutownerid.c19 * PARAMETERS: owner_id - Where the new owner ID is returned
28 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id *owner_id) in acpi_ut_allocate_owner_id() argument
39 if (*owner_id) { in acpi_ut_allocate_owner_id()
41 "Owner ID [0x%3.3X] already exists", *owner_id)); in acpi_ut_allocate_owner_id()
94 *owner_id = in acpi_ut_allocate_owner_id()
99 (unsigned int)*owner_id)); in acpi_ut_allocate_owner_id()
142 acpi_owner_id owner_id = *owner_id_ptr; in acpi_ut_release_owner_id() local
147 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id); in acpi_ut_release_owner_id()
149 /* Always clear the input owner_id (zero is an invalid ID) */ in acpi_ut_release_owner_id()
155 if (owner_id in acpi_ut_release_owner_id()
[all...]
H A Dnsalloc.c195 acpi_owner_id owner_id = 0; in acpi_ns_install_node() local
205 owner_id = walk_state->owner_id; in acpi_ns_install_node()
240 node->owner_id = owner_id; in acpi_ns_install_node()
246 acpi_ut_get_type_name(node->type), node, owner_id, in acpi_ns_install_node()
394 * PARAMETERS: owner_id - All nodes with this owner will be deleted
406 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) in acpi_ns_delete_namespace_by_owner() argument
414 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id); in acpi_ns_delete_namespace_by_owner()
416 if (owner_id in acpi_ns_delete_namespace_by_owner()
[all...]
H A Ddsinit.c62 if (node->owner_id != info->owner_id) { in acpi_ds_init_one_object()
163 acpi_owner_id owner_id; in acpi_ds_initialize_objects() local
167 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ds_initialize_objects()
179 info.owner_id = owner_id; in acpi_ds_initialize_objects()
213 table->signature, table->oem_table_id, owner_id, in acpi_ds_initialize_objects()
H A Dnsparse.c48 acpi_owner_id owner_id; in acpi_ns_execute_table() local
70 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ns_execute_table()
97 method_obj->method.owner_id = owner_id; in acpi_ns_execute_table()
158 acpi_owner_id owner_id; in acpi_ns_one_complete_parse() local
176 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ns_one_complete_parse()
190 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
H A Dtbdata.c747 acpi_owner_id owner_id; in acpi_tb_delete_namespace_by_owner() local
767 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id; in acpi_tb_delete_namespace_by_owner()
782 acpi_ns_delete_namespace_by_owner(owner_id); in acpi_tb_delete_namespace_by_owner()
795 * DESCRIPTION: Allocates owner_id in table_desc
810 tables[table_index].owner_id)); in acpi_tb_allocate_owner_id()
825 * DESCRIPTION: Releases owner_id in table_desc
839 tables[table_index].owner_id)); in acpi_tb_release_owner_id()
852 * owner_id - Where the table owner_id i
860 acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id) acpi_tb_get_owner_id() argument
950 acpi_owner_id owner_id; acpi_tb_load_table() local
[all...]
H A Dtbxfload.c362 acpi_owner_id owner_id; in ACPI_EXPORT_SYMBOL() local
374 * The node owner_id is currently the same as the parent table ID. in ACPI_EXPORT_SYMBOL()
377 owner_id = node->owner_id; in ACPI_EXPORT_SYMBOL()
378 if (!owner_id) { in ACPI_EXPORT_SYMBOL()
380 /* owner_id==0 means DSDT is the owner. DSDT cannot be unloaded */ in ACPI_EXPORT_SYMBOL()
395 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { in ACPI_EXPORT_SYMBOL()
H A Dacstruct.h45 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member
113 acpi_owner_id owner_id; member
200 acpi_owner_id owner_id; member
210 acpi_owner_id owner_id; member
H A Dnsdump.c177 if ((info->owner_id != ACPI_OWNER_ID_MAX) && in acpi_ns_dump_one_object()
178 (info->owner_id != this_node->owner_id)) { in acpi_ns_dump_one_object()
202 this_node->owner_id); in acpi_ns_dump_one_object()
607 * owner_id - Dump only objects owned by this ID. Use
622 acpi_owner_id owner_id, acpi_handle start_handle) in acpi_ns_dump_objects()
643 info.owner_id = owner_id; in acpi_ns_dump_objects()
731 * owner_id - Dump only objects owned by this ID. Use
746 acpi_owner_id owner_id, acpi_handl in acpi_ns_dump_object_paths()
619 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() argument
743 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() argument
[all...]
H A Ddbmethod.c306 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id); in acpi_db_disassemble_method()
311 walk_state->owner_id = obj_desc->method.owner_id; in acpi_db_disassemble_method()
343 acpi_ns_delete_namespace_by_owner(obj_desc->method.owner_id); in acpi_db_disassemble_method()
344 acpi_ut_release_owner_id(&obj_desc->method.owner_id); in acpi_db_disassemble_method()
H A Ddbnames.c249 * DESCRIPTION: Dump elements of the namespace that are owned by the owner_id.
257 acpi_owner_id owner_id; in acpi_db_dump_namespace_by_owner() local
259 owner_id = (acpi_owner_id)strtoul(owner_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
268 acpi_os_printf("ACPI Namespace by owner %X:\n", owner_id); in acpi_db_dump_namespace_by_owner()
274 owner_id, subtree_entry); in acpi_db_dump_namespace_by_owner()
327 info.owner_id = ACPI_OWNER_ID_MAX; in acpi_db_walk_and_match_name()
697 info.owner_id = ACPI_OWNER_ID_MAX; in acpi_db_display_objects()
733 info.owner_id = ACPI_OWNER_ID_MAX; in acpi_db_display_fields()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Ddma-heap.h54 /* Use the 27-30 bits of heap flags as owner_id flag */
55 static inline void set_owner_id_for_heap_flags(__u64 *heap_flags, __u64 owner_id) in set_owner_id_for_heap_flags() argument
57 if (heap_flags == NULL || owner_id >= COUNT_DMA_HEAP_FLAG_OWNER) { in set_owner_id_for_heap_flags()
60 *heap_flags |= owner_id << OWNER_OFFSET_BIT; in set_owner_id_for_heap_flags()
63 /* To get the binary number of owner_id */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Ddma-heap.h44 /* Use the 27-30 bits of heap flags as owner_id flag */
45 static inline void set_owner_id_for_heap_flags(__u64 *heap_flags, __u64 owner_id) in set_owner_id_for_heap_flags() argument
47 if (heap_flags == NULL || owner_id >= COUNT_DMA_HEAP_FLAG_OWNER) { in set_owner_id_for_heap_flags()
50 *heap_flags |= owner_id << OWNER_OFFSET_BIT; in set_owner_id_for_heap_flags()
53 /* To get the binary number of owner_id */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Ddma-heap.h44 /* Use the 27-30 bits of heap flags as owner_id flag */
45 static inline void set_owner_id_for_heap_flags(__u64 *heap_flags, __u64 owner_id) in set_owner_id_for_heap_flags() argument
47 if (heap_flags == NULL || owner_id >= COUNT_DMA_HEAP_FLAG_OWNER) { in set_owner_id_for_heap_flags()
50 *heap_flags |= owner_id << OWNER_OFFSET_BIT; in set_owner_id_for_heap_flags()
53 /* To get the binary number of owner_id */

Completed in 17 milliseconds

123