Home
last modified time | relevance | path

Searched defs:wui (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_miwu.c141 void npcx_miwu_irq_enable(const struct npcx_wui *wui) in npcx_miwu_irq_enable()
149 void npcx_miwu_irq_disable(const struct npcx_wui *wui) in npcx_miwu_irq_disable()
157 void npcx_miwu_io_enable(const struct npcx_wui *wui) in npcx_miwu_io_enable()
165 void npcx_miwu_io_disable(const struct npcx_wui *wui) in npcx_miwu_io_disable()
173 bool npcx_miwu_irq_get_state(const struct npcx_wui *wui) in npcx_miwu_irq_get_state()
181 bool npcx_miwu_irq_get_and_clear_pending(const struct npcx_wui *wui) in npcx_miwu_irq_get_and_clear_pending()
194 int npcx_miwu_interrupt_configure(const struct npcx_wui *wui, in npcx_miwu_interrupt_configure()
284 struct npcx_wui *wui; in npcx_miwu_manage_callback() local
/Zephyr-Core-3.6.0/drivers/input/
Dinput_npcx_kbd.c50 static void npcx_kbd_ksi_isr(const struct device *dev, struct npcx_wui *wui) in npcx_kbd_ksi_isr()
122 const struct npcx_wui *wui, in npcx_kbd_init_ksi_wui_callback()
/Zephyr-Core-3.6.0/soc/arm/nuvoton_npcx/common/
Dsoc_miwu.h90 struct npcx_wui wui; /** Wake-up input source of GPIO */ member
103 struct npcx_wui wui; /** Device instance register callback function */ member
/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_npcx.c136 static void wdt_t0out_isr(const struct device *dev, struct npcx_wui *wui) in wdt_t0out_isr()
/Zephyr-Core-3.6.0/drivers/espi/
Despi_npcx.c195 struct miwu_callback *callback, const struct npcx_wui *wui, in espi_init_wui_callback()
573 static void espi_vw_generic_isr(const struct device *dev, struct npcx_wui *wui) in espi_vw_generic_isr()
608 static void espi_vw_espi_rst_isr(const struct device *dev, struct npcx_wui *wui) in espi_vw_espi_rst_isr()
/Zephyr-Core-3.6.0/drivers/serial/
Duart_npcx.c403 static __unused void uart_npcx_rx_wk_isr(const struct device *dev, struct npcx_wui *wui) in uart_npcx_rx_wk_isr()