Lines Matching defs:res
77 int res;
82 res = platform_device_register(&sgiwd93_0_device);
83 if (res)
84 return res;
150 int res, i;
162 res = platform_device_register(ð0_device);
163 if (res)
164 return res;
212 struct resource res;
214 memset(&res, 0, sizeof(res));
215 res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs);
216 res.end = res.start + sizeof(hpc3c0->rtcregs) - 1;
217 res.flags = IORESOURCE_MEM;
220 &res, 1));