Searched refs:intc_suspend (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dintc.c151 static int intc_suspend(struct sys_device *sdev, pm_message_t state) function
157 pr_err("intc_suspend: called with interrupts enabled\n");
162 pr_err("intc_suspend: suspend_ipr not initialized\n");
187 #define intc_suspend NULL macro
193 .suspend = intc_suspend,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dintc.c151 static int intc_suspend(struct sys_device *sdev, pm_message_t state) function
157 pr_err("intc_suspend: called with interrupts enabled\n");
162 pr_err("intc_suspend: suspend_ipr not initialized\n");
187 #define intc_suspend NULL macro
193 .suspend = intc_suspend,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/
H A Dintc.c450 return 0; /* allow wakeup, but setup hardware in intc_suspend() */
1210 static int intc_suspend(struct sys_device *dev, pm_message_t state) function
1252 return intc_suspend(dev, PMSG_ON);
1257 .suspend = intc_suspend,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/
H A Dintc.c450 return 0; /* allow wakeup, but setup hardware in intc_suspend() */
1210 static int intc_suspend(struct sys_device *dev, pm_message_t state) function
1252 return intc_suspend(dev, PMSG_ON);
1257 .suspend = intc_suspend,

Completed in 113 milliseconds