Home
last modified time | relevance | path

Searched refs:ESPI_BUS_EVENT_CHANNEL_READY (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/drivers/espi/
Despi_mchp_xec_v2.c852 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_pc_isr()
888 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_vw_chan_en_isr()
945 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_oob_up_isr()
981 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_flash_isr()
Despi_mchp_xec.c984 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_vwire_chanel_isr()
1035 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_oob_up_isr()
1068 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_flash_isr()
Despi_npcx.c239 struct espi_event evt = { .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_bus_cfg_update_isr()
Despi_it8xxx2.c1557 .evt_type = ESPI_BUS_EVENT_CHANNEL_READY, in espi_it8xxx2_ch_notify_system_state()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Despi.h116 ESPI_BUS_EVENT_CHANNEL_READY = BIT(1), enumerator
/Zephyr-Core-3.5.0/samples/drivers/espi/src/
Dmain.c838 if (event.evt_type == ESPI_BUS_EVENT_CHANNEL_READY) { in espi_ch_handler()
936 ESPI_BUS_EVENT_CHANNEL_READY); in espi_init()