/Zephyr-4.1.0/tests/benchmarks/thread_metric/src/ |
D | tm_message_processing_test.c | 37 /* DATE NAME DESCRIPTION */
|
D | tm_synchronization_processing_test.c | 37 /* DATE NAME DESCRIPTION */
|
D | tm_memory_allocation_test.c | 37 /* DATE NAME DESCRIPTION */
|
/Zephyr-4.1.0/include/zephyr/sip_svc/ |
D | sip_svc.h | 184 * @retval NULL invalid arguments and on providing unsupported method name.
|
/Zephyr-4.1.0/boards/segger/ip_k66f/doc/ |
D | index.rst | 46 | Name | Function | Usage |
|
/Zephyr-4.1.0/arch/posix/ |
D | CMakeLists.txt | 99 COMMAND ${CMAKE_C_COMPILER} --print-file-name=include/stddef.h
|
/Zephyr-4.1.0/boards/nxp/mimxrt1180_evk/ |
D | mimxrt1180_evk.dtsi | 284 disk-name = "SD";
|
/Zephyr-4.1.0/doc/build/kconfig/ |
D | menuconfig.rst | 151 symbols by name and jump to them. In ``guiconfig``, you can also change symbol
|
/Zephyr-4.1.0/include/zephyr/display/ |
D | cfb.h | 61 * @param _name Name of the font entry.
|
/Zephyr-4.1.0/include/zephyr/drivers/i3c/ |
D | devicetree.h | 136 * @param init_fn Name of the init function of the driver.
|
/Zephyr-4.1.0/dts/bindings/pinctrl/ |
D | xlnx,pinctrl-zynq.yaml | 73 - name: pincfg-node.yaml
|
/Zephyr-4.1.0/dts/riscv/espressif/esp32c2/ |
D | esp32c2_common.dtsi | 214 friendly-name = "coretemp";
|
/Zephyr-4.1.0/lib/libc/armstdc/include/ |
D | errno.h | 94 #define ENAMETOOLONG 91 /**< File name too long */
|
/Zephyr-4.1.0/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common.c | 133 * @param[in] name Name of the created transfer event variable. 139 #define NRF_USBD_COMMON_EP_TRANSFER_EVENT(name, endpont, ep_stat) \ argument 140 const nrf_usbd_common_evt_t name = {NRF_USBD_COMMON_EVT_EPTRANSFER, \ 611 * @name USBD interrupt runtimes. 1024 * @name Interrupt handlers
|
/Zephyr-4.1.0/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 38 .name = "{0, 1}", in test_args_parse() 45 .name = "{0, 1}", in test_args_parse() 52 .name = "{inactive, start, wait-block, wait-chunk, complete, suspended}", in test_args_parse() 1668 #define TEST_CASE(role, name, description) \ argument 1670 .test_id = "blob_" #role "_" #name, \ 1674 .test_main_f = test_##role##_##name, \
|
/Zephyr-4.1.0/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 1655 static const char * const name[] = { in net_dhcpv4_state_name() local 1666 __ASSERT_NO_MSG(state >= 0 && state < sizeof(name)); in net_dhcpv4_state_name() 1667 return name[state]; in net_dhcpv4_state_name() 1672 static const char * const name[] = { in net_dhcpv4_msg_type_name() local 1683 __ASSERT_NO_MSG(msg_type >= 1 && msg_type <= sizeof(name)); in net_dhcpv4_msg_type_name() 1684 return name[msg_type - 1]; in net_dhcpv4_msg_type_name()
|
/Zephyr-4.1.0/doc/releases/ |
D | release-notes-1.13.rst | 19 * Support for Link Layer Multicast Name Resolution (LLMNR) 137 * Add support for Link Layer Multicast Name Resolution (LLMNR). LLMNR is used in 138 Microsoft Windows networks for local name resolution. 202 Name in the advertising data. 458 * :github:`8829` - BLE "device name" characteristic of Generic Access Service is read only 540 * :github:`8357` - bluetooth: request the capability to change gap device name programmatically
|
/Zephyr-4.1.0/tests/subsys/modem/modem_chat/src/ |
D | main.c | 593 char name[] = "Dynamic"; in ZTEST() local 613 .name = name, in ZTEST() 752 zassert_equal(strlen(test_script.name), 0, "Failed to set default name"); in ZTEST()
|
/Zephyr-4.1.0/drivers/serial/ |
D | uart_max32.c | 1002 #define MAX32_DT_INST_DMA_CTLR(n, name) \ argument 1004 (DEVICE_DT_GET(DT_INST_DMAS_CTLR_BY_NAME(n, name))), (NULL)) 1006 #define MAX32_DT_INST_DMA_CELL(n, name, cell) \ argument 1007 COND_CODE_1(DT_INST_NODE_HAS_PROP(n, dmas), (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|
/Zephyr-4.1.0/tests/drivers/uart/uart_async_api/src/ |
D | test_uart_async.c | 31 const char *name; member 37 .name = DT_NODE_FULL_NAME(UART_NODE), 42 .name = DT_NODE_FULL_NAME(DT_NODELABEL(dut2)), 72 uart_name = duts[idx].name; in uart_async_test_init()
|
/Zephyr-4.1.0/drivers/spi/ |
D | spi_pl022.c | 32 #define SSP_MASK(regname, name) GENMASK(SSP_##regname##_##name##_MSB, SSP_##regname##_##name##_LSB) argument 951 LOG_ERR("DMA %s not ready", cfg->dma[i].dev->name); in spi_pl022_init()
|
/Zephyr-4.1.0/subsys/bluetooth/host/classic/ |
D | br.c | 542 /* name is null terminated */ in bt_hci_remote_name_request_complete() 543 name_len = strlen((const char *)evt->name); in bt_hci_remote_name_request_complete() 553 memcpy(&eir[2], evt->name, eir[0] - 1); in bt_hci_remote_name_request_complete() 833 /* Set local name */ in bt_br_init()
|
/Zephyr-4.1.0/arch/xtensa/core/ |
D | ptables.c | 129 .name = "data", 141 .name = "heap", 149 .name = "text", 156 .name = "rodata",
|
/Zephyr-4.1.0/include/zephyr/drivers/ |
D | video.h | 855 * @name Bayer formats (R, G, B channels). 899 * @name RGB formats 940 * @name YUV formats 969 * @name Compressed formats
|
/Zephyr-4.1.0/kernel/include/ |
D | kernel_arch_interface.h | 594 * Set thread name hook 596 * If implemented, any invocation of a function setting a thread name 600 * @param str The thread name
|