Home
last modified time | relevance | path

Searched refs:espi_xec_receive_vwire (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/espi/
Despi_mchp_xec_v2.c338 static int espi_xec_receive_vwire(const struct device *dev, in espi_xec_receive_vwire() function
634 ret = espi_xec_receive_vwire(dev, ESPI_VWIRE_SIGNAL_TARGET_BOOT_DONE, in send_slave_bootdone()
1022 espi_xec_receive_vwire(dev, signal, &status); in notify_system_state()
1033 espi_xec_receive_vwire(dev, signal, &status); in notify_host_warning()
1079 espi_xec_receive_vwire(dev, signal, &status); in notify_vw_status()
1165 espi_xec_receive_vwire(dev, ESPI_VWIRE_SIGNAL_PLTRST, &status); in vw_pltrst_handler()
1257 .receive_vwire = espi_xec_receive_vwire,
Despi_mchp_xec.c474 static int espi_xec_receive_vwire(const struct device *dev, in espi_xec_receive_vwire() function
756 ret = espi_xec_receive_vwire(dev, ESPI_VWIRE_SIGNAL_TARGET_BOOT_DONE, in send_target_bootdone()
1107 espi_xec_receive_vwire(dev, ESPI_VWIRE_SIGNAL_PLTRST, &status); in vw_pltrst_isr()
1124 espi_xec_receive_vwire(dev, signal, &status); in notify_system_state()
1135 espi_xec_receive_vwire(dev, signal, &status); in notify_host_warning()
1437 .receive_vwire = espi_xec_receive_vwire,