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

/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.c527 struct lm_device *lmdev; local
532 lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL);
533 if (!lmdev)
536 lmdev->resource.start = 0xc0000000 + 0x10000000 * i;
537 lmdev->resource.end = lmdev->resource.start + 0x0fffffff;
538 lmdev->resource.flags = IORESOURCE_MEM;
539 lmdev->irq = irq_of_parse_and_map(syscon, i);
540 lmdev->id = i;
542 lm_device_register(lmdev);
[all...]

Completed in 61 milliseconds