Home
last modified time | relevance | path

Searched full:name (Results 5851 – 5875 of 6428) sorted by relevance

1...<<231232233234235236237238239240>>...258

/Zephyr-4.1.0/drivers/sensor/ti/fdc2x1x/
Dfdc2x1x.c519 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/
Dspi_mcux_flexcomm.c806 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/
Dtest_access.c975 #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/
Di2s_ll_stm32.c728 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/
Duhc_max3421e.c1054 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/
Dmain.h709 * @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/
Ddma_dw_axi.c477 " 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/
Dgc2145.c1195 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()
Dov7725.c629 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/
Ddefault_appcpu.ld47 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT argument
/Zephyr-4.1.0/samples/subsys/mgmt/updatehub/
DREADME.rst2 :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/
Duart_pl011.c577 #define COMPAT_SPECIFIC_FUNC_NAME(prefix, name) _CONCAT(_CONCAT(prefix, name), _) argument
/Zephyr-4.1.0/scripts/tests/twister_blackbox/
Dtest_footprint.py17 # 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/
Dflash_mspi_nor.c554 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/
Dllmnr_responder.c246 /* 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/
Dindex.rst80 | Board Name | SoC Name | Usage |
/Zephyr-4.1.0/doc/develop/tools/
Dcoccinelle.rst164 the name of the semantic patch to apply.
239 name.
/Zephyr-4.1.0/boards/96boards/meerkat96/doc/
Dindex.rst123 | Board Name | SoC Name | Usage |
/Zephyr-4.1.0/doc/releases/
Drelease-notes-1.6.rst213 * ``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'
Drelease-notes-2.3.rst198 * 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/
Dbuf.c281 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/
Dpwm_mcux_pwt.c347 (clock_control_subsys_t)DT_INST_CLOCKS_CELL(n, name), \
/Zephyr-4.1.0/samples/subsys/fs/zms/src/
Dmain.c100 printk("Storage device %s is not ready\n", fs.flash_device->name); in main()
/Zephyr-4.1.0/drivers/sensor/bosch/bmi270/
Dbmi270.h297 const char *name; member
/Zephyr-4.1.0/drivers/sensor/ti/ina226/
Dina226.c263 LOG_ERR("I2C bus %s is not ready", config->bus.bus->name); in ina226_init()

1...<<231232233234235236237238239240>>...258