/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 222 Scan for and establish a broadcast sink stream by broadcast name 226 advertising with the provided broadcast name before syncing to the BIG. 233 Found matched broadcast name 'Test Broadcast' with address 03:47:95:75:C0:08 (random)
|
/Zephyr-4.1.0/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 55 - SoC name: NXP® i.MX 8M Plus 149 | Board Name | SoC Name | Usage |
|
/Zephyr-4.1.0/drivers/ethernet/ |
D | eth_lan9250.c | 487 LOG_ERR("%s: Could not allocate rx buffer", dev->name); in lan9250_rx() 665 LOG_ERR("SPI master port %s not ready", config->spi.bus->name); in lan9250_init() 671 LOG_ERR("GPIO port %s not ready", config->interrupt.port->name); in lan9250_init()
|
/Zephyr-4.1.0/drivers/spi/ |
D | spi_max32.c | 938 #define MAX32_DT_INST_DMA_CTLR(n, name) \ argument 940 (DEVICE_DT_GET(DT_INST_DMAS_CTLR_BY_NAME(n, name))), (NULL)) 942 #define MAX32_DT_INST_DMA_CELL(n, name, cell) \ argument 943 COND_CODE_1(DT_INST_NODE_HAS_PROP(n, dmas), (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|
/Zephyr-4.1.0/drivers/i2s/ |
D | i2s_mcux_flexcomm.c | 910 LOG_ERR("%s device not ready", data->tx.dev_dma->name); in i2s_mcux_init() 917 LOG_ERR("%s device not ready", data->rx.dev_dma->name); in i2s_mcux_init() 925 LOG_DBG("Device %s inited", dev->name); in i2s_mcux_init() 967 (clock_control_subsys_t)DT_INST_CLOCKS_CELL(id, name),\
|
/Zephyr-4.1.0/drivers/i2c/ |
D | i2c_max32.c | 974 #define MAX32_DT_INST_DMA_CTLR(n, name) \ argument 976 (DEVICE_DT_GET(DT_INST_DMAS_CTLR_BY_NAME(n, name))), (NULL)) 978 #define MAX32_DT_INST_DMA_CELL(n, name, cell) \ argument 979 COND_CODE_1(DT_INST_NODE_HAS_PROP(n, dmas), (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|
/Zephyr-4.1.0/include/zephyr/logging/ |
D | log_msg.h | 399 * @param _name Name of the variable with log message string. It is optionally used. 424 * @param _name Name of the variable with log message string. It is optionally used. 456 * @param _name Variable name. 556 /* Macro for getting name of a local variable with the exception of the first argument
|
/Zephyr-4.1.0/doc/services/tracing/ |
D | index.rst | 44 :c:func:`sys_trace_named_event`, which takes an event name as well as two 46 name if it is too long for the serialization format they support. 88 static inline void ctf_top_foo(uint32_t thread_id, ctf_bounded_string_t name) 93 name,
|
/Zephyr-4.1.0/drivers/can/ |
D | can_nxp_s32_canxl.c | 667 dev->name, data_length, in can_nxp_s32_send() 884 LOG_DBG("%s: Sent Tx Mb %d", dev->name, buffidx); in can_nxp_s32_ctrl_callback() 906 dev->name, can_dlc_to_bytes(frame.dlc), in can_nxp_s32_ctrl_callback() 930 dev->name, can_dlc_to_bytes(frame.dlc), in can_nxp_s32_ctrl_callback() 1234 DT_INST_CLOCKS_CELL(n, name), \
|
/Zephyr-4.1.0/drivers/modem/ |
D | modem_cellular.c | 2326 #define MODEM_CELLULAR_INST_NAME(name, inst) \ argument 2327 _CONCAT_4(name, _, DT_DRV_COMPAT, inst) 2329 #define MODEM_CELLULAR_DEFINE_USER_PIPE_DATA(inst, name, size) \ argument 2330 MODEM_PIPELINK_DT_INST_DEFINE(inst, name); \ 2331 static uint8_t MODEM_CELLULAR_INST_NAME(name, inst)[size] \ 2349 /* Extract the first argument (pipe name) from a pair */ 2355 /* Define user pipe data using instance and extracted pipe name */ 2361 /* Initialize user pipe using instance, extracted pipe name, and DLCI address */ 2369 * Takes an instance and pairs of (pipe name, DLCI address)
|
/Zephyr-4.1.0/arch/x86/core/ |
D | x86_mmu.c | 94 /* Name of this level, for debug purposes */ 95 const char *name; member 127 .name = "PML4" 143 .name = "PDPT" 160 .name = "PD" 176 .name = "PT" 663 printk("%s at %p (0x%" PRIxPTR "): ", info->name, table, in dump_ptables() 758 LOG_ERR("%sE: %p -> " PRI_ENTRY ": %s", info->name, in dump_entry() 784 LOG_ERR("%sE: not present", paging_levels[level].name); in z_x86_dump_mmu_flags()
|
/Zephyr-4.1.0/drivers/gpio/ |
D | gpio_xlnx_ps_bank.c | 436 __ASSERT(dev_data->base != 0, "%s mapped base address missing", dev->name); in gpio_xlnx_ps_bank_init() 438 LOG_ERR("%s mapped base address missing", dev->name); in gpio_xlnx_ps_bank_init()
|
D | gpio_pca953x.c | 463 LOG_ERR("%s init failed: %d", dev->name, rc); in gpio_pca953x_init() 465 LOG_INF("%s init ok", dev->name); in gpio_pca953x_init()
|
/Zephyr-4.1.0/cmake/modules/ |
D | dts.cmake | 78 # - BOARD: board name to use when looking for DTS_SOURCE 142 message(FATAL_ERROR "Board ${ZFILE_BOARD} defines multiple SoCs.\nShortened file name "
|
/Zephyr-4.1.0/drivers/display/ |
D | display_st7567.c | 75 return config->bus.i2c.bus->name; in st7567_bus_name_i2c() 112 return config->bus.spi.bus->name; in st7567_bus_name_spi()
|
/Zephyr-4.1.0/drivers/video/ |
D | video_stm32_dcmi.c | 122 LOG_ERR("%s DMA device not ready", config->dma.dma_dev->name); in stm32_dma_init() 514 LOG_DBG("%s inited", dev->name); in video_stm32_dcmi_init()
|
/Zephyr-4.1.0/doc/build/dts/ |
D | troubleshooting.rst | 279 $ find build -name main.c.i 350 binding. If the property is set, check for typos in its name. In a devicetree
|
/Zephyr-4.1.0/dts/arm/silabs/xg29/ |
D | xg29.dtsi | 163 power-state-name = "runtime-idle"; 173 power-state-name = "suspend-to-idle";
|
/Zephyr-4.1.0/boards/nxp/mimxrt595_evk/ |
D | mimxrt595_evk_mimxrt595s_cm33.dts | 129 regulator-name = "en_mipi_display"; 374 disk-name = "SD2";
|
/Zephyr-4.1.0/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v8.h | 170 .name = p_name, \ 230 .name = p_name, \
|
/Zephyr-4.1.0/soc/infineon/cat1a/psoc6_legacy/ |
D | soc.c | 363 * Function Name: Cy_SystemInit
|
/Zephyr-4.1.0/soc/nuvoton/npcx/common/ecst/ |
D | ecst_args.py | 48 # Chips: convert from name to index.
|
/Zephyr-4.1.0/samples/subsys/zbus/benchmark/ |
D | README.rst | 2 :name: Benchmarking
|
/Zephyr-4.1.0/samples/subsys/zbus/msg_subscriber/src/ |
D | main.c | 43 ZBUS_CHAN_DEFINE(acc_data_chan, /* Name */
|
/Zephyr-4.1.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp.c | 39 .name = "mcumgr smp"
|