| /drivers/acpi/acpica/ |
| A D | dswload.c | 365 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() 557 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load1_end_op() 566 acpi_ex_create_method(op->named. in acpi_ds_load1_end_op() [all …]
|
| A D | dswload2.c | 89 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 …]
|
| A D | psloop.c | 144 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()
|
| A D | dsobject.c | 187 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()
|
| A D | dsfield.c | 225 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()
|
| A D | psutils.c | 39 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()
|
| A D | psobject.c | 254 (*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()
|
| A D | pswalk.c | 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()
|
| A D | dbutils.c | 354 method->named.data; in acpi_db_second_pass_parse() 357 method->named.data + method->named.length; in acpi_db_second_pass_parse()
|
| A D | psparse.c | 203 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()
|
| A D | dswexec.c | 284 acpi_ds_scope_stack_push(op->named.node, in acpi_ds_exec_begin_op() 285 op->named.node-> in acpi_ds_exec_begin_op() 580 op, op->named.value.arg, in acpi_ds_exec_end_op()
|
| A D | psargs.c | 654 arg->named.value.size = buffer_length; in acpi_ps_get_next_field() 655 arg->named.data = parser_state->aml; in acpi_ps_get_next_field() 827 arg->named.data = parser_state->aml; in acpi_ps_get_next_arg()
|
| A D | exprep.c | 516 info->data_register_node)->named.data; in acpi_ex_prep_field_value() 519 info->data_register_node)->named.length; in acpi_ex_prep_field_value()
|
| /drivers/usb/storage/ |
| A D | Kconfig | 40 If this driver is compiled as a module, it will be named ums-realtek. 53 If this driver is compiled as a module, it will be named ums-datafab. 61 If this driver is compiled as a module, it will be named ums-freecom. 78 If this driver is compiled as a module, it will be named ums-isd200. 100 If this driver is compiled as a module, it will be named ums-usbat. 109 If this driver is compiled as a module, it will be named ums-sddr09. 117 If this driver is compiled as a module, it will be named ums-sddr55. 136 If this driver is compiled as a module, it will be named ums-alauda. 163 If this driver is compiled as a module, it will be named ums-karma. 175 If this driver is compiled as a module, it will be named ums-cypress. [all …]
|
| /drivers/usb/typec/mux/ |
| A D | Kconfig | 13 If compiled as a module, the module will be named fsa4480. 47 If compiled as a module, the module will be named it5205. 96 If compiled as a module, the module will be named wcd939x-usbss.
|
| /drivers/net/ethernet/wangxun/ |
| A D | Kconfig | 78 This driver was formerly named txgbevf. 94 This driver was formerly named ngbevf.
|
| /drivers/media/platform/imagination/ |
| A D | Kconfig | 14 pixels. The module will be named as e5010_jpeg_enc.
|
| /drivers/message/fusion/ |
| A D | Kconfig | 89 If enabled by saying M to this, a driver named: mptctl 106 If enabled by saying M to this, a driver named: mptlan
|
| /drivers/media/pci/tw686x/ |
| A D | Kconfig | 20 will be named tw686x.
|
| /drivers/iio/common/hid-sensors/ |
| A D | Kconfig | 27 If this driver is compiled as a module, it will be named
|
| /drivers/infiniband/sw/siw/ |
| A D | Kconfig | 17 library named libsiw which is loaded by the generic user
|
| /drivers/hsi/clients/ |
| A D | Kconfig | 23 module named cmt_speech.
|
| /drivers/infiniband/sw/rxe/ |
| A D | Kconfig | 20 library named librxe which is loaded by the generic user
|
| /drivers/platform/x86/intel/int3472/ |
| A D | Kconfig | 31 The module will be named "intel-skl-int3472".
|
| /drivers/pinctrl/nuvoton/ |
| A D | Kconfig | 19 If this driver is compiled as a module, it will be named
|