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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c311 struct lm_device *lmdev; local
316 lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL);
317 if (!lmdev)
320 lmdev->resource.start = 0xc0000000 + 0x10000000 * i;
321 lmdev->resource.end = lmdev->resource.start + 0x0fffffff;
322 lmdev->resource.flags = IORESOURCE_MEM;
323 lmdev->irq = IRQ_AP_EXPINT0 + i;
324 lmdev->id = i;
326 lm_device_register(lmdev);
[all...]

Completed in 49 milliseconds