Searched refs:lmdev (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dlm.c27 struct lm_device *lmdev = to_lm_device(dev); local
30 return lmdrv->probe(lmdev);
35 struct lm_device *lmdev = to_lm_device(dev); local
39 lmdrv->remove(lmdev);
H A Dintegrator_ap.c316 struct lm_device *lmdev; local
321 lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL);
322 if (!lmdev)
325 lmdev->resource.start = 0xc0000000 + 0x10000000 * i;
326 lmdev->resource.end = lmdev->resource.start + 0x0fffffff;
327 lmdev->resource.flags = IORESOURCE_MEM;
328 lmdev->irq = IRQ_AP_EXPINT0 + i;
329 lmdev->id = i;
331 lm_device_register(lmdev);
[all...]

Completed in 60 milliseconds