/Zephyr-4.1.0/include/zephyr/ |
D | net_buf.h | 45 * @param _name Name of the net_buf_simple object. 64 * @param _name Name of the net_buf_simple object. 1104 /** Name of the pool. Used when printing pool information. */ 1105 const char *name; member 1122 IF_ENABLED(CONFIG_NET_BUF_POOL_USAGE, (.name = STRINGIFY(_pool),)) 1175 * @param _name Name of the pool variable. 1219 * @param _name Name of the pool variable. 1263 * @param _name Name of the pool variable. 1297 * @param _name Name of the pool variable.
|
/Zephyr-4.1.0/subsys/modem/ |
D | modem_cmux.c | 1055 char name[sizeof("dlci_xxxxx_rx")]; in modem_cmux_dlci_init_buf_stats() local 1058 snprintk(name, sizeof(name), "dlci_%u_rx", dlci->dlci_address); in modem_cmux_dlci_init_buf_stats() 1059 modem_stats_buffer_init(&dlci->receive_buf_stats, name, size); in modem_cmux_dlci_init_buf_stats()
|
/Zephyr-4.1.0/boards/shields/atmel_rf2xx/doc/ |
D | index.rst | 46 | Pin | Name | Function | 83 | Pin | Name | Function | 138 | Pin | Name | Function | 189 | Pin | Name | Function |
|
/Zephyr-4.1.0/subsys/bluetooth/mesh/ |
D | net.c | 1001 static int net_set(const char *name, size_t len_rd, settings_read_cb read_cb, in net_set() argument 1039 static int iv_set(const char *name, size_t len_rd, settings_read_cb read_cb, in iv_set() argument 1071 static int seq_set(const char *name, size_t len_rd, settings_read_cb read_cb, in seq_set() argument 1110 static int dev_key_cand_set(const char *name, size_t len_rd, settings_read_cb read_cb, in dev_key_cand_set() argument
|
/Zephyr-4.1.0/drivers/ethernet/ |
D | dsa_ksz8xxx.c | 480 * Bits Bit Name Description Mode Default Setting 575 * Bits Bit Name Description Mode Default Setting 609 * Bits Bit Name Description Mode Default Setting 774 pdev->spi.bus->name);
|
/Zephyr-4.1.0/boards/ezurio/bt610/doc/ |
D | bt610.rst | 119 | Pin No. | Name | Description | Direction | 146 | Pin No. | Name | Description | Direction | 173 | Pin No. | Name | Description | Direction | 449 | Pin No. | Name | Description | 476 | Pin No. | Name | Description | Direction |
|
/Zephyr-4.1.0/drivers/pwm/ |
D | pwm_mcux_ftm.c | 123 config->channel_count, dev->name); in mcux_ftm_set_cycles() 580 DT_INST_CLOCKS_CELL(n, name), \
|
/Zephyr-4.1.0/dts/arm/microchip/ |
D | mec1501hsz.dtsi | 29 power-state-name = "suspend-to-idle"; 35 power-state-name = "suspend-to-ram";
|
/Zephyr-4.1.0/drivers/spi/ |
D | spi_xmc4xxx.c | 283 LOG_DBG("SPI config on device %s failed", dev->name); in spi_xmc4xxx_transceive() 373 LOG_ERR("SPI config on device %s failed", dev->name); in spi_xmc4xxx_transceive_dma()
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 446 static void start_adv(uint16_t interval, const char *name, size_t name_len) in start_adv() argument 459 memcpy(&data.data[2], name, name_len); in start_adv()
|
/Zephyr-4.1.0/drivers/gpio/ |
D | gpio_renesas_rz.c | 24 #define LOG_DEV_ERR(dev, format, ...) LOG_ERR("%s:" #format, (dev)->name, ##__VA_ARGS__) 25 #define LOG_DEV_DBG(dev, format, ...) LOG_DBG("%s:" #format, (dev)->name, ##__VA_ARGS__)
|
/Zephyr-4.1.0/tests/bsim/bluetooth/audio/src/ |
D | has_client_test.c | 78 if (record->properties != expected_properties || strcmp(record->name, expected_name)) { in check_preset_record() 80 record->properties, record->name, expected_properties, expected_name); in check_preset_record()
|
/Zephyr-4.1.0/drivers/usb/udc/ |
D | udc_virtual.c | 668 k_thread_name_set(&priv->thread_data, dev->name); \ 677 .name = DT_NODE_FULL_NAME(DT_DRV_INST(n)), \
|
/Zephyr-4.1.0/dts/xtensa/intel/ |
D | intel_adsp_ace20_lnl.dtsi | 55 power-state-name = "runtime-idle"; 64 power-state-name = "soft-off";
|
/Zephyr-4.1.0/doc/project/ |
D | dev_env_and_tools.rst | 354 * - :guilabel:`area: {area-name}` 363 * - :guilabel:`platform: {platform-name}`
|
/Zephyr-4.1.0/dts/arm/nxp/ |
D | nxp_rt6xx_common.dtsi | 41 power-state-name = "runtime-idle"; 46 power-state-name = "suspend-to-idle";
|
/Zephyr-4.1.0/include/zephyr/ipc/ |
D | ipc_service.h | 208 /** Name of the endpoint. */ 209 const char *name; member
|
/Zephyr-4.1.0/include/zephyr/tracing/ |
D | tracing.h | 230 * @brief Called when a thread name is set 2407 * @param optname Option name 2415 * @param optname Option name 2426 * @param optname Option name 2497 * @param name name of event. Tracing subsystems may place a limit on 2502 #define sys_trace_named_event(name, arg0, arg1) argument
|
/Zephyr-4.1.0/doc/releases/ |
D | release-notes-4.0.rst | 178 * Added APIs for getting and setting the broadcast name in codec capabilities 349 with the old name marked as deprecated. 351 with the old name marked as deprecated. 413 such as name, architecture, vendor, or SoC. 415 finding code samples based on name and description. 561 * Implemented getting the interface name from the command line. 1046 URI contains valid name.
|
/Zephyr-4.1.0/samples/subsys/zbus/priority_boost/ |
D | README.rst | 2 :name: zbus Priority Boost
|
/Zephyr-4.1.0/scripts/ |
D | coccicheck | 236 for f in `find $ZEPHYR_BASE/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
/Zephyr-4.1.0/drivers/sensor/adi/adt7310/ |
D | adt7310.c | 258 LOG_ERR("SPI bus %s not ready", cfg->bus.bus->name); in adt7310_init()
|
/Zephyr-4.1.0/tests/subsys/ipc/ipc_sessions/interoperability/ |
D | icmsg_v1.c | 380 .name = "icmsg_workq", in work_q_init()
|
/Zephyr-4.1.0/tests/subsys/logging/dictionary/pytest/ |
D | test_logging_dictionary.py | 78 # Hello World! <board name>
|
/Zephyr-4.1.0/drivers/serial/ |
D | uart_mcux_iuart.c | 330 .clock_subsys = (clock_control_subsys_t)DT_INST_CLOCKS_CELL(n, name),\
|