Home
last modified time | relevance | path

Searched full:name (Results 5601 – 5625 of 6428) sorted by relevance

1...<<221222223224225226227228229230>>...258

/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/audio/
Dbap.rst222 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/
Dindex.rst55 - SoC name: NXP® i.MX 8M Plus
149 | Board Name | SoC Name | Usage |
/Zephyr-4.1.0/drivers/ethernet/
Deth_lan9250.c487 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/
Dspi_max32.c938 #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/
Di2s_mcux_flexcomm.c910 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/
Di2c_max32.c974 #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/
Dlog_msg.h399 * @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/
Dindex.rst44 :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/
Dcan_nxp_s32_canxl.c667 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/
Dmodem_cellular.c2326 #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/
Dx86_mmu.c94 /* 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/
Dgpio_xlnx_ps_bank.c436 __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()
Dgpio_pca953x.c463 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/
Ddts.cmake78 # - 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/
Ddisplay_st7567.c75 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/
Dvideo_stm32_dcmi.c122 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/
Dtroubleshooting.rst279 $ 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/
Dxg29.dtsi163 power-state-name = "runtime-idle";
173 power-state-name = "suspend-to-idle";
/Zephyr-4.1.0/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_cm33.dts129 regulator-name = "en_mipi_display";
374 disk-name = "SD2";
/Zephyr-4.1.0/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h170 .name = p_name, \
230 .name = p_name, \
/Zephyr-4.1.0/soc/infineon/cat1a/psoc6_legacy/
Dsoc.c363 * Function Name: Cy_SystemInit
/Zephyr-4.1.0/soc/nuvoton/npcx/common/ecst/
Decst_args.py48 # Chips: convert from name to index.
/Zephyr-4.1.0/samples/subsys/zbus/benchmark/
DREADME.rst2 :name: Benchmarking
/Zephyr-4.1.0/samples/subsys/zbus/msg_subscriber/src/
Dmain.c43 ZBUS_CHAN_DEFINE(acc_data_chan, /* Name */
/Zephyr-4.1.0/subsys/mgmt/mcumgr/transport/src/
Dsmp.c39 .name = "mcumgr smp"

1...<<221222223224225226227228229230>>...258