Lines Matching defs:res
62 struct resource res[2];
113 memset(res, 0, 2 * sizeof(struct resource));
114 res[0].start = base;
115 res[0].end = base + 0x46;
116 res[0].flags = IORESOURCE_MEM;
117 res[1].start = irq;
118 res[1].end = irq;
119 res[1].flags = IORESOURCE_IRQ;
120 ret = platform_device_add_resources(pdev, res,
121 ARRAY_SIZE(res));