Home
last modified time | relevance | path

Searched full:name (Results 5801 – 5825 of 6428) sorted by relevance

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

/Zephyr-4.1.0/include/zephyr/
Dnet_buf.h45 * @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/
Dmodem_cmux.c1055 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/
Dindex.rst46 | Pin | Name | Function |
83 | Pin | Name | Function |
138 | Pin | Name | Function |
189 | Pin | Name | Function |
/Zephyr-4.1.0/subsys/bluetooth/mesh/
Dnet.c1001 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/
Ddsa_ksz8xxx.c480 * 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/
Dbt610.rst119 | 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/
Dpwm_mcux_ftm.c123 config->channel_count, dev->name); in mcux_ftm_set_cycles()
580 DT_INST_CLOCKS_CELL(n, name), \
/Zephyr-4.1.0/dts/arm/microchip/
Dmec1501hsz.dtsi29 power-state-name = "suspend-to-idle";
35 power-state-name = "suspend-to-ram";
/Zephyr-4.1.0/drivers/spi/
Dspi_xmc4xxx.c283 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/
Dtester.c446 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/
Dgpio_renesas_rz.c24 #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/
Dhas_client_test.c78 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/
Dudc_virtual.c668 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/
Dintel_adsp_ace20_lnl.dtsi55 power-state-name = "runtime-idle";
64 power-state-name = "soft-off";
/Zephyr-4.1.0/doc/project/
Ddev_env_and_tools.rst354 * - :guilabel:`area: {area-name}`
363 * - :guilabel:`platform: {platform-name}`
/Zephyr-4.1.0/dts/arm/nxp/
Dnxp_rt6xx_common.dtsi41 power-state-name = "runtime-idle";
46 power-state-name = "suspend-to-idle";
/Zephyr-4.1.0/include/zephyr/ipc/
Dipc_service.h208 /** Name of the endpoint. */
209 const char *name; member
/Zephyr-4.1.0/include/zephyr/tracing/
Dtracing.h230 * @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/
Drelease-notes-4.0.rst178 * 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/
DREADME.rst2 :name: zbus Priority Boost
/Zephyr-4.1.0/scripts/
Dcoccicheck236 for f in `find $ZEPHYR_BASE/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
/Zephyr-4.1.0/drivers/sensor/adi/adt7310/
Dadt7310.c258 LOG_ERR("SPI bus %s not ready", cfg->bus.bus->name); in adt7310_init()
/Zephyr-4.1.0/tests/subsys/ipc/ipc_sessions/interoperability/
Dicmsg_v1.c380 .name = "icmsg_workq", in work_q_init()
/Zephyr-4.1.0/tests/subsys/logging/dictionary/pytest/
Dtest_logging_dictionary.py78 # Hello World! <board name>
/Zephyr-4.1.0/drivers/serial/
Duart_mcux_iuart.c330 .clock_subsys = (clock_control_subsys_t)DT_INST_CLOCKS_CELL(n, name),\

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