Searched refs:i2c_resources (Results 1 - 7 of 7) sorted by relevance

/arch/arm/mach-omap1/
H A Di2c.c34 static struct resource i2c_resources[2] = { variable in typeref:struct:resource
65 pdev->num_resources = ARRAY_SIZE(i2c_resources);
66 res = i2c_resources;
/arch/arm/mach-davinci/
H A Ddevices.c56 static struct resource i2c_resources[] = { variable in typeref:struct:resource
71 .num_resources = ARRAY_SIZE(i2c_resources),
72 .resource = i2c_resources,
/arch/sh/boards/
H A Dboard-sh7785lcr.c233 static struct resource i2c_resources[] = { variable in typeref:struct:resource
258 .num_resources = ARRAY_SIZE(i2c_resources),
259 .resource = i2c_resources,
/arch/mips/netlogic/xlr/
H A Dplatform.c215 static struct resource i2c_resources[] = { variable in typeref:struct:resource
227 .resource = i2c_resources,
/arch/arm/mach-shmobile/
H A Dboard-koelsch.c241 static const struct resource i2c_resources[] __initconst = {
266 BUG_ON(res_idx >= ARRAY_SIZE(i2c_resources));
269 i2c_resources + res_idx, 2);
H A Dsetup-r8a7790.c161 static struct resource i2c_resources[] __initdata = {
180 i2c_resources + (2 * idx), 2); \
H A Dsetup-r8a7778.c237 static struct resource i2c_resources[] __initdata = {
258 i2c_resources + (2 * id), 2);

Completed in 179 milliseconds