Searched refs:full_pathname (Results  1 – 10 of 10) sorted by relevance
| /Linux-v6.6/drivers/acpi/acpica/ | 
| D | nseval.c | 96 	info->full_pathname = acpi_ns_get_normalized_pathname(info->node, TRUE);  in acpi_ns_evaluate()97 	if (!info->full_pathname) {  in acpi_ns_evaluate()
 105 			      &info->full_pathname[1],  in acpi_ns_evaluate()
 119 			ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_evaluate()
 133 	acpi_ns_check_acpi_compliance(info->full_pathname, info->node,  in acpi_ns_evaluate()
 140 	acpi_ns_check_argument_count(info->full_pathname, info->node,  in acpi_ns_evaluate()
 169 			    info->full_pathname,  in acpi_ns_evaluate()
 185 				    info->full_pathname));  in acpi_ns_evaluate()
 192 				  info->full_pathname,  in acpi_ns_evaluate()
 297 			      &info->full_pathname[1]));  in acpi_ns_evaluate()
 [all …]
 
 | 
| D | nsrepair.c | 141 			ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_simple_repair()188 						      info->full_pathname,  in acpi_ns_simple_repair()
 204 						      info->full_pathname,  in acpi_ns_simple_repair()
 271 				  info->full_pathname,  in acpi_ns_simple_repair()
 278 				  info->full_pathname,  in acpi_ns_simple_repair()
 414 			  info->full_pathname,  in acpi_ns_repair_null_element()
 499 				  info->full_pathname, (count - new_count)));  in acpi_ns_remove_null_elements()
 554 			  info->full_pathname,  in acpi_ns_wrap_with_package()
 
 | 
| D | nsprepkg.c | 70 			  info->full_pathname, package->ret_info.type,  in acpi_ns_check_package()94 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_package()
 128 					  info->full_pathname, count,  in acpi_ns_check_package()
 326 						      info->full_pathname,  in acpi_ns_check_package()
 348 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_package()
 362 	ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags,  in acpi_ns_check_package()
 597 	ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags,  in acpi_ns_check_package_list()
 635 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_custom_package()
 649 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_custom_package()
 658 				  info->full_pathname, count, expected_count));  in acpi_ns_custom_package()
 
 | 
| D | nspredef.c | 203 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_object_type()249 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_object_type()
 254 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_object_type()
 260 		ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_object_type()
 301 	ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags,  in acpi_ns_check_reference()
 
 | 
| D | nsrepair2.c | 274 					      info->full_pathname,  in acpi_ns_repair_FDE()305 				  info->full_pathname));  in acpi_ns_repair_FDE()
 433 					      info->full_pathname,  in acpi_ns_repair_CST()
 444 					      info->full_pathname,  in acpi_ns_repair_CST()
 512 				      info->full_pathname, info->node_flags,  in acpi_ns_repair_HID()
 541 				  info->full_pathname));  in acpi_ns_repair_HID()
 618 					      info->full_pathname,  in acpi_ns_repair_PRT()
 685 					      info->full_pathname,  in acpi_ns_repair_PSS()
 843 					  info->full_pathname, sort_key_name));  in acpi_ns_check_sorted_list()
 
 | 
| D | nsparse.c | 104 	info->full_pathname = acpi_ns_get_normalized_pathname(info->node, TRUE);  in acpi_ns_execute_table()105 	if (!info->full_pathname) {  in acpi_ns_execute_table()
 126 		ACPI_FREE(info->full_pathname);  in acpi_ns_execute_table()
 127 		info->full_pathname = NULL;  in acpi_ns_execute_table()
 
 | 
| D | nsxfeval.c | 53 	char *full_pathname;  in acpi_evaluate_object_typed()  local77 	full_pathname = acpi_ns_get_external_pathname(target_handle);  in acpi_evaluate_object_typed()
 78 	if (!full_pathname) {  in acpi_evaluate_object_typed()
 101 			    full_pathname));  in acpi_evaluate_object_typed()
 116 		    full_pathname,  in acpi_evaluate_object_typed()
 137 	ACPI_FREE(full_pathname);  in acpi_evaluate_object_typed()
 
 | 
| D | psxface.c | 150 	walk_state->method_pathname = info->full_pathname;  in acpi_ps_execute_method()273 	walk_state->method_pathname = info->full_pathname;  in acpi_ps_execute_table()
 
 | 
| D | nsarguments.c | 61 			ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,  in acpi_ns_check_argument_types()
 | 
| D | acstruct.h | 161 	char *full_pathname;	/* Full pathname of the resolved node */  member
 |