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

/arch/avr32/mach-at32ap/
H A Dintc.c149 static int intc_suspend(void) function
154 pr_err("intc_suspend: called with interrupts enabled\n");
159 pr_err("intc_suspend: suspend_ipr not initialized\n");
179 #define intc_suspend NULL macro
184 .suspend = intc_suspend,

Completed in 70 milliseconds