Home
last modified time | relevance | path

Searched refs:subsize (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/powermac/
Dlow_i2c.c97 int (*xfer)(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
399 static int kw_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in kw_i2c_xfer() argument
412 if (subsize != 0) in kw_i2c_xfer()
417 if (subsize != 1) in kw_i2c_xfer()
422 if (subsize != 1) in kw_i2c_xfer()
676 static int pmu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in pmu_i2c_xfer() argument
699 if (subsize != 0) in pmu_i2c_xfer()
706 if (subsize != 1) in pmu_i2c_xfer()
841 static int smu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in smu_i2c_xfer() argument
860 if (subsize != 0) in smu_i2c_xfer()
[all …]
/linux-3.4.99/drivers/i2c/busses/
Di2c-powermac.c52 int mode, subsize, len; in i2c_powermac_smbus_xfer() local
59 subsize = 0; in i2c_powermac_smbus_xfer()
63 subsize = 1; in i2c_powermac_smbus_xfer()
123 rc = pmac_i2c_xfer(bus, addrdir, subsize, subaddr, buf, len); in i2c_powermac_smbus_xfer()
/linux-3.4.99/arch/powerpc/include/asm/
Dpmac_low_i2c.h95 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,