Searched refs:notify_system_state (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/espi/ |
D | espi_mchp_xec.c | 1117 static void notify_system_state(const struct device *dev, in notify_system_state() function 1177 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_S3); in vw_slp3_isr() 1182 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_S4); in vw_slp4_isr() 1187 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_S5); in vw_slp5_isr() 1213 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SUS_PWRDN_ACK); in vw_sus_pwrdn_ack_isr() 1218 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_A); in vw_sus_slp_a_isr()
|
D | espi_mchp_xec_v2.c | 1015 static void notify_system_state(const struct device *dev, in notify_system_state() function 1097 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_S3); in vw_slp3_handler() 1104 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_S4); in vw_slp4_handler() 1111 notify_system_state(dev, ESPI_VWIRE_SIGNAL_SLP_S5); in vw_slp5_handler()
|