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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-i2c.c18 struct resource i2c_resources[] = { variable in typeref:struct:resource
29 .num_resources = ARRAY_SIZE(i2c_resources),
30 .resource = i2c_resources
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Docteon-platform.c187 struct resource i2c_resources[] = { local
212 i2c_resources[0].start =
214 i2c_resources[0].end = i2c_resources[0].start + 0x1f;
217 i2c_resources[1].start = OCTEON_IRQ_TWSI;
218 i2c_resources[1].end = OCTEON_IRQ_TWSI;
221 i2c_resources[1].start = OCTEON_IRQ_TWSI2;
222 i2c_resources[1].end = OCTEON_IRQ_TWSI2;
229 i2c_resources,
230 ARRAY_SIZE(i2c_resources));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Di2c.c56 static struct resource i2c_resources[][2] = { variable in typeref:struct:resource
80 static struct omap_i2c_bus_platform_data i2c_pdata[ARRAY_SIZE(i2c_resources)];
82 I2C_DEV_BUILDER(1, i2c_resources[0], &i2c_pdata[0]),
84 I2C_DEV_BUILDER(2, i2c_resources[1], &i2c_pdata[1]),
87 I2C_DEV_BUILDER(3, i2c_resources[2], &i2c_pdata[2]),
90 I2C_DEV_BUILDER(4, i2c_resources[3], &i2c_pdata[3]),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/
H A Dboard-sh7785lcr.c231 static struct resource i2c_resources[] = { variable in typeref:struct:resource
256 .num_resources = ARRAY_SIZE(i2c_resources),
257 .resource = i2c_resources,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddevices.c36 static struct resource i2c_resources[] = { variable in typeref:struct:resource
51 .num_resources = ARRAY_SIZE(i2c_resources),
52 .resource = i2c_resources,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-stmp378x/
H A Dstmp378x.c269 static struct resource i2c_resources[] = { variable in typeref:struct:resource
292 .resource = i2c_resources,
293 .num_resources = ARRAY_SIZE(i2c_resources),

Completed in 123 milliseconds