Searched refs:subsize (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpmac_low_i2c.h95 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-powermac.c52 int mode, subsize, len; local
59 subsize = 0;
63 subsize = 1;
123 rc = pmac_i2c_xfer(bus, addrdir, subsize, subaddr, buf, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c97 int (*xfer)(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
390 static int kw_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, argument
403 if (subsize != 0)
408 if (subsize != 1)
413 if (subsize != 1)
660 static int pmu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, argument
683 if (subsize != 0)
690 if (subsize != 1)
825 static int smu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, argument
844 if (subsize !
1121 pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, u32 subaddr, u8 *data, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp2236 wxSize subsize( itemsizer->CalcMin() );
2238 if (subsize.x > maxX)
2239 maxX = subsize.x;
2240 if (subsize.y > maxY)
2241 maxY = subsize.y;

Completed in 207 milliseconds