Home
last modified time | relevance | path

Searched refs:espi (Results 26 – 50 of 56) sorted by relevance

123

/Zephyr-latest/samples/drivers/espi/src/
Despi_oob_handler.c14 LOG_MODULE_DECLARE(espi, CONFIG_ESPI_LOG_LEVEL);
Dmain.c23 LOG_MODULE_DECLARE(espi, CONFIG_ESPI_LOG_LEVEL);
/Zephyr-latest/drivers/
DCMakeLists.txt40 add_subdirectory_ifdef(CONFIG_ESPI espi)
DKconfig33 source "drivers/espi/Kconfig"
/Zephyr-latest/subsys/emul/espi/
Demul_espi_host.c71 const struct device *espi; member
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx.dtsi340 espi0: espi@4000a000 {
341 compatible = "nuvoton,npcx-espi";
348 espi-rst-wui = <&wui_espi_rst>;
Dnpcx4.dtsi14 #include "npcx4/npcx4-espi-vws-map.dtsi"
423 espi0: espi@4000a000 {
428 compatible = "nuvoton,npcx-espi-taf";
Dnpcx7.dtsi14 #include "npcx7/npcx7-espi-vws-map.dtsi"
361 espi0: espi@4000a000 {
Dnpcx9.dtsi14 #include "npcx9/npcx9-espi-vws-map.dtsi"
401 espi0: espi@4000a000 {
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
DKconfig6 DT_CHOSEN_ESPI_BACKEND := zephyr,host-cmd-espi-backend
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-pinctrl.dtsi13 /omit-if-no-ref/ vhif_espi_shi_sl: devctl-vhif-1p8v-espi-shi {
46 /omit-if-no-ref/ espi_lpc_gp46_47_51_52_53_54_55_57: periph-lpc-espi {
/Zephyr-latest/dts/bindings/
Dbinding-types.txt46 espi ESPI (Enhanced Serial Peripheral Interface)
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-pinctrl.dtsi14 /omit-if-no-ref/ vhif_espi_shi_sl: devctl-vhif-1p8v-espi-shi {
55 /omit-if-no-ref/ espi_lpc_gp46_47_51_52_53_54_55_57: periph-lpc-espi {
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-pinctrl.dtsi13 /omit-if-no-ref/ vhif_espi_shi_sl: devctl-vhif-1p8v-espi-shi {
64 /omit-if-no-ref/ espi_lpc_gp46_47_51_52_53_54_55_57: periph-lpc-espi {
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst98 * ``zephyr,host-cmd-espi-backend``
/Zephyr-latest/dts/riscv/ite/
Dit8xxx2.dtsi418 espi0: espi@f03100 {
419 compatible = "ite,it8xxx2-espi";
/Zephyr-latest/drivers/espi/
Despi_npcx.c26 LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
1361 static DEVICE_API(espi, espi_npcx_driver_api) = {
Despi_mchp_xec.c63 LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
1433 static DEVICE_API(espi, espi_xec_driver_api) = {
Despi_mchp_xec_v2.c58 LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
1253 static DEVICE_API(espi, espi_xec_driver_api) = {
Despi_it8xxx2.c22 LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
1339 static DEVICE_API(espi, espi_it8xxx2_driver_api) = {
/Zephyr-latest/dts/arm/microchip/
Dmec5.dtsi530 espi0: espi@400f3400 {
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst674 * :github:`18360` - [Coverity CID :203531]Memory - corruptions in /drivers/espi/espi_mchp_xec.c
675 * :github:`18359` - [Coverity CID :203521]Memory - illegal accesses in /drivers/espi/espi_mchp_xec.c
676 * :github:`18358` - [Coverity CID :203497]Memory - corruptions in /drivers/espi/espi_mchp_xec.c
677 * :github:`18357` - [Coverity CID :203485]Memory - illegal accesses in /drivers/espi/espi_mchp_xec.c
678 * :github:`18356` - [Coverity CID :203430]Integer handling issues in /drivers/espi/espi_mchp_xec.c
Drelease-notes-2.1.rst563 * :github:`20506` - [Coverity CID :205672]Null pointer dereferences in /samples/drivers/espi/src/ma…
564 * :github:`20505` - [Coverity CID :205613]Null pointer dereferences in /samples/drivers/espi/src/ma…
Drelease-notes-2.6.rst1705 * :github:`33089` - [Coverity CID :219556] Self assignment in drivers/espi/host_subs_npcx.c
1745 * :github:`33048` - [Coverity CID :219631] Out-of-bounds read in drivers/espi/espi_npcx.c
1768 * :github:`33024` - [Coverity CID :219668] Dereference after null check in drivers/espi/host_subs_n…
1918 * :github:`32457` - samples: drivers: espi: Need to handle failures in temperature retrieval
2084 * :github:`28249` - driver: espi: mchp: eSPI OOB driver does not support callbacks for incoming OOB…
Drelease-notes-2.4.rst1019 * :github:`28148` - mec15xxevb_assy6853:running samples/drivers/espi/ failed
1250 * :github:`27079` - espi: driver: mchp: eSPI driver indicates flash channel is ready to eSPI host …
1251 * :github:`27078` - drivers: espi: mchp: Cannot perform multiple transactions over eSPI OOB channel
1706 * :github:`22344` - convert espi sample to devicetree

123