/Zephyr-4.1.0/drivers/sensor/ti/fdc2x1x/ |
D | fdc2x1x.c | 519 if (cfg->sd_gpio.port->name) { in fdc2x1x_device_pm_action() 890 LOG_ERR("%s: sd_gpio device not ready", cfg->sd_gpio.port->name); in fdc2x1x_init_sd_pin() 923 if (cfg->sd_gpio.port->name) { in fdc2x1x_init()
|
/Zephyr-4.1.0/drivers/spi/ |
D | spi_mcux_flexcomm.c | 806 LOG_ERR("%s device is not ready", data->dma_tx.dma_dev->name); in spi_mcux_init() 811 LOG_ERR("%s device is not ready", data->dma_rx.dma_dev->name); in spi_mcux_init() 888 (clock_control_subsys_t)DT_INST_CLOCKS_CELL(id, name),\
|
/Zephyr-4.1.0/tests/bsim/bluetooth/mesh/src/ |
D | test_access.c | 975 #define TEST_CASE(role, name, description) \ argument 977 .test_id = "access_" #role "_" #name, \ 980 .test_main_f = test_##role##_##name, \
|
/Zephyr-4.1.0/drivers/i2s/ |
D | i2s_ll_stm32.c | 728 LOG_ERR("%s device not ready", dev_data->tx.dev_dma->name); in i2s_stm32_initialize() 732 LOG_ERR("%s device not ready", dev_data->rx.dev_dma->name); in i2s_stm32_initialize() 736 LOG_INF("%s inited", dev->name); in i2s_stm32_initialize()
|
/Zephyr-4.1.0/drivers/usb/uhc/ |
D | uhc_max3421e.c | 1054 config->dt_rst.port->name); in max3421e_driver_init() 1068 LOG_ERR("SPI device %s not ready", config->dt_spi.bus->name); in max3421e_driver_init() 1073 LOG_ERR("GPIO device %s not ready", config->dt_int.port->name); in max3421e_driver_init()
|
/Zephyr-4.1.0/include/zephyr/bluetooth/mesh/ |
D | main.h | 709 * @param _name Name of callback structure. 761 * @param _name Name of callback structure. 823 * @param _name Name of callback structure.
|
/Zephyr-4.1.0/drivers/dma/ |
D | dma_dw_axi.c | 477 " max descriptors in pool: %d", dev->name, channel, in dma_dw_axi_config() 485 LOG_ERR("dma:%s burst length not supported", dev->name); in dma_dw_axi_config() 572 __func__, dev->name, channel, cfg->channel_direction); in dma_dw_axi_config()
|
/Zephyr-4.1.0/drivers/video/ |
D | gc2145.c | 1195 LOG_ERR("%s: device %s is not ready", dev->name, cfg->pwdn_gpio.port->name); in gc2145_init_0() 1201 LOG_ERR("%s: device %s is not ready", dev->name, cfg->reset_gpio.port->name); in gc2145_init_0()
|
D | ov7725.c | 629 LOG_ERR("%s: device %s is not ready", dev->name, in ov7725_init_0() 630 cfg->reset_gpio.port->name); in ov7725_init_0()
|
/Zephyr-4.1.0/soc/espressif/esp32/ |
D | default_appcpu.ld | 47 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
|
/Zephyr-4.1.0/samples/subsys/mgmt/updatehub/ |
D | README.rst | 2 :name: UpdateHub embedded Firmware Over-The-Air (FOTA) update 147 UpdateHub-CE server edition. If your are using a service provider a DNS name
|
/Zephyr-4.1.0/drivers/serial/ |
D | uart_pl011.c | 577 #define COMPAT_SPECIFIC_FUNC_NAME(prefix, name) _CONCAT(_CONCAT(prefix, name), _) argument
|
/Zephyr-4.1.0/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 17 # pylint: disable=no-name-in-module 43 cls.spec = importlib.util.spec_from_loader(cls.loader.name, cls.loader)
|
/Zephyr-4.1.0/drivers/flash/ |
D | flash_mspi_nor.c | 554 LOG_ERR("Device %s is not ready", dev_config->bus->name); in drv_init() 562 dev_config->reset.port->name); in drv_init()
|
/Zephyr-4.1.0/subsys/net/lib/dns/ |
D | llmnr_responder.c | 246 /* Prepare the response into the query buffer: move the name in create_answer() 445 /* Store the DNS query name into a temporary net_buf, which will be in dns_read()
|
/Zephyr-4.1.0/boards/element14/warp7/doc/ |
D | index.rst | 80 | Board Name | SoC Name | Usage |
|
/Zephyr-4.1.0/doc/develop/tools/ |
D | coccinelle.rst | 164 the name of the semantic patch to apply. 239 name.
|
/Zephyr-4.1.0/boards/96boards/meerkat96/doc/ |
D | index.rst | 123 | Board Name | SoC Name | Usage |
|
/Zephyr-4.1.0/doc/releases/ |
D | release-notes-1.6.rst | 213 * ``ZEP-758`` - Rename Quark SE Devboard to its official name: Quark SE C1000 292 * ``ZEP-724`` - build on windows failed: 'make: execvp: uname: File or path name too long'
|
D | release-notes-2.3.rst | 198 * Simplified dummy thread implementation and properly name idle threads 598 * Added support to allow change of the QEMU Ethernet interface name 735 * :github:`25925` - tests: net: socket: socketpair: fails due to empty message header name 907 * :github:`25016` - BT_LE_ADV_NCONN_NAME doesn't actually advertise name 911 * :github:`24978` - RFC: use compatible name for prefix for device-specific API 1112 * :github:`23678` - drivers/flash: stm32: Error in device name 1274 * :github:`21369` - devicetree: clearly define constraints on identifier/property name conflicts 1435 …- dtc: define list of acceptable warnings (and silent them with --warning -no<warnign-name> option)
|
/Zephyr-4.1.0/lib/net_buf/ |
D | buf.c | 281 func, line, pool->name); in net_buf_alloc_len_debug() 289 func, line, pool->name, in net_buf_alloc_len_debug()
|
/Zephyr-4.1.0/drivers/pwm/ |
D | pwm_mcux_pwt.c | 347 (clock_control_subsys_t)DT_INST_CLOCKS_CELL(n, name), \
|
/Zephyr-4.1.0/samples/subsys/fs/zms/src/ |
D | main.c | 100 printk("Storage device %s is not ready\n", fs.flash_device->name); in main()
|
/Zephyr-4.1.0/drivers/sensor/bosch/bmi270/ |
D | bmi270.h | 297 const char *name; member
|
/Zephyr-4.1.0/drivers/sensor/ti/ina226/ |
D | ina226.c | 263 LOG_ERR("I2C bus %s is not ready", config->bus.bus->name); in ina226_init()
|