/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
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() 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 …]
|
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 …]
|
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() 494 op->named.length = in acpi_ps_parse_loop() 495 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 506 op->named.length = in acpi_ps_parse_loop() 507 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 516 op->named.length = in acpi_ps_parse_loop() 517 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
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()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
D | Kconfig | 41 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 …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-netdev | 21 Signal the link state of the named network device. 26 of the named network device. 35 Signal transmission of data on the named network device. 47 Signal reception of data on the named network device.
|
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
D | style.rst | 8 strongly encouraged that they are named and written according to the guidelines 39 Test subsystems should be named after the code being tested, either after the 41 subsystems should be named to avoid ambiguity where necessary. 70 be named ``parport_pc``. 86 Test suites are named after the subsystem they are part of. If a subsystem 122 tests be added, then that suite could be named ``kasan_unittest`` or similar. 131 Tests should be named after what they're testing. This is often the name of the 133 As tests are C functions, they should be named and written in accordance with 162 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test 194 KUnit tests can often be compiled as a module. These modules should be named
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-st.txt | 10 - A pinctrl state named "default" must be defined to set pins in mode of 21 - A pinctrl state named "idle" could be defined to set pins in idle state 23 - A pinctrl state named "sleep" could be defined to set pins in sleep state
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | sirf-audio-port.txt | 11 named "tx") and one for reception (should be named "rx").
|
D | brcm,bcm2835-i2s.txt | 12 named "tx") and one for reception (should be named "rx").
|
D | sirf-usp.txt | 11 named "tx") and one for reception (should be named "rx").
|
/kernel/linux/linux-5.10/Documentation/admin-guide/gpio/ |
D | gpio-mockup.rst | 33 GPIO lines exposed by it should be named. 42 The directory is named after the chip's label. A symlink is also created, named
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
D | nxp,lpc1850-uart.txt | 14 be at least one channel named "tx" for transmit 15 and named "rx" for receive.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | microchip,spi-pic32.txt | 18 named "spi-tx" for transmit and named "spi-rx" for receive.
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | bcm2835-rpi-cm1-io1.dts | 17 * "FOO" = GPIO line named "FOO" on the schematic 18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2837-rpi-cm3-io3.dts | 17 * "FOO" = GPIO line named "FOO" on the schematic 18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
D | mtk,scp.txt | 12 regions. These should be named "sram" & "cfg". 15 should be named "main".
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | resistive-adc-touch.txt | 17 - iio-channels: The third channel named "pressure" is optional and can be 21 - iio-channel-names: optional channel named "pressure".
|
/kernel/linux/linux-5.10/Documentation/networking/ |
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
|