Home
last modified time | relevance | path

Searched defs:espi_isr (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/espi/
Despi_mchp_xec_v2.h17 struct espi_isr { struct
18 uint8_t girq_id;
19 uint8_t girq_pos;
20 void (*the_isr)(const struct device *dev);
Despi_saf_mchp_xec.c32 struct espi_isr { struct
33 uint32_t girq_bit;
34 void (*the_isr)(const struct device *dev);
Despi_mchp_xec.c65 struct espi_isr { struct
66 uint32_t girq_bit;
67 void (*the_isr)(const struct device *dev);
Despi_it8xxx2.c129 void (*espi_isr)(const struct device *dev, bool enable); member