/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp_fast.overlay | 37 zephyr,pm-device-runtime-auto;
|
/Zephyr-latest/samples/bluetooth/peripheral_dis/ |
D | README.rst | 5 Expose device information using the Device Information Service (DIS).
|
/Zephyr-latest/subsys/net/lib/config/ |
D | ieee802154_settings.c | 24 const struct device *const dev = iface == NULL ? DEVICE_DT_GET(DT_CHOSEN(zephyr_ieee802154)) in z_net_config_ieee802154_setup()
|
/Zephyr-latest/tests/boards/nrf/qdec/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 52 zephyr,pm-device-runtime-auto;
|
/Zephyr-latest/tests/kernel/device/ |
D | CMakeLists.txt | 5 project(device) project
|
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/ |
D | test_calibrate.c | 15 static const struct device *rtc = DEVICE_DT_GET(DT_ALIAS(rtc));
|
/Zephyr-latest/boards/nxp/lpcxpresso55s16/ |
D | lpcxpresso55s16.dts | 20 * application can have an application specific device tree to
|
/Zephyr-latest/subsys/usb/device/ |
D | CMakeLists.txt | 4 zephyr_include_directories(${ZEPHYR_BASE}/subsys/usb/device)
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_esp32.c | 55 const struct device *clock_dev; 418 static int process_events(const struct device *dev, struct sdmmc_event evt, in process_events() 514 static int handle_event(const struct device *dev, struct sdmmc_command *cmd, in handle_event() 621 static int sdmmc_host_do_transaction(const struct device *dev, int slot, in sdmmc_host_do_transaction() 922 static int sdhc_esp32_reset(const struct device *dev) in sdhc_esp32_reset() 958 static int sdhc_esp32_set_io(const struct device *dev, struct sdhc_io *ios) in sdhc_esp32_set_io() 1069 static int sdhc_esp32_card_busy(const struct device *dev) in sdhc_esp32_card_busy() 1080 static int sdhc_esp32_request(const struct device *dev, struct sdhc_command *cmd, in sdhc_esp32_request() 1219 static int sdhc_esp32_get_card_present(const struct device *dev) in sdhc_esp32_get_card_present() 1230 static int sdhc_esp32_get_host_props(const struct device *dev, struct sdhc_host_props *props) in sdhc_esp32_get_host_props() [all …]
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 96 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 143 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 179 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 225 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 298 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 326 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 463 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 564 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in supp_thread_comm() 605 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in ZTEST() 717 const struct device *const dev = DEVICE_DT_GET_ONE(linaro_optee_tz); in supp_thread_alloc() [all …]
|
/Zephyr-latest/drivers/smbus/ |
D | Kconfig | 20 bool "SMBus device Stats" 29 SMBus device driver initialization priority.
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | Kconfig | 1 # ICM42688-P Six-Axis Motion Tracking device configuration options 15 Enable driver for ICM42688 SPI-based six-axis motion tracking device.
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig | 6 bool "USB device controller drivers [EXPERIMENTAL]" 10 USB device controller driver.
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig.mac | 23 addresses in this range (either 2 or 4 per device.)ll depend on the 24 allocation of MAC addresses in this range (either 1 or 2 per device).
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.c | 159 static int set_conduit_method(const struct device *dev) in set_conduit_method() 200 static int psci_init(const struct device *dev) in psci_init()
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680.h | 32 typedef int (*bme680_reg_read_fn)(const struct device *dev, 34 typedef int (*bme680_reg_write_fn)(const struct device *dev,
|
/Zephyr-latest/drivers/modem/ |
D | modem_iface_uart_async.c | 22 static void iface_uart_async_callback(const struct device *dev, in iface_uart_async_callback() 129 const struct device *dev) in modem_iface_uart_init_dev()
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/src/ |
D | main.c | 34 static const struct device *const display_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_display)); 35 static const struct device *const touch_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_touch));
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.stm32 | 76 DMAMUX driver device must be init'd after the DMA (CONFIG_DMA_INIT_PRIORITY) 77 DMAMUX driver device initialization priority is greater than DMA one's
|
/Zephyr-latest/samples/drivers/ps2/src/ |
D | main.c | 36 static const struct device *const ps2_0_dev = 49 static void mb_callback(const struct device *dev, uint8_t value) in mb_callback()
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ |
D | ivshmem.c | 39 const struct device *dev; 231 const struct device *dev; in ivshmem_sample_userspace_doorbell()
|
/Zephyr-latest/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 12 A Zephyr SDK is used as a source of tools like device tree compiler (DTC), QEMU, etc... 14 objcopy might be used for some steps like device tree preprocessing and ``.bin`` file
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_pointer_input.c | 32 const struct device *dev = user_data; in lvgl_pointer_process_event() 130 int lvgl_pointer_input_init(const struct device *dev) in lvgl_pointer_input_init()
|
/Zephyr-latest/tests/boards/frdm_k64f/i2c/src/ |
D | i2c.c | 28 static const struct device *const i2c_bus = DEVICE_DT_GET(DT_NODELABEL(i2c0)); 127 static void test_i2c_fxos8700_async_cb(const struct device *dev, int result, void *userdata) in test_i2c_fxos8700_async_cb()
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | test_forwarding_buf.cpp | 19 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL); 20 constexpr const struct device *targets[FORWARD_COUNT] = {
|