Home
last modified time | relevance | path

Searched refs:at91_standby (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/cpuidle/
Dcpuidle-at91.c26 static void (*at91_standby)(void); variable
33 at91_standby(); in at91_enter_idle()
54 at91_standby = (void *)(dev->dev.platform_data); in at91_cpuidle_probe()
/linux-4.1.27/arch/arm/mach-at91/
Dpm.c219 static void at91_pm_set_standby(void (*at91_standby)(void)) in at91_pm_set_standby()
221 if (at91_standby) in at91_pm_set_standby()
222 at91_cpuidle_device.dev.platform_data = at91_standby; in at91_pm_set_standby()