Searched refs:at91_standby (Results 1 – 2 of 2) sorted by relevance
26 static void (*at91_standby)(void); variable33 at91_standby(); in at91_enter_idle()54 at91_standby = (void *)(dev->dev.platform_data); in at91_cpuidle_probe()
219 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()