Home
last modified time | relevance | path

Searched refs:has_wakeup (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/platform_data/
Dasoc-ti-mcbsp.h41 bool has_wakeup; /* Wakeup capability */ member
/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.h28 bool has_wakeup; member
97 .has_wakeup = true,
Dstm32-usart.c568 if (cfg->has_wakeup && stm32_port->wakeirq >= 0) { in stm32_startup()
1023 if (stm32port->info->cfg.has_wakeup && stm32port->wakeirq >= 0) { in stm32_serial_probe()
1046 if (stm32port->info->cfg.has_wakeup && stm32port->wakeirq >= 0) in stm32_serial_probe()
1082 if (cfg->has_wakeup && stm32_port->wakeirq >= 0) in stm32_serial_remove()
1198 if (!cfg->has_wakeup || stm32_port->wakeirq < 0) in stm32_serial_enable_wakeup()
/Linux-v4.19/sound/soc/omap/
Dmcbsp.c219 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_config()
578 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_request()
599 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_free()
Domap-mcbsp.c793 .has_wakeup = true,
800 .has_wakeup = true,