| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | dsutils.c | 168 	    (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {  in acpi_ds_is_result_used()175 							  aml_opcode)));  in acpi_ds_is_result_used()
 182 	    acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode);  in acpi_ds_is_result_used()
 197 		switch (op->common.parent->common.aml_opcode) {  in acpi_ds_is_result_used()
 238 		if ((op->common.parent->common.aml_opcode == AML_REGION_OP) ||  in acpi_ds_is_result_used()
 239 		    (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP)  in acpi_ds_is_result_used()
 240 		    || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP)  in acpi_ds_is_result_used()
 241 		    || (op->common.parent->common.aml_opcode == AML_BUFFER_OP)  in acpi_ds_is_result_used()
 242 		    || (op->common.parent->common.aml_opcode ==  in acpi_ds_is_result_used()
 244 		    || (op->common.parent->common.aml_opcode ==  in acpi_ds_is_result_used()
 [all …]
 
 | 
| D | dbxface.c | 157 				if ((parent_op->common.aml_opcode == AML_IF_OP)  in acpi_db_get_display_op()158 				    || (parent_op->common.aml_opcode ==  in acpi_db_get_display_op()
 167 				if ((parent_op->common.aml_opcode == AML_IF_OP)  in acpi_db_get_display_op()
 168 				    || (parent_op->common.aml_opcode ==  in acpi_db_get_display_op()
 170 				    || (parent_op->common.aml_opcode ==  in acpi_db_get_display_op()
 172 				    || (parent_op->common.aml_opcode ==  in acpi_db_get_display_op()
 174 				    || (parent_op->common.aml_opcode ==  in acpi_db_get_display_op()
 257 	if (op->common.aml_opcode == AML_INT_NAMEDFIELD_OP) {  in acpi_db_single_step()
 305 		acpi_os_printf("AML Opcode: %4.4X %s\n", op->common.aml_opcode,  in acpi_db_single_step()
 306 			       acpi_ps_get_opcode_name(op->common.aml_opcode));  in acpi_db_single_step()
 [all …]
 
 | 
| D | dsopcode.c | 25 acpi_ds_init_buffer_field(u16 aml_opcode,75 acpi_ds_init_buffer_field(u16 aml_opcode,  in acpi_ds_init_buffer_field()  argument
 109 			    acpi_ps_get_opcode_name(aml_opcode),  in acpi_ds_init_buffer_field()
 121 	switch (aml_opcode) {  in acpi_ds_init_buffer_field()
 189 			    aml_opcode));  in acpi_ds_init_buffer_field()
 234 	if (aml_opcode == AML_CREATE_FIELD_OP) {  in acpi_ds_init_buffer_field()
 301 	    acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS,  in acpi_ds_eval_buffer_field_operands()
 305 			    acpi_ps_get_opcode_name(op->common.aml_opcode),  in acpi_ds_eval_buffer_field_operands()
 313 	if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {  in acpi_ds_eval_buffer_field_operands()
 318 		    acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc,  in acpi_ds_eval_buffer_field_operands()
 [all …]
 
 | 
| D | psloop.c | 62 	switch (op->common.aml_opcode) {  in acpi_ps_get_arguments()98 			switch (op->common.aml_opcode) {  in acpi_ps_get_arguments()
 136 		switch (op->common.aml_opcode) {  in acpi_ps_get_arguments()
 161 			    (op->common.parent->common.aml_opcode ==  in acpi_ps_get_arguments()
 251 			      aml_opcode == AML_IF_OP)  in acpi_ps_parse_loop()
 253 				 aml_opcode == AML_WHILE_OP))  in acpi_ps_parse_loop()
 381 		switch (op->common.aml_opcode) {  in acpi_ps_parse_loop()
 482 		    acpi_ps_get_opcode_info(op->common.aml_opcode);  in acpi_ps_parse_loop()
 484 			if (op->common.aml_opcode == AML_REGION_OP ||  in acpi_ps_parse_loop()
 485 			    op->common.aml_opcode == AML_DATA_REGION_OP) {  in acpi_ps_parse_loop()
 [all …]
 
 | 
| D | psobject.c | 166 	unnamed_op->common.aml_opcode = walk_state->opcode;  in acpi_ps_build_named_op()264 	if ((*op)->common.aml_opcode == AML_REGION_OP ||  in acpi_ps_build_named_op()
 265 	    (*op)->common.aml_opcode == AML_DATA_REGION_OP) {  in acpi_ps_build_named_op()
 384 		    acpi_ps_get_opcode_info(parent_scope->common.aml_opcode);  in acpi_ps_create_op()
 398 		else if ((parent_scope->common.aml_opcode == AML_INCREMENT_OP)  in acpi_ps_create_op()
 399 			 || (parent_scope->common.aml_opcode ==  in acpi_ps_create_op()
 480 			    acpi_ps_get_opcode_info((*op)->common.aml_opcode);  in acpi_ps_complete_op()
 481 			walk_state->opcode = (*op)->common.aml_opcode;  in acpi_ps_complete_op()
 501 		while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) {  in acpi_ps_complete_op()
 511 		    acpi_ps_get_opcode_info((*op)->common.aml_opcode);  in acpi_ps_complete_op()
 [all …]
 
 | 
| D | dswexec.c | 198 		walk_state->opcode = op->common.aml_opcode;  in acpi_ds_exec_begin_op()200 		    acpi_ps_get_opcode_info(op->common.aml_opcode);  in acpi_ds_exec_begin_op()
 249 	if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {  in acpi_ds_exec_begin_op()
 276 			if (op->common.aml_opcode != AML_SCOPE_OP) {  in acpi_ds_exec_begin_op()
 341 			    op->common.aml_opcode));  in acpi_ds_exec_end_op()
 464 			    ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP)  in acpi_ds_exec_end_op()
 465 			     || (op->asl.parent->asl.aml_opcode ==  in acpi_ds_exec_end_op()
 548 					  aml_opcode));  in acpi_ds_exec_end_op()
 550 			switch (op->common.parent->common.aml_opcode) {  in acpi_ds_exec_end_op()
 610 			if (op->common.aml_opcode == AML_REGION_OP) {  in acpi_ds_exec_end_op()
 [all …]
 
 | 
| D | psparse.c | 144 					    aml_opcode);  in acpi_ps_complete_this_op()169 			if ((op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 171 			    || (op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 173 			    || (op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 175 			    || (op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 177 			    || (op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 179 			    || (op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 188 			    if ((op->common.parent->common.aml_opcode ==  in acpi_ps_complete_this_op()
 192 				if ((op->common.aml_opcode == AML_BUFFER_OP)  in acpi_ps_complete_this_op()
 193 				    || (op->common.aml_opcode == AML_PACKAGE_OP)  in acpi_ps_complete_this_op()
 [all …]
 
 | 
| D | dsobject.c | 46 	if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {  in acpi_ds_build_internal_object()56 			if ((op->common.parent->common.aml_opcode ==  in acpi_ds_build_internal_object()
 58 			    || (op->common.parent->common.aml_opcode ==  in acpi_ds_build_internal_object()
 95 						   (op->common.aml_opcode))->  in acpi_ds_build_internal_object()
 102 	    acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode,  in acpi_ds_build_internal_object()
 113 	if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) ||  in acpi_ds_build_internal_object()
 114 	    (op->common.parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) {  in acpi_ds_build_internal_object()
 117 		if ((op->common.aml_opcode == AML_INT_NAMEPATH_OP) &&  in acpi_ds_build_internal_object()
 189 		if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) {  in acpi_ds_build_internal_buffer_obj()
 192 				    byte_list->common.aml_opcode, byte_list));  in acpi_ds_build_internal_buffer_obj()
 [all …]
 
 | 
| D | dscontrol.c | 44 			  op, op->common.aml_opcode, walk_state));  in acpi_ds_exec_begin_control_op()46 	switch (op->common.aml_opcode) {  in acpi_ds_exec_begin_control_op()
 86 		control_state->control.opcode = op->common.aml_opcode;  in acpi_ds_exec_begin_control_op()
 142 	switch (op->common.aml_opcode) {  in acpi_ds_exec_end_control_op()
 355 		if (op->common.aml_opcode == AML_BREAK_OP) {  in acpi_ds_exec_end_control_op()
 365 			    op->common.aml_opcode, op));  in acpi_ds_exec_end_control_op()
 
 | 
| D | pswalk.c | 56 								       aml_opcode),  in acpi_ps_delete_parse_tree()59 				if (op->named.aml_opcode == AML_INT_NAMEPATH_OP) {  in acpi_ps_delete_parse_tree()
 63 				if (op->named.aml_opcode == AML_STRING_OP) {  in acpi_ps_delete_parse_tree()
 
 | 
| D | dswload.c | 444 		if (op->common.aml_opcode == AML_REGION_OP) {  in acpi_ds_load1_end_op()455 		} else if (op->common.aml_opcode == AML_DATA_REGION_OP) {  in acpi_ds_load1_end_op()
 467 	if (op->common.aml_opcode == AML_NAME_OP) {  in acpi_ds_load1_end_op()
 475 							       aml_opcode))->  in acpi_ds_load1_end_op()
 491 	    op->common.node && op->common.aml_opcode == AML_EXTERNAL_OP) {  in acpi_ds_load1_end_op()
 523 		if (op->common.aml_opcode == AML_METHOD_OP) {  in acpi_ds_load1_end_op()
 567 	    op->common.aml_opcode != AML_EXTERNAL_OP &&  in acpi_ds_load1_end_op()
 
 | 
| D | pstree.c | 52 	op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);  in acpi_ps_get_arg()107 	op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);  in acpi_ps_append_arg()
 113 			    op->common.aml_opcode));  in acpi_ps_append_arg()
 252 	switch (op->common.aml_opcode) {  in acpi_ps_get_child()
 
 | 
| D | dswload2.c | 389 	if (op->common.aml_opcode == AML_SCOPE_OP) {  in acpi_ds_load2_end_op()413 	    (op->common.aml_opcode != AML_INT_METHODCALL_OP)) {  in acpi_ds_load2_end_op()
 454 			  acpi_ps_get_opcode_name(op->common.aml_opcode),  in acpi_ds_load2_end_op()
 479 		switch (op->common.aml_opcode) {  in acpi_ds_load2_end_op()
 516 		switch (op->common.aml_opcode) {  in acpi_ds_load2_end_op()
 561 		switch (op->common.aml_opcode) {  in acpi_ds_load2_end_op()
 565 			if (op->common.aml_opcode == AML_REGION_OP) {  in acpi_ds_load2_end_op()
 
 | 
| D | dspkginit.c | 80 	while ((parent->common.aml_opcode == AML_PACKAGE_OP) ||  in acpi_ds_build_internal_package_obj()81 	       (parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) {  in acpi_ds_build_internal_package_obj()
 154 		if (arg->common.aml_opcode == AML_INT_RETURN_VALUE_OP) {  in acpi_ds_build_internal_package_obj()
 186 				arg->common.aml_opcode = AML_INT_NAMEPATH_OP;  in acpi_ds_build_internal_package_obj()
 
 | 
| D | psutils.c | 61 	op->common.aml_opcode = opcode;  in acpi_ps_init_op()156 	if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) {  in acpi_ps_free_op()
 
 | 
| D | dsfield.c | 135 	if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {  in acpi_ds_create_buffer_field()289 		switch (arg->common.aml_opcode) {  in acpi_ds_get_field_names()
 349 			if (child->common.aml_opcode == AML_INT_BYTELIST_OP) {  in acpi_ds_get_field_names()
 449 				    arg->common.aml_opcode));  in acpi_ds_get_field_names()
 625 		if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) {  in acpi_ds_init_field_objects()
 
 | 
| D | psargs.c | 308 		else if (walk_state->op->common.aml_opcode ==  in acpi_ps_get_next_namepath()319 			 ((arg->common.parent->common.aml_opcode ==  in acpi_ps_get_next_namepath()
 321 			  || (arg->common.parent->common.aml_opcode ==  in acpi_ps_get_next_namepath()
 858 			if (arg->common.aml_opcode == AML_INT_METHODCALL_OP) {  in acpi_ps_get_next_arg()
 
 | 
| D | dbutils.c | 339 		if (op->common.aml_opcode == AML_METHOD_OP) {  in acpi_db_second_pass_parse()380 		if (op->common.aml_opcode == AML_REGION_OP) {  in acpi_db_second_pass_parse()
 
 | 
| D | dbdisply.c | 112 	info = acpi_ps_get_opcode_info(op->common.aml_opcode);  in acpi_db_dump_parser_descriptor()115 	acpi_os_printf("%20.20s : %4.4X\n", "Opcode", op->common.aml_opcode);  in acpi_db_dump_parser_descriptor()
 398 		op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);  in acpi_db_display_method_info()
 
 | 
| D | uttrack.c | 665 						     aml_opcode);  in acpi_ut_dump_allocations()
 | 
| D | aclocal.h | 734 	u16                             aml_opcode;         /* AML opcode */\
 |