/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_gpdma.c | 71 LOG_INF("%s: channel: %d cap %x, ctl %x, ipptr %x, llpc %x, llpl %x, llpu %x", dev->name, in intel_adsp_gpdma_dump_registers() 160 LOG_DBG("%s: channel %d configuring llp for %x", dev->name, channel, cfg->dma_slot); in intel_adsp_gpdma_config() 352 LOG_ERR("%s: failed to initialize", dev->name); in intel_adsp_gpdma_power_on() 366 LOG_ERR("%s: failed to initialize", dev->name); in intel_adsp_gpdma_power_on() 373 LOG_INF("%s: initialized", dev->name); in intel_adsp_gpdma_power_on() 382 LOG_INF("%s: power off", dev->name); in intel_adsp_gpdma_power_off()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_w5500.c | 289 LOG_INF("%s: Link up", dev->name); in w5500_update_link_status() 295 LOG_INF("%s: Link down", dev->name); in w5500_update_link_status() 393 dev->name, in w5500_set_config() 537 LOG_ERR("SPI master port %s not ready", config->spi.bus->name); in w5500_init() 542 LOG_ERR("GPIO port %s not ready", config->interrupt.port->name); in w5500_init() 563 LOG_ERR("GPIO port %s not ready", config->reset.port->name); in w5500_init()
|
D | eth_smsc911x_priv.h | 45 #define BFIELD(val, name) GET_BITFIELD(val, name ## _Lsb, name ## _Msb) argument
|
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 108 LOG_INF("Initialize device %s", ctx->info.name); in flashdisk_init_runtime() 114 LOG_INF("%s is read-only", ctx->info.name); in flashdisk_init_runtime() 121 ctx->info.name); in flashdisk_init_runtime() 141 ctx->info.name); in flashdisk_init_runtime() 486 .name = DT_INST_PROP(n, disk_name), \ 526 flash_disks[i].info.name, rc); in DT_INST_FOREACH_STATUS_OKAY()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_pack.h | 42 #define NS_CMPRSFLGS 0xc0 /* DNS name compression */ 130 * | Name | Bit Position | Width | Description | 364 * @retval RFC 1035 RCODEs (> 0) 1 Format error, 2 Server failure, 3 Name Error, 375 * @param qname Domain name represented as a sequence of labels. 438 * @retval RFC 1035 RCODEs (> 0) 1 Format error, 2 Server failure, 3 Name Error, 471 * @return Printable query type name.
|
/Zephyr-latest/subsys/shell/ |
D | shell_utils.c | 510 && (dev->name != NULL) in shell_device_internal() 511 && (strlen(dev->name) != 0) in shell_device_internal() 513 || (strncmp(prefix, dev->name, in shell_device_internal() 539 const struct device *shell_device_get_binding(const char *name) in shell_device_get_binding() argument 541 const struct device *dev = device_get_binding(name); in shell_device_get_binding() 544 dev = device_get_by_dt_nodelabel(name); in shell_device_get_binding()
|
/Zephyr-latest/drivers/sensor/sx9500/ |
D | sx9500_trigger.c | 153 LOG_ERR("%s: device %s is not ready", dev->name, in sx9500_setup_interrupt() 154 cfg->int_gpio.port->name); in sx9500_setup_interrupt()
|
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 50 urllib.request.urlretrieve(url, fo.name) 51 with open(fo.name, "r") as fp:
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nordic,nrf-pinctrl.yaml | 26 /* group 1 ('group1' name is arbitrary) */ 89 - name: pincfg-node.yaml
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 62 name: str, 104 projects = [p.name for p in west_manifest.projects] if west_manifest else []
|
/Zephyr-latest/cmake/modules/ |
D | snippets.cmake | 12 # If SNIPPET contains a snippet name that is not found, an error 103 "Note that snippets will be applied to all images unless prefixed with the image name "
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 81 --name ${CODECHECKER_NAME} # Set a default metadata name
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | gd32f4xx-clocks.h | 13 * @name Register offsets 27 * @name Clock enable/disable definitions for peripherals
|
/Zephyr-latest/drivers/led/ |
D | led_pwm.c | 88 dev->name); in led_pwm_init() 96 LOG_ERR("%s: pwm device not ready", led->dev->name); in led_pwm_init()
|
/Zephyr-latest/include/zephyr/dt-bindings/reset/ |
D | gd32f4xx.h | 13 * @name Register offsets 27 * @name Clock enable/disable definitions for peripherals
|
/Zephyr-latest/drivers/dac/ |
D | dac_gd32.c | 23 * For some gd32 series which only have 1 DAC, their HAL name may not same as others. 24 * Below definitions help to unify the HAL name.
|
/Zephyr-latest/include/zephyr/llext/ |
D | inspect.h | 74 * @brief Get the index of a section with the specified name. 81 * @param[in] section_name Name of the section to look for
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.cpp | 40 /* The name of this function is important for Arduino compatibility. */ 80 /* The name of this function is important for Arduino compatibility. */
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 44 if os.name == "nt": # "nt" means that program is running on Windows OS 86 self.name = instance.name 134 suite name was occurred. 363 logger.debug(f"Spawning BinaryHandler Thread for {self.name}") 491 device = instance.platform.name 678 logger.debug(f"Waiting for a DUT to run {self.instance.name}") 828 f"Timed out while monitoring serial output on {self.instance.platform.name}" 1086 self.thread = threading.Thread(name=self.name, target=QEMUHandler._thread, 1093 logger.debug(f"Spawning QEMUHandler Thread for {self.name}") 1099 logger.debug(f"Running {self.name} ({self.type_str})") [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_output.py | 17 # pylint: disable=no-name-in-module 37 cls.spec = importlib.util.spec_from_loader(cls.loader.name, cls.loader) 70 (ts['platform'], ts['name'], tc['identifier']) \
|
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/ |
D | vcnl4040_trigger.c | 259 LOG_DBG("instance '%s' doesn't support trigger mode", dev->name); in vcnl4040_trigger_init() 265 LOG_ERR("%s: device %s is not ready", dev->name, in vcnl4040_trigger_init() 266 config->int_gpio.port->name); in vcnl4040_trigger_init()
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_zynqmp.c | 112 snprintf(data->FPGA_info, sizeof(data->FPGA_info), "Part name: ZU%d", zu_number); in update_part_name() 143 LOG_DBG("Design name = %s", header); in parse_header() 155 LOG_DBG("Part name = %s", header); in parse_header()
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 10 build time, compiler version, environment variables, compiling host name, etc. 112 name is the Kconfig name (with ``CONFIG_BINDESC_`` removed) in lower case. For example,
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/src/ |
D | main.c | 48 .name = "ipc0A", 126 .name = "ipc0B", 213 .name = "ipc1",
|
/Zephyr-latest/samples/subsys/ipc/openamp/src/ |
D | main.c | 118 void ns_bind_cb(struct rpmsg_device *rdev, const char *name, uint32_t dest) in ns_bind_cb() argument 120 (void)rpmsg_create_ept(ep, rdev, name, in ns_bind_cb() 219 /* Since we are using name service, we need to wait for a response in app_task()
|