Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/platform_data/
Dasoc-ti-mcbsp.h27 bool has_wakeup; /* Wakeup capability */ member
/Linux-v6.6/sound/soc/ti/
Domap-mcbsp.c197 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_config()
351 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_request()
372 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_free()
1329 .has_wakeup = true,
1336 .has_wakeup = true,
/Linux-v6.6/drivers/tty/serial/
Dstm32-usart.h29 bool has_wakeup; member
Dstm32-usart.c101 .has_wakeup = true,
1535 stm32port->wakeup_src = stm32port->info->cfg.has_wakeup && in stm32_usart_init_port()