Home
last modified time | relevance | path

Searched refs:next_op (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddsopcode.c274 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local
286 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
290 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()
360 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local
373 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()
374 space_id = (acpi_adr_space_type)next_op->common.value.integer; in acpi_ds_eval_region_operands()
378 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
382 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()
467 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local
481 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()
[all …]
H A Ddswexec.c333 union acpi_parse_object *next_op; in acpi_ds_exec_end_op() local
494 next_op = first_arg; in acpi_ds_exec_end_op()
498 next_op = next_op->common.next; in acpi_ds_exec_end_op()
503 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_exec_end_op()
H A Dacstruct.h89 union acpi_parse_object *next_op; /* next op to be processed */ member
H A Ddswstate.c585 walk_state->next_op = NULL; in acpi_ds_init_aml_walk()
/OK3568_Linux_fs/kernel/lib/
H A Dasn1_decoder.c200 next_op: in asn1_ber_decoder()
220 goto next_op; in asn1_ber_decoder()
253 goto next_op; in asn1_ber_decoder()
354 goto next_op; in asn1_ber_decoder()
364 goto next_op; in asn1_ber_decoder()
370 goto next_op; in asn1_ber_decoder()
412 goto next_op; in asn1_ber_decoder()
425 goto next_op; in asn1_ber_decoder()
444 goto next_op; in asn1_ber_decoder()
449 goto next_op; in asn1_ber_decoder()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Denrich_intersection_points.hpp130 op_type const& next_op = next_turn.operations[next->operation_index]; in enrich_assign() local
137 if (op.seg_id.segment_index == next_op.seg_id.segment_index in enrich_assign()
138 && op.fraction < next_op.fraction) in enrich_assign()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic.c2843 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; in service_kcqes() local
2845 if (cnic_get_kcqe_layer_mask(next_op) != kcqe_layer) in service_kcqes()
2848 if (unlikely(next_op & KCQE_RAMROD_COMPLETION)) in service_kcqes()