Home
last modified time | relevance | path

Searched refs:wakerx_gpio (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ps2/
Dps2_mchp_xec.c45 struct gpio_dt_spec wakerx_gpio; member
244 if (devcfg->wakerx_gpio.port != NULL) { in ps2_xec_pm_action()
246 &devcfg->wakerx_gpio, in ps2_xec_pm_action()
267 if (devcfg->wakerx_gpio.port != NULL) { in ps2_xec_pm_action()
269 &devcfg->wakerx_gpio, in ps2_xec_pm_action()
377 .wakerx_gpio = GPIO_DT_SPEC_INST_GET_OR(n, wakerx_gpios, {0}),
/Zephyr-latest/drivers/serial/
Duart_mchp_xec.c194 struct gpio_dt_spec wakerx_gpio; member
472 if ((dev_cfg->wakeup_source) && (dev_cfg->wakerx_gpio.port != NULL)) { in uart_xec_pm_action()
473 ret = gpio_pin_interrupt_configure_dt(&dev_cfg->wakerx_gpio, in uart_xec_pm_action()
533 if ((dev_cfg->wakeup_source) && (dev_cfg->wakerx_gpio.port != NULL)) { in uart_xec_init()
537 BIT(dev_cfg->wakerx_gpio.pin)); in uart_xec_init()
539 ret = gpio_add_callback(dev_cfg->wakerx_gpio.port, &uart_xec_wake_cb); in uart_xec_init()
1075 .wakerx_gpio = GPIO_DT_SPEC_INST_GET_OR(n, wakerx_gpios, {0}),