Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/platform_data/
Dasoc-ti-mcbsp.h27 bool has_wakeup; /* Wakeup capability */ member
/linux-6.6.21/sound/soc/ti/
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,
/linux-6.6.21/drivers/tty/serial/
Dstm32-usart.h29 bool has_wakeup; member
Dstm32-usart.c101 .has_wakeup = true,
1533 stm32port->wakeup_src = stm32port->info->cfg.has_wakeup && in stm32_usart_init_port()