Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dasoc-ti-mcbsp.h27 bool has_wakeup; /* Wakeup capability */ member
/openbmc/linux/sound/soc/ti/
H A Domap-mcbsp.c199 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_config()
353 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_request()
374 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_free()
1331 .has_wakeup = true,
1338 .has_wakeup = true,
/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.h29 bool has_wakeup; member
H A Dstm32-usart.c101 .has_wakeup = true,
1542 stm32port->wakeup_src = stm32port->info->cfg.has_wakeup && in stm32_usart_init_port()