/linux/drivers/acpi/acpica/ |
H A D | dswload.c | 245 * For all other named opcodes, we will enter the name into in acpi_ds_load1_begin_op() 302 * Enter the named type into the internal namespace. We enter the name in acpi_ds_load1_begin_op() 365 op->named.path = path; in acpi_ds_load1_begin_op() 374 op->named.name = node->name.integer; in acpi_ds_load1_begin_op() 423 * the named object in the ACPI namespace so that references to this name in acpi_ds_load1_end_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 in acpi_ds_load1_end_op() [all...] |
H 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() 256 * Enter the named type into the internal namespace. We enter the name 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 in acpi_ds_load2_end_op() [all...] |
H 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 in acpi_ps_parse_loop() [all...] |
H A D | dsobject.c | 48 * This is a named object reference. If this name was in acpi_ds_build_internal_object() 54 /* Check if we are resolving a named reference within a package */ in acpi_ds_build_internal_object() 63 * behavior supports both forward references to named objects in acpi_ds_build_internal_object() 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() 265 * the named object node the first time through in acpi_ds_create_node() 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 in acpi_ds_init_object_from_op() [all...] |
H 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()
|
H 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() 254 * DESCRIPTION: Process all named fields in a field declaration. Names are 285 * 1) name - Enters a new named field into the namespace in acpi_ds_get_field_names() 347 * or a named reference to a resource template in acpi_ds_get_field_names() 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 in acpi_ds_init_field_objects() [all...] |
H A D | psobject.c | 143 * aml_op_start - Begin of named Op in AML 144 * unnamed_op - Early Op (not a named Op) 149 * DESCRIPTION: Parse a named Op 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() 359 /* Not a named opcode, just allocate Op and append to parent */ in acpi_ps_create_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 in acpi_ps_create_op() [all...] |
H 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()
|
H 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()
|
H 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()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_enumval.c | 49 enum named_enum named = 0; in test_core_enumval() local 52 out->named_val1_exists = bpf_core_enum_value_exists(named, NAMED_ENUM_VAL1); in test_core_enumval() 60 out->named_val1 = bpf_core_enum_value(named, NAMED_ENUM_VAL1); in test_core_enumval() 61 out->named_val2 = bpf_core_enum_value(named, NAMED_ENUM_VAL2); in test_core_enumval()
|
/linux/drivers/usb/storage/ |
H 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. 125 If this driver is compiled as a module, it will be named ums-jumpshot. 136 If this driver is compiled as a module, it will be named ums-alauda. 150 If this driver is compiled as a module, it will be named um [all...] |
/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 8 strongly encouraged that they are named and written according to the guidelines 38 Test subsystems should be named after the code being tested, either after the 40 subsystems should be named to avoid ambiguity where necessary. 68 be named ``parport_pc``. 84 Test suites are named after the subsystem they are part of. If a subsystem 118 unit tests are added, then that suite could be named as ``kasan_unittest`` or 128 Tests should be named after what they are testing. This is often the name of the 130 As tests are C functions, they should be named and written in accordance with 159 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test 192 with regular modules, KUnit modules should be named afte [all...] |
/linux/Documentation/devicetree/bindings/sound/ |
H A D | sirf-audio-port.txt | 11 named "tx") and one for reception (should be named "rx").
|
H A D | brcm,bcm2835-i2s.txt | 12 named "tx") and one for reception (should be named "rx").
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm53016-dlink-dwl-8610ap.dts | 111 /* This is named nflash1.trx in CFE */ 118 /* This is named nflash1.trx2 in CFE */ 125 /* This is named nflash1.rwfs in CFE */
|
H A D | bcm2835-rpi-cm1-io1.dts | 16 * "FOO" = GPIO line named "FOO" on the schematic 17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2837-rpi-cm3-io3.dts | 16 * "FOO" = GPIO line named "FOO" on the schematic 17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-zero.dts | 28 * "FOO" = GPIO line named "FOO" on the schematic 29 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2836-rpi-2-b.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | microchip,spi-pic32.txt | 18 named "spi-tx" for transmit and named "spi-rx" for receive.
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-mockup.rst | 42 GPIO lines exposed by it should be named. 51 The directory is named after the chip's label. A symlink is also created, named
|
/linux/Documentation/networking/ |
H A D | netif-msg.rst | 34 Initially this message level variable was uniquely named in each driver 56 - Adding a per-interface private variable named "msg_enable". The 76 The set of message levels is named
|
/linux/Documentation/networking/device_drivers/atm/ |
H A D | cxacru.rst | 19 Detected devices will appear as ATM devices named "cxacru". In /sys/class/atm/ 20 these are directories named cxacruN where N is the device number. A symlink 21 named device points to the USB interface device's directory which contains
|
/linux/Documentation/userspace-api/netlink/ |
H A D | c-code-gen.rst | 52 Enums are named ``$family-$enum``. The full name can be set directly 60 values are named ``__$pfx-MAX`` and ``$pfx-MAX``. The name 76 Attributes are named ``$pfx-$attribute``. 89 Operations are named ``$family-CMD-$operation``.
|