Searched refs:i2c_high_speed (Results 1 - 5 of 5) sorted by path

/linux-master/arch/arm/mach-omap2/
H A Domap_twl.c138 .i2c_high_speed = true,
154 .i2c_high_speed = true,
171 .i2c_high_speed = true,
189 .i2c_high_speed = true,
207 .i2c_high_speed = true,
H A Dpmic-cpcap.c62 .i2c_high_speed = false,
79 .i2c_high_speed = false,
126 .i2c_high_speed = false,
213 .i2c_high_speed = false,
233 .i2c_high_speed = false,
H A Dvc.c669 if (!voltdm->pmic->i2c_high_speed) {
746 static bool i2c_high_speed; local
750 if (voltdm->pmic->i2c_high_speed != i2c_high_speed)
752 __func__, voltdm->name, i2c_high_speed);
763 i2c_high_speed = voltdm->pmic->i2c_high_speed;
764 if (i2c_high_speed)
H A Dvc.h69 * @i2c_high_speed: whether or not to use I2C high-speed mode
89 bool i2c_high_speed; member in struct:omap_vc_channel
H A Dvoltage.h115 * @i2c_high_speed: whether VC uses I2C high-speed mode to PMIC
132 bool i2c_high_speed; member in struct:omap_voltdm_pmic

Completed in 215 milliseconds