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

/linux-4.4.14/arch/powerpc/include/asm/
H A Dpmac_low_i2c.h92 extern int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled);
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-powermac.c106 rc = pmac_i2c_open(bus, 0); i2c_powermac_smbus_xfer()
161 rc = pmac_i2c_open(bus, 0); i2c_powermac_master_xfer()
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1070 return pmac_i2c_open(bus, 0); pmac_low_i2c_lock()
1092 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) pmac_i2c_open() function
1107 EXPORT_SYMBOL_GPL(pmac_i2c_open); variable
1244 if (pmac_i2c_open(bus, 0)) { pmac_i2c_do_begin()
H A Dsmp.c613 if (pmac_i2c_open(pmac_tb_clock_chip_host, 1)) { smp_core99_setup_i2c_hwsync()
865 rc = pmac_i2c_open(pmac_tb_clock_chip_host, 1); smp_core99_cpu_notify()

Completed in 130 milliseconds