Searched full:devmux (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/drivers/misc/devmux/ |
D | Kconfig | 4 config DEVMUX config 5 bool "Device Multiplexer (devmux) [EXPERIMENTAL]" 10 Devmux is a pseudo-device that operates as a device switch. It allows 14 if DEVMUX 17 int "Devmux init priority" 20 Init priority for the devmux driver. It must be
|
D | CMakeLists.txt | 7 ${ZEPHYR_BASE}/include/zephyr/drivers/misc/devmux/devmux.h 10 zephyr_library_sources(devmux.c)
|
D | devmux.c | 12 #include <zephyr/drivers/misc/devmux/devmux.h> 26 /* The number of devmux devices */ 161 "devmux nodes must contain the 'zephyr,mutable' property"); \
|
/Zephyr-latest/include/zephyr/drivers/misc/devmux/ |
D | devmux.h | 25 * @brief Devmux Driver APIs 26 * @defgroup demux_interface Devmux Driver APIs 30 * Devmux operates as a device multiplexer, forwarding the characteristics of 35 * | devmux | | devmux | 57 * @brief Get the current selection of a devmux device. 61 * @param dev the devmux device 68 * @brief Set the selection of a devmux device. 72 * @param[in] dev the devmux device 88 #include <zephyr/syscalls/devmux.h>
|
/Zephyr-latest/tests/drivers/console_switching/ |
D | testcase.yaml | 6 - devmux 13 drivers.devmux.console_switching: {} 14 drivers.devmux.console_switching.user:
|
/Zephyr-latest/tests/drivers/console_switching/boards/ |
D | qemu_riscv64.overlay | 26 compatible = "zephyr,devmux"; 33 compatible = "zephyr,devmux";
|
/Zephyr-latest/tests/drivers/console_switching/src/ |
D | main.c | 8 #include <zephyr/drivers/misc/devmux/devmux.h> 52 zassert_ok(ret[0], "Failed to select devmux %zu", j); in ZTEST() 88 zassert_ok(ret[0], "Failed to select devmux %zu", j); in ZTEST()
|
/Zephyr-latest/drivers/misc/ |
D | CMakeLists.txt | 9 add_subdirectory_ifdef(CONFIG_DEVMUX devmux)
|
D | Kconfig | 13 source "drivers/misc/devmux/Kconfig"
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,devmux.yaml | 6 compatible: "zephyr,devmux"
|
/Zephyr-latest/ |
D | MAINTAINERS.yml | 1286 "Drivers: Devmux": 1291 - drivers/misc/devmux/ 1292 - include/zephyr/drivers/misc/devmux/ 1295 - "area: Devmux" 1297 - drivers.devmux
|