Searched refs:op_info (Results 1 - 25 of 32) sorted by relevance

12

/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 Dpstree.c73 const struct acpi_opcode_info *op_info; local
79 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
80 if (op_info->class == AML_CLASS_UNKNOWN) {
89 if (!(op_info->flags & AML_HAS_ARGS)) {
124 const struct acpi_opcode_info *op_info; local
134 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
135 if (op_info->class == AML_CLASS_UNKNOWN) {
146 if (!(op_info->flags & AML_HAS_ARGS)) {
H A Dpsutils.c119 const struct acpi_opcode_info *op_info; local
124 op_info = acpi_ps_get_opcode_info(opcode);
128 if (op_info->flags & AML_DEFER) {
130 } else if (op_info->flags & AML_NAMED) {
H A Dpsloop.c121 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
123 switch (walk_state->op_info->class) {
156 walk_state->arg_types = walk_state->op_info->parse_args;
292 const struct acpi_opcode_info *op_info; local
303 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
309 if (walk_state->op_info->flags & AML_NAMED) {
324 if (walk_state->op_info->flags & AML_CREATE) {
346 op_info =
348 if (op_info->flags & AML_HAS_TARGET) {
350 acpi_ps_get_argument_count(op_info
397 const struct acpi_opcode_info *op_info; local
[all...]
H A Dexresop.c142 const struct acpi_opcode_info *op_info; local
149 op_info = acpi_ps_get_opcode_info(opcode);
150 if (op_info->class == AML_CLASS_UNKNOWN) {
154 arg_types = op_info->runtime_args;
163 opcode, op_info->name, arg_types));
H A Ddswload.c140 if (!(walk_state->op_info->flags & AML_NAMED)) {
157 object_type = walk_state->op_info->object_type;
405 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) {
411 object_type = walk_state->op_info->object_type;
414 if (walk_state->op_info->flags & AML_FIELD) {
584 if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
586 (!(walk_state->op_info->flags & AML_NAMED))) {
617 object_type = walk_state->op_info->object_type;
861 walk_state->op_info->name, op, walk_state));
865 if (!(walk_state->op_info
[all...]
H A Ddsutils.c471 const struct acpi_opcode_info *op_info; local
523 op_info =
526 if ((op_info->flags & AML_NSNODE)
620 op_info = acpi_ps_get_opcode_info(opcode);
621 if (op_info->object_type == ACPI_TYPE_INVALID) {
625 if ((op_info->flags & AML_HAS_RETVAL)
653 acpi_ut_create_internal_object(op_info->
804 /* TBD: Should we specify this feature as a bit of op_info->Flags of these opcodes? */
H A Ddswexec.c232 walk_state->op_info =
235 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) {
239 op_info->
278 opcode_class = walk_state->op_info->class;
368 op_type = walk_state->op_info->type;
369 op_class = walk_state->op_info->class;
420 if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) {
H A Ddsobject.c623 const struct acpi_opcode_info *op_info; local
630 op_info = acpi_ps_get_opcode_info(opcode);
631 if (op_info->class == AML_CLASS_UNKNOWN) {
667 switch (op_info->type) {
726 op_info->type));
750 switch (op_info->type) {
H A Dexoparg2.c267 if (walk_state->op_info->flags & AML_MATH) {
507 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) {
517 } else if (walk_state->op_info->flags & AML_LOGICAL) {
H A Dacstruct.h117 const struct acpi_opcode_info *op_info; /* Info on current opcode */ member in struct:acpi_walk_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dpstree.c73 const struct acpi_opcode_info *op_info; local
79 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
80 if (op_info->class == AML_CLASS_UNKNOWN) {
89 if (!(op_info->flags & AML_HAS_ARGS)) {
124 const struct acpi_opcode_info *op_info; local
134 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
135 if (op_info->class == AML_CLASS_UNKNOWN) {
146 if (!(op_info->flags & AML_HAS_ARGS)) {
H A Dpsutils.c119 const struct acpi_opcode_info *op_info; local
124 op_info = acpi_ps_get_opcode_info(opcode);
128 if (op_info->flags & AML_DEFER) {
130 } else if (op_info->flags & AML_NAMED) {
H A Dpsloop.c121 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
123 switch (walk_state->op_info->class) {
156 walk_state->arg_types = walk_state->op_info->parse_args;
292 const struct acpi_opcode_info *op_info; local
303 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
309 if (walk_state->op_info->flags & AML_NAMED) {
324 if (walk_state->op_info->flags & AML_CREATE) {
346 op_info =
348 if (op_info->flags & AML_HAS_TARGET) {
350 acpi_ps_get_argument_count(op_info
397 const struct acpi_opcode_info *op_info; local
[all...]
H A Dexresop.c142 const struct acpi_opcode_info *op_info; local
149 op_info = acpi_ps_get_opcode_info(opcode);
150 if (op_info->class == AML_CLASS_UNKNOWN) {
154 arg_types = op_info->runtime_args;
163 opcode, op_info->name, arg_types));
H A Ddswload.c140 if (!(walk_state->op_info->flags & AML_NAMED)) {
157 object_type = walk_state->op_info->object_type;
405 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) {
411 object_type = walk_state->op_info->object_type;
414 if (walk_state->op_info->flags & AML_FIELD) {
584 if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
586 (!(walk_state->op_info->flags & AML_NAMED))) {
617 object_type = walk_state->op_info->object_type;
861 walk_state->op_info->name, op, walk_state));
865 if (!(walk_state->op_info
[all...]
H A Ddsutils.c471 const struct acpi_opcode_info *op_info; local
523 op_info =
526 if ((op_info->flags & AML_NSNODE)
620 op_info = acpi_ps_get_opcode_info(opcode);
621 if (op_info->object_type == ACPI_TYPE_INVALID) {
625 if ((op_info->flags & AML_HAS_RETVAL)
653 acpi_ut_create_internal_object(op_info->
804 /* TBD: Should we specify this feature as a bit of op_info->Flags of these opcodes? */
H A Ddswexec.c232 walk_state->op_info =
235 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) {
239 op_info->
278 opcode_class = walk_state->op_info->class;
368 op_type = walk_state->op_info->type;
369 op_class = walk_state->op_info->class;
420 if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) {
H A Ddsobject.c623 const struct acpi_opcode_info *op_info; local
630 op_info = acpi_ps_get_opcode_info(opcode);
631 if (op_info->class == AML_CLASS_UNKNOWN) {
667 switch (op_info->type) {
726 op_info->type));
750 switch (op_info->type) {
H A Dexoparg2.c267 if (walk_state->op_info->flags & AML_MATH) {
507 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) {
517 } else if (walk_state->op_info->flags & AML_LOGICAL) {
H A Dacstruct.h117 const struct acpi_opcode_info *op_info; /* Info on current opcode */ member in struct:acpi_walk_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c587 struct sn_hwperf_op_info *op_info = info; local
590 r = ia64_sn_hwperf_op(sn_hwperf_master_nasid, op_info->op,
591 op_info->a->arg, op_info->a->sz,
592 (u64) op_info->p, 0, 0, op_info->v0);
593 op_info->ret = r;
596 static int sn_hwperf_op_cpu(struct sn_hwperf_op_info *op_info) argument
603 cpu = (op_info->a->arg & SN_HWPERF_ARG_CPU_MASK) >> 32;
604 use_ipi = op_info
686 struct sn_hwperf_op_info op_info; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c587 struct sn_hwperf_op_info *op_info = info; local
590 r = ia64_sn_hwperf_op(sn_hwperf_master_nasid, op_info->op,
591 op_info->a->arg, op_info->a->sz,
592 (u64) op_info->p, 0, 0, op_info->v0);
593 op_info->ret = r;
596 static int sn_hwperf_op_cpu(struct sn_hwperf_op_info *op_info) argument
603 cpu = (op_info->a->arg & SN_HWPERF_ARG_CPU_MASK) >> 32;
604 use_ipi = op_info
686 struct sn_hwperf_op_info op_info; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smb_server/smb/
H A Dnttrans.c38 void *op_info; member in struct:nttrans_op
69 union smb_open *io = talloc_get_type(op->op_info, union smb_open);
188 op->op_info = io;
199 union smb_fileinfo *io = talloc_get_type(op->op_info, union smb_fileinfo);
241 op->op_info = io;
322 union smb_ioctl *info = talloc_get_type(op->op_info, union smb_ioctl);
365 op->op_info = nt;
378 union smb_notify *info = talloc_get_type(op->op_info, union smb_notify);
450 op->op_info = info;
636 op->op_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smb_server/smb/
H A Dnttrans.c38 void *op_info; member in struct:nttrans_op
69 union smb_open *io = talloc_get_type(op->op_info, union smb_open);
188 op->op_info = io;
199 union smb_fileinfo *io = talloc_get_type(op->op_info, union smb_fileinfo);
241 op->op_info = io;
322 union smb_ioctl *info = talloc_get_type(op->op_info, union smb_ioctl);
365 op->op_info = nt;
378 union smb_notify *info = talloc_get_type(op->op_info, union smb_notify);
450 op->op_info = info;
636 op->op_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smb_server/smb/
H A Dnttrans.c38 void *op_info; member in struct:nttrans_op
69 union smb_open *io = talloc_get_type(op->op_info, union smb_open);
188 op->op_info = io;
199 union smb_fileinfo *io = talloc_get_type(op->op_info, union smb_fileinfo);
241 op->op_info = io;
322 union smb_ioctl *info = talloc_get_type(op->op_info, union smb_ioctl);
365 op->op_info = nt;
378 union smb_notify *info = talloc_get_type(op->op_info, union smb_notify);
450 op->op_info = info;
636 op->op_info
[all...]

Completed in 400 milliseconds

12