/Zephyr-4.1.0/subsys/llext/ |
D | fs_loader.c | 22 ret = fs_open(&fs_l->file, fs_l->name, FS_O_READ); in llext_fs_prepare()
|
/Zephyr-4.1.0/cmake/modules/ |
D | arch.cmake | 16 # - ARCH: Name of the arch in use.
|
/Zephyr-4.1.0/include/zephyr/drivers/ |
D | loopback_disk.h | 36 * @param disk_access_name Name of the created disk access (for disk_access_*() functions)
|
D | i2c.h | 504 * It looks something like this (with name "testing"): 517 * @param dev Target for the messages being sent. Its name will be printed in the log. 535 * @param dev Target for the messages being sent. Its name will be printed in the log. 627 stats_register(dev->name, &(state->stats.s_hdr)); \ 646 * @param init_fn Name of the init function of the driver. Can be `NULL`. 1055 * @param name Symbolic name of the iodev to define 1058 #define I2C_DT_IODEV_DEFINE(name, node_id) \ argument 1059 const struct i2c_dt_spec _i2c_dt_spec_##name = \ 1061 RTIO_IODEV_DEFINE(name, &i2c_iodev_api, (void *)&_i2c_dt_spec_##name) 1069 * @param name Symbolic name of the iodev to define [all …]
|
/Zephyr-4.1.0/tests/boards/nrf/coresight_stm/ |
D | testcase.yaml | 2 name: Logging using Coresight STM on nrf54h20
|
/Zephyr-4.1.0/include/zephyr/drivers/interrupt_controller/ |
D | gd32_exti.h | 15 * @name EXTI trigger modes.
|
/Zephyr-4.1.0/dts/bindings/pinctrl/ |
D | quicklogic,eos-s3-pinctrl.yaml | 40 - name: pincfg-node.yaml
|
D | sensry,sy1xx-pinctrl.yaml | 60 - name: pincfg-node.yaml
|
/Zephyr-4.1.0/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 33 - name: regulator.yaml
|
D | nordic,npm2100-regulator.yaml | 44 - name: regulator.yaml
|
/Zephyr-4.1.0/include/zephyr/bluetooth/mesh/ |
D | shell.h | 22 * @param _name Name given to the publication context variable.
|
/Zephyr-4.1.0/doc/_templates/ |
D | breadcrumbs.html | 4 {# parameterize default name "Docs" in breadcrumb via docs_title in conf.py #}
|
/Zephyr-4.1.0/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 2 name: RFC / Proposal
|
/Zephyr-4.1.0/tests/bluetooth/classic/sdp_c/pytest/ |
D | conftest.py | 19 @pytest.fixture(name='initialize', scope='session')
|
/Zephyr-4.1.0/subsys/random/ |
D | random_ctr_drbg.c | 43 __ASSERT(0, "Entropy device %s not ready", entropy_dev->name); in ctr_drbg_initialize()
|
/Zephyr-4.1.0/dts/bindings/flash_controller/ |
D | st,stm32-xspi-nor.yaml | 21 - name: st,stm32-ospi-nor.yaml
|
/Zephyr-4.1.0/dts/bindings/input/ |
D | gpio-kbd-matrix.yaml | 24 - name: kbd-matrix-common.yaml
|
/Zephyr-4.1.0/dts/bindings/power/ |
D | st,stm32-pwr.yaml | 58 description: Wake-up pin identifier, same as "index" in node name
|
/Zephyr-4.1.0/samples/net/mqtt_publisher/ |
D | README.rst | 2 :name: MQTT publisher 159 to match the Common Name (CN) in the downloaded certificate. 214 and name it "ca_cert.der". 217 Common Name (CN) in the certificate file in order for the TLS domain 218 name verification to succeed.
|
/Zephyr-4.1.0/tests/bsim/bluetooth/mesh/src/ |
D | test_lcd.c | 76 .name = "{page}", in test_args_parse() 81 .name = "{0, 1}", in test_args_parse() 458 #define TEST_CASE(role, name, description) \ argument 460 .test_id = "lcd_" #role "_" #name, \ 465 .test_main_f = test_##role##_##name, \
|
/Zephyr-4.1.0/doc/build/kconfig/ |
D | setting.rst | 73 CONFIG_<symbol name>=<value> 203 ensure you always have a locally named setting, even if the external setting name changes. 300 independent symbol that happens to share the same name. This means that 381 choice in multiple locations. For this to work, the choice must have a name. 384 the name of the choice is ``FOO``):
|
/Zephyr-4.1.0/tests/bsim/bluetooth/audio/src/ |
D | tbs_client_test.c | 73 FAIL("Call could not read bearer name (%d)\n", err); in tbs_client_read_bearer_provider_name() 78 printk("Bearer name pointer: %p\n", value); in tbs_client_read_bearer_provider_name() 79 printk("Bearer name: %s\n", value); in tbs_client_read_bearer_provider_name() 553 printk("Reading bearer provider name\n"); in test_main() 557 FAIL("Read bearer provider name failed (%d)\n", err); in test_main()
|
/Zephyr-4.1.0/soc/intel/intel_adsp/common/include/ |
D | manifest.h | 79 uint8_t name[SOF_MAN_MOD_NAME_LEN]; member 125 uint8_t name[SOF_MAN_FW_HDR_FW_NAME_LEN]; member
|
/Zephyr-4.1.0/samples/subsys/usb/hid-mouse/ |
D | README.rst | 2 :name: USB HID mouse 81 Input device name: "ZEPHYR Zephyr HID mouse sample"
|
/Zephyr-4.1.0/samples/drivers/video/capture_to_lvgl/ |
D | README.rst | 2 :name: Video capture to LVGL 45 [00:00:02.779,000] <inf> main: - Device name: dcmi@48020000
|