Searched refs:Length (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-Core-3.5.0/lib/acpi/ |
D | acpi.c | 242 rt_buffer.Length = ACPI_DEBUG_BUFFER_SIZE; in acpi_get_irq_table() 309 rt_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in dev_resource_enum_callback() 442 rt_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_current_resource_get() 478 rt_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_possible_resource_get() 511 if (!res->Length) { in acpi_resource_parse() 571 if (!res->Length) { in acpi_device_type_get() 604 !child_dev->dev_info->HardwareId.Length) { in acpi_device_get() 609 if (child_dev->dev_info->UniqueId.Length) { in acpi_device_get() 659 offset += subtable->Length; in acpi_get_subtable_entry_num() 662 if (!subtable->Length) { in acpi_get_subtable_entry_num() [all …]
|
D | acpi_shell.c | 28 if (!res->Length) { in dump_dev_res() 208 for (cnt = 0; prt->Length; cnt++) { in dump_prt() 214 prt = ACPI_ADD_PTR(ACPI_PCI_ROUTING_TABLE, prt, prt->Length); in dump_prt() 257 table->Signature, table->Length, table->Revision, table->OemId); in read_table()
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | smp_protocol.rst | 20 Each frame consists of a header and data. The ``Data Length`` field in the 36 | Res |Ver| OP | Flags | Data Length | 51 Data is optional and is not present when ``Data Length`` is zero. 81 | ``Data Length`` | Length of the ``Data`` field | 95 | ``Data`` | This is data payload of the ``Data Length`` | 96 | | size. It is optional as ``Data Length`` may be |
|
/Zephyr-Core-3.5.0/samples/net/wpanusb/ |
D | wpan-radio-spec.txt | 100 Length 1 octet 105 Length 1 octet
|
/Zephyr-Core-3.5.0/tests/unit/util/ |
D | test.inc | 23 zassert_equal(len, 1, "Length of 0 is not 1"); 28 zassert_equal(len, 1, "Length of 1 is not 1"); 33 zassert_equal(len, 2, "Length of 11 is not 2"); 38 zassert_equal(len, 3, "Length of 100 is not 3"); 43 zassert_equal(len, 3, "Length of 101 is not 3"); 48 zassert_equal(len, 3, "Length of 255 is not 3"); 55 "Length of converted value using 2 byte buffer isn't 2"); 63 "Length of converted value using 1 byte buffer isn't 1"); 71 "Length of converted value using 0 byte buffer isn't 0");
|
/Zephyr-Core-3.5.0/samples/sensor/sgp40_sht4x/ |
D | Kconfig | 36 int "Heater Pulse Length Setting"
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | gatt-pics.rst | 82 TSPC_GATT_3_29 False Read Multiple Variable Length Characteristic Values (C.9) 83 TSPC_GATT_3_30 False Multiple Variable Length Notifications (C.10) 121 TSPC_GATT_4_30 False Read Multiple Variable Length Characteristic Values (C.13) 122 TSPC_GATT_4_31 False Multiple Variable Length Notifications (C.13)
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | Kconfig.nxp_s32_netc | 44 Length of the TX ring. The value must be a multiple of 8. 59 Length of the RX ring. The value must be a multiple of 8.
|
D | Kconfig.nxp_s32_gmac | 20 Length of the TX ring. ETH_NXP_S32_TX_RING_BUF_SIZE * ETH_NXP_S32_TX_RING_LEN 37 Length of the RX ring. ETH_NXP_S32_RX_RING_BUF_SIZE * ETH_NXP_S32_RX_RING_LEN
|
D | eth_nxp_s32_gmac.c | 281 buf.Length = (uint16_t)pkt_len; in eth_nxp_s32_tx() 297 buf.Length = (uint16_t)pkt_len; in eth_nxp_s32_tx()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | hci.llcp.test_list | 5 HCI/CCO/BV-09-C # [Handling LE Set Data Length Command]
|
/Zephyr-Core-3.5.0/drivers/sensor/apds9960/ |
D | Kconfig | 77 prompt "Proximity Pulse Length"
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ |
D | Kconfig | 456 # Hidden option to enable support for Bluetooth v4.2 LE Data Length 606 int "Maximum Advertising Data Length" 611 Maximum Extended Advertising Data Length. 777 int "Maximum Broadcast Isochronous Channel PDU Length" 782 Maximum Broadcast Isochronous Channel PDU Length. 809 int "Maximum Synchronized Isochronous Channel PDU Length" 815 Maximum Synchronized Receiver Isochronous Channel PDU Length. 880 int "Maximum Connected Isochronous Channel PDU Length" 886 Maximum Connected Isochronous Channel PDU Length. 889 int "Maximum Connected Isochronous Channel SDU Length" [all …]
|
D | Kconfig.ll_sw_split | 186 int "Maximum Advertising Extensions Receive PDU Length" 192 Maximum Advertising Extensions Receive PDU Length. 195 int "Maximum Extended Scanning Data Length" 199 Maximum Extended Scanning Data Length. 276 bool "Data Length Support (Cleartext only)" 279 Enable support for Bluetooth v4.2 LE Data Length Update procedure, up to 313 Periodic Advertising. This will allow to have Advertising Data Length 658 Updates the event length reservation after a completed Data Length Update
|
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/ |
D | Kconfig | 146 bool "Host auto-initiated Data Length Update quirk" 150 Enable the quirk wherein BT Host stack will auto-initiate Data Length
|
/Zephyr-Core-3.5.0/subsys/bluetooth/ |
D | Kconfig | 158 bool "Data Length Update" 162 Enable support for Bluetooth v4.2 LE Data Length Update procedure.
|
/Zephyr-Core-3.5.0/subsys/net/lib/sockets/ |
D | Kconfig | 92 bool "Set Maximum Fragment Length (MFL)" 96 configuration, so that Maximum Fragment Length (MFL) will be sent to 99 Maximum Fragment Length (MFL) value is automatically chosen based on
|
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/ |
D | README.rst | 25 |Version| IHL |Type of Service| Total Length |
|
/Zephyr-Core-3.5.0/samples/net/capture/ |
D | README.rst | 211 No. Time Source Destination Protocol Length Info 222 No. Time Source Destination Protocol Length Info
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | pcie.c | 42 int n = (m->header.Length - sizeof(*m)) / sizeof(m->pci_segs[0]); in pcie_mm_init()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | Kconfig.gatt | 183 bool "GATT Read Multiple Variable Length Characteristic Values support" 186 This option enables support for the GATT Read Multiple Variable Length
|
D | Kconfig | 345 bool "User control of Data Length Update Procedure" 348 Enable application access to initiate the Data Length Update 350 about Data Length changes on the connection. The current Data Length 354 bool "Auto-initiate Data Length Update procedure" 358 Initiate Data Length Update Procedure on connection establishment. 360 Disable this if you want the Data Length Update Procedure feature
|
/Zephyr-Core-3.5.0/boards/arm/arty/dts/ |
D | arty_a7_arm_designstart.dtsi | 279 * Table 1-1: Bitstream Length
|
/Zephyr-Core-3.5.0/cmake/linker/armlink/ |
D | scatter_script.cmake | 78 set_property(GLOBAL APPEND PROPERTY SYMBOL_STEERING_C "Image$$${name_clean}${ZI}$$Length") 95 "RESOLVE __${name_clean}_size AS Image$$${name_clean}${ZI}$$Length\n"
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | Kconfig.bap | 225 int "Scan Delegator Maximum Metadata Length"
|
12