Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 49) sorted by relevance

12

/drivers/acpi/acpica/
Ddswload.c365 op->named.path = path; in acpi_ds_load1_begin_op()
374 op->named.name = node->name.integer; in acpi_ds_load1_begin_op()
465 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op()
466 op->named.length, in acpi_ds_load1_end_op()
476 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op()
477 op->named.length, in acpi_ds_load1_end_op()
530 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op()
553 walk_state, op, op->named.node)); in acpi_ds_load1_end_op()
555 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load1_end_op()
557 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load1_end_op()
[all …]
Ddswload2.c89 buffer_ptr = ACPI_CAST_PTR(char, &op->named.name); in acpi_ds_load2_begin_op()
131 if (op && (op->named.node == acpi_gbl_root_node)) { in acpi_ds_load2_begin_op()
132 node = op->named.node; in acpi_ds_load2_begin_op()
343 op->named.name = node->name.integer; in acpi_ds_load2_begin_op()
602 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op()
603 op->named.length, in acpi_ds_load2_end_op()
655 walk_state, op, op->named.node)); in acpi_ds_load2_end_op()
657 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op()
659 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load2_end_op()
668 acpi_ex_create_method(op->named. in acpi_ds_load2_end_op()
[all …]
Dpsloop.c144 op->named.data = walk_state->parser_state.aml; in acpi_ps_get_arguments()
145 op->named.length = (u32) in acpi_ps_get_arguments()
174 op->named.data = aml_op_start; in acpi_ps_get_arguments()
175 op->named.length = (u32) in acpi_ps_get_arguments()
493 op->named.length = in acpi_ps_parse_loop()
494 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
505 op->named.length = in acpi_ps_parse_loop()
506 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
515 op->named.length = in acpi_ps_parse_loop()
516 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
Ddsobject.c187 byte_list = arg->named.next; in acpi_ds_build_internal_buffer_obj()
228 memcpy(obj_desc->buffer.pointer, byte_list->named.data, in acpi_ds_build_internal_buffer_obj()
349 obj_desc->buffer.aml_start = op->named.data; in acpi_ds_init_object_from_op()
350 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op()
365 if (!op->named.data) { in acpi_ds_init_object_from_op()
369 obj_desc->package.aml_start = op->named.data; in acpi_ds_init_object_from_op()
370 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
Ddsfield.c225 second_desc->extra.aml_start = op->named.data; in acpi_ds_create_buffer_field()
226 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field()
351 info->resource_buffer = child->named.data; in acpi_ds_get_field_names()
353 (u16)child->named.value.integer; in acpi_ds_get_field_names()
380 (char *)&arg->named.name, in acpi_ds_get_field_names()
387 (char *)&arg->named.name, in acpi_ds_get_field_names()
633 (char *)&arg->named.name, type, in acpi_ds_init_field_objects()
638 (char *)&arg->named.name, in acpi_ds_init_field_objects()
Dpsutils.c39 scope_op->named.name = ACPI_ROOT_NAME; in acpi_ps_create_scope_op()
198 return (op->named.name); in acpi_ps_get_name()
213 op->named.name = name; in acpi_ps_set_name()
Dpsobject.c254 (*op)->named.aml = unnamed_op->common.aml; in acpi_ps_build_named_op()
276 (*op)->named.data = aml_op_start; in acpi_ps_build_named_op()
277 (*op)->named.length = 0; in acpi_ps_build_named_op()
366 op->named.data = aml_op_start; in acpi_ps_create_op()
367 op->named.length = 0; in acpi_ps_create_op()
375 op->named.data = aml_op_start; in acpi_ps_create_op()
376 op->named.length = 0; in acpi_ps_create_op()
Dpswalk.c59 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()
Ddbutils.c354 method->named.data; in acpi_db_second_pass_parse()
357 method->named.data + method->named.length; in acpi_db_second_pass_parse()
Dpsparse.c203 replacement_op->named.data = in acpi_ps_complete_this_op()
204 op->named.data; in acpi_ps_complete_this_op()
205 replacement_op->named.length = in acpi_ps_complete_this_op()
206 op->named.length; in acpi_ps_complete_this_op()
Ddswexec.c284 acpi_ds_scope_stack_push(op->named.node, in acpi_ds_exec_begin_op()
285 op->named.node-> in acpi_ds_exec_begin_op()
578 op, op->named.value.arg, in acpi_ds_exec_end_op()
Dpsargs.c652 arg->named.value.size = buffer_length; in acpi_ps_get_next_field()
653 arg->named.data = parser_state->aml; in acpi_ps_get_next_field()
788 arg->named.data = parser_state->aml; in acpi_ps_get_next_arg()
Dexprep.c513 info->data_register_node)->named.data; in acpi_ex_prep_field_value()
516 info->data_register_node)->named.length; in acpi_ex_prep_field_value()
/drivers/usb/storage/
DKconfig41 If this driver is compiled as a module, it will be named ums-realtek.
54 If this driver is compiled as a module, it will be named ums-datafab.
62 If this driver is compiled as a module, it will be named ums-freecom.
79 If this driver is compiled as a module, it will be named ums-isd200.
101 If this driver is compiled as a module, it will be named ums-usbat.
110 If this driver is compiled as a module, it will be named ums-sddr09.
118 If this driver is compiled as a module, it will be named ums-sddr55.
126 If this driver is compiled as a module, it will be named ums-jumpshot.
137 If this driver is compiled as a module, it will be named ums-alauda.
151 If this driver is compiled as a module, it will be named ums-onetouch.
[all …]
/drivers/net/wireless/intersil/hostap/
DKconfig68 The driver can be compiled as a module and will be named
81 The driver can be compiled as a module and will be named
94 The driver can be compiled as a module and will be named
/drivers/staging/rts5208/
DKconfig9 If this driver is compiled as a module, it will be named rts5208.
/drivers/media/pci/tw686x/
DKconfig20 will be named tw686x.
/drivers/message/fusion/
DKconfig89 If enabled by saying M to this, a driver named: mptctl
106 If enabled by saying M to this, a driver named: mptlan
/drivers/infiniband/sw/siw/
DKconfig15 library named libsiw which is loaded by the generic user
/drivers/iio/common/hid-sensors/
DKconfig27 If this driver is compiled as a module, it will be named
/drivers/hsi/clients/
DKconfig23 module named cmt_speech.
/drivers/infiniband/sw/rxe/
DKconfig21 library named librxe which is loaded by the generic user
/drivers/staging/unisys/Documentation/
Doverview.txt18 within Documentation/driver-api/driver-model/, and utilize a driver named
60 devices reside. It provides a registration function named
290 named "visor Keyboard", while a s-Par virtual mouse device has 2 Linux input
291 devices created for it: 1 named "visor Wheel", and 1 named "visor Mouse".
/drivers/platform/x86/intel/int3472/
DKconfig30 The module will be named "intel-skl-int3472".
/drivers/char/ipmi/
DKconfig36 available, the module parameter for ipmi_msghandler named
52 the module parameter for ipmi_msghandler named panic_op can

12