/Linux-v4.19/drivers/acpi/acpica/ |
D | dswload.c | 368 op->named.path = path; in acpi_ds_load1_begin_op() 377 op->named.name = node->name.integer; in acpi_ds_load1_begin_op() 449 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 450 op->named.length, in acpi_ds_load1_end_op() 460 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 461 op->named.length, in acpi_ds_load1_end_op() 515 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op() 538 walk_state, op, op->named.node)); in acpi_ds_load1_end_op() 540 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load1_end_op() 542 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load1_end_op() [all …]
|
D | dswload2.c | 86 buffer_ptr = ACPI_CAST_PTR(char, &op->named.name); in acpi_ds_load2_begin_op() 128 if (op && (op->named.node == acpi_gbl_root_node)) { in acpi_ds_load2_begin_op() 129 node = op->named.node; in acpi_ds_load2_begin_op() 332 op->named.name = node->name.integer; in acpi_ds_load2_begin_op() 587 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op() 588 op->named.length, in acpi_ds_load2_end_op() 617 walk_state, op, op->named.node)); in acpi_ds_load2_end_op() 619 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op() 621 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load2_end_op() 630 acpi_ex_create_method(op->named. in acpi_ds_load2_end_op() [all …]
|
D | psloop.c | 239 op->named.data = walk_state->parser_state.aml; in acpi_ps_get_arguments() 240 op->named.length = (u32) in acpi_ps_get_arguments() 269 op->named.data = aml_op_start; in acpi_ps_get_arguments() 270 op->named.length = (u32) in acpi_ps_get_arguments() 677 op->named.length = in acpi_ps_parse_loop() 678 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 689 op->named.length = in acpi_ps_parse_loop() 690 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 699 op->named.length = in acpi_ps_parse_loop() 700 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
|
D | dsobject.c | 188 byte_list = arg->named.next; in acpi_ds_build_internal_buffer_obj() 229 memcpy(obj_desc->buffer.pointer, byte_list->named.data, in acpi_ds_build_internal_buffer_obj() 352 obj_desc->buffer.aml_start = op->named.data; in acpi_ds_init_object_from_op() 353 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 368 if (!op->named.data) { in acpi_ds_init_object_from_op() 372 obj_desc->package.aml_start = op->named.data; in acpi_ds_init_object_from_op() 373 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 | 223 second_desc->extra.aml_start = op->named.data; in acpi_ds_create_buffer_field() 224 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field() 350 info->resource_buffer = child->named.data; in acpi_ds_get_field_names() 352 (u16)child->named.value.integer; in acpi_ds_get_field_names() 379 (char *)&arg->named.name, in acpi_ds_get_field_names() 386 (char *)&arg->named.name, in acpi_ds_get_field_names() 620 (char *)&arg->named.name, type, in acpi_ds_init_field_objects() 625 (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()
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 10 When present, must have one state named "default", 11 and may contain a second name named "sleep". The former 17 the clock named UARTCLK on the IP block, i.e. the clock 23 When present, the first clock listed must be named 24 "uartclk" and the second clock listed must be named 28 The first one must be named "rx", the second one 29 must be named "tx".
|
D | nxp,lpc1850-uart.txt | 14 be at least one channel named "tx" for transmit 15 and named "rx" for receive.
|
/Linux-v4.19/drivers/usb/storage/ |
D | Kconfig | 40 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. 63 If this driver is compiled as a module, it will be named ums-freecom. 81 If this driver is compiled as a module, it will be named ums-isd200. 104 If this driver is compiled as a module, it will be named ums-usbat. 114 If this driver is compiled as a module, it will be named ums-sddr09. 123 If this driver is compiled as a module, it will be named ums-sddr55. 132 If this driver is compiled as a module, it will be named ums-jumpshot. 144 If this driver is compiled as a module, it will be named ums-alauda. 159 If this driver is compiled as a module, it will be named ums-onetouch. [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-netdev | 21 Signal the link state of the named network device. 24 of the named network device. 32 Signal transmission of data on the named network device. 42 Signal reception of data on the named network device.
|
/Linux-v4.19/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
|
/Linux-v4.19/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").
|
/Linux-v4.19/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 | bcm2835-rpi-a.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-b-rev2.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
D | bcm2835-rpi-b.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | microchip,spi-pic32.txt | 18 named "spi-tx" for transmit and named "spi-rx" for receive.
|
/Linux-v4.19/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".
|
/Linux-v4.19/Documentation/networking/ |
D | cxacru.txt | 13 Detected devices will appear as ATM devices named "cxacru". In /sys/class/atm/ 14 these are directories named cxacruN where N is the device number. A symlink 15 named device points to the USB interface device's directory which contains
|
D | netif-msg.txt | 30 Initially this message level variable was uniquely named in each driver 50 Adding a per-interface private variable named "msg_enable". The 64 The set of message levels is named
|