Home
last modified time | relevance | path

Searched refs:config_shdwc_ws (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-at91/
H A Dpm.c40 int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity); member
147 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()
148 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
994 soc_pm.config_shdwc_ws = at91_sama5d2_config_shdwc_ws; in sama5d2_pm_init()
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H A Dpm.c116 * @config_shdwc_ws: wakeup sources configuration function for SHDWC
126 int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity); member
255 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()
256 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
1586 soc_pm.config_shdwc_ws = at91_sama5d2_config_shdwc_ws; in sama5d2_pm_init()

Completed in 3 milliseconds