Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_miwu.c178 void npcx_miwu_irq_enable(const struct npcx_wui *wui) in npcx_miwu_irq_enable()
200 void npcx_miwu_irq_disable(const struct npcx_wui *wui) in npcx_miwu_irq_disable()
208 void npcx_miwu_io_enable(const struct npcx_wui *wui) in npcx_miwu_io_enable()
216 void npcx_miwu_io_disable(const struct npcx_wui *wui) in npcx_miwu_io_disable()
224 bool npcx_miwu_irq_get_state(const struct npcx_wui *wui) in npcx_miwu_irq_get_state()
232 bool npcx_miwu_irq_get_and_clear_pending(const struct npcx_wui *wui) in npcx_miwu_irq_get_and_clear_pending()
261 int npcx_miwu_interrupt_configure(const struct npcx_wui *wui, in npcx_miwu_interrupt_configure()
377 struct npcx_wui *wui; in npcx_miwu_manage_callback() local
/Zephyr-latest/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-latest/soc/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-latest/drivers/watchdog/
Dwdt_npcx.c139 static void wdt_t0out_isr(const struct device *dev, struct npcx_wui *wui) in wdt_t0out_isr()
/Zephyr-latest/drivers/espi/
Despi_npcx.c234 struct miwu_callback *callback, const struct npcx_wui *wui, in espi_init_wui_callback()
647 static void espi_vw_generic_isr(const struct device *dev, struct npcx_wui *wui) in espi_vw_generic_isr()
689 static void espi_vw_espi_rst_isr(const struct device *dev, struct npcx_wui *wui) in espi_vw_espi_rst_isr()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c900 static void shi_npcx_cs_wui_isr(const struct device *dev, struct npcx_wui *wui) in shi_npcx_cs_wui_isr()
/Zephyr-latest/drivers/serial/
Duart_npcx.c944 static __unused void uart_npcx_rx_wk_isr(const struct device *dev, struct npcx_wui *wui) in uart_npcx_rx_wk_isr()