Home
last modified time | relevance | path

Searched refs:espi (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-Core-3.5.0/tests/drivers/espi/boards/
Dnative_posix.overlay8 espi_host: espi-host@0 {
10 compatible = "zephyr,espi-emul-espi-host";
/Zephyr-Core-3.5.0/tests/drivers/espi/src/
Dtest_acpi.c11 ZTEST(espi, test_acpi_shared_memory) in ZTEST() argument
33 ZTEST_SUITE(espi, NULL, NULL, NULL, NULL, NULL);
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-espi-vws-map.dtsi8 #include <nuvoton/npcx/npcx-espi-vws-map.dtsi>
24 npcx-espi-vws-map {
25 compatible = "nuvoton,npcx-espi-vw-conf";
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-espi-vws-map.dtsi8 #include <nuvoton/npcx/npcx-espi-vws-map.dtsi>
24 npcx-espi-vws-map {
25 compatible = "nuvoton,npcx-espi-vw-conf";
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Demul.h83 struct espi_emul *espi; member
106 (COND_CODE_1(DT_ON_BUS(_dev_node_id, espi), (_espi), \
136 .bus = {.Z_EMUL_BUS(node_id, i2c, espi, spi) = \
/Zephyr-Core-3.5.0/subsys/emul/
DCMakeLists.txt7 add_subdirectory(espi)
Demul.c53 emul->bus.espi->target = emul; in emul_init_for_bus()
74 rc = espi_emul_register(dev, emul->bus.espi); in emul_init_for_bus()
DKconfig37 source "subsys/emul/espi/Kconfig"
/Zephyr-Core-3.5.0/samples/drivers/ps2/
DCMakeLists.txt5 project(espi) project
/Zephyr-Core-3.5.0/tests/drivers/espi/
DCMakeLists.txt7 project(espi) project
/Zephyr-Core-3.5.0/dts/arm/microchip/
Dmec172xnsz.dtsi863 espi0: espi@400f3400 {
864 compatible = "microchip,xec-espi-v2";
892 compatible = "microchip,xec-espi-saf-v2";
905 compatible = "microchip,xec-espi-host-dev";
914 compatible = "microchip,xec-espi-host-dev";
924 compatible = "microchip,xec-espi-host-dev";
934 compatible = "microchip,xec-espi-host-dev";
944 compatible = "microchip,xec-espi-host-dev";
954 compatible = "microchip,xec-espi-host-dev";
964 compatible = "microchip,xec-espi-host-dev";
[all …]
Dmec1501hsz.dtsi279 espi0: espi@400f3400 {
280 compatible = "microchip,xec-espi";
287 espi_saf0: espi@40008000 {
288 compatible = "microchip,xec-espi-saf";
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-espi-vws-map.dtsi8 #include <nuvoton/npcx/npcx-espi-vws-map.dtsi>
/Zephyr-Core-3.5.0/drivers/espi/
DCMakeLists.txt3 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/espi.h)
DKconfig13 source "drivers/espi/Kconfig.xec"
15 source "drivers/espi/Kconfig.npcx"
17 source "drivers/espi/Kconfig.espi_emul"
19 source "drivers/espi/Kconfig.it8xxx2"
22 module-str = espi
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/
Dnpcx-espi-vws-map.dtsi7 #include <zephyr/dt-bindings/espi/npcx_espi.h>
33 npcx-espi-vws-map {
34 compatible = "nuvoton,npcx-espi-vw-conf";
/Zephyr-Core-3.5.0/doc/hardware/peripherals/
Dindex.rst27 espi.rst
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dnative_posix.dts127 espi0: espi@300 {
129 compatible = "zephyr,espi-emul-controller";
/Zephyr-Core-3.5.0/dts/arm/microchip/mec172x/
Dmec172x-vw-routing.dtsi11 mchp-xec-espi-vw-routing {
12 compatible = "microchip,xec-espi-vw-routing";
/Zephyr-Core-3.5.0/samples/drivers/espi/
DREADME.rst1 .. zephyr:code-sample:: espi
/Zephyr-Core-3.5.0/drivers/
DCMakeLists.txt36 add_subdirectory_ifdef(CONFIG_ESPI espi)
DKconfig29 source "drivers/espi/Kconfig"
/Zephyr-Core-3.5.0/samples/drivers/espi/src/
Despi_oob_handler.c15 LOG_MODULE_DECLARE(espi, CONFIG_ESPI_LOG_LEVEL);
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/
DKconfig6 DT_CHOSEN_ESPI_BACKEND := zephyr,host-cmd-espi-backend
/Zephyr-Core-3.5.0/subsys/emul/espi/
Demul_espi_host.c70 const struct device *espi; member

123