Lines Matching +full:init +full:- +full:delay
2 * linux/arch/arm/mach-pxa/mp900.c
6 * Based on mach-pxa/gumstix.c
16 #include <linux/init.h>
22 #include <asm/mach-types.h>
28 static void isp116x_pfm_delay(struct device *dev, int delay) in isp116x_pfm_delay() argument
33 int cyc = delay / 10; in isp116x_pfm_delay()
46 .delay = isp116x_pfm_delay,
69 .id = -1,
73 .name = "isp116x-hcd",
86 printk(KERN_INFO "MobilePro 900/C machine init\n"); in mp900c_init()
93 /* Maintainer - Michael Petchkovsky <mkpetch@internode.on.net> */