Searched refs:s5p_reset_hook (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s5p/include/plat/
H A Dsystem-reset.h17 void (*s5p_reset_hook)(void); variable
21 /* SWRESET support in s5p_reset_hook() */
23 if (s5p_reset_hook)
24 s5p_reset_hook();
27 * if there is no s5p_reset_hook()
H A Dreset.h14 extern void (*s5p_reset_hook)(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv210/
H A Dcpu.c164 s5p_reset_hook = s5pv210_sw_reset;

Completed in 109 milliseconds