Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/platform_data/
Dasoc-ti-mcbsp.h27 bool has_wakeup; /* Wakeup capability */ member
/linux-6.12.1/sound/soc/ti/
Domap-mcbsp.c198 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_config()
352 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_request()
373 if (mcbsp->pdata->has_wakeup) in omap_mcbsp_free()
1330 .has_wakeup = true,
1337 .has_wakeup = true,
/linux-6.12.1/drivers/tty/serial/
Dstm32-usart.h31 bool has_wakeup; member
Dstm32-usart.c106 .has_wakeup = true,
1589 stm32port->wakeup_src = stm32port->info->cfg.has_wakeup && in stm32_usart_init_port()