Searched refs:i2c_high_speed (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/mach-omap2/ |
A D | pmic-cpcap.c | 62 .i2c_high_speed = false, 79 .i2c_high_speed = false, 126 .i2c_high_speed = false, 213 .i2c_high_speed = false, 233 .i2c_high_speed = false,
|
A D | omap_twl.c | 138 .i2c_high_speed = true, 154 .i2c_high_speed = true, 171 .i2c_high_speed = true, 189 .i2c_high_speed = true, 207 .i2c_high_speed = true,
|
A D | vc.c | 672 if (!voltdm->pmic->i2c_high_speed) { in omap4_vc_i2c_timing_init() 749 static bool i2c_high_speed; in omap_vc_i2c_init() local 753 if (voltdm->pmic->i2c_high_speed != i2c_high_speed) in omap_vc_i2c_init() 755 __func__, voltdm->name, i2c_high_speed); in omap_vc_i2c_init() 766 i2c_high_speed = voltdm->pmic->i2c_high_speed; in omap_vc_i2c_init() 767 if (i2c_high_speed) in omap_vc_i2c_init()
|
A D | vc.h | 89 bool i2c_high_speed; member
|
A D | voltage.h | 132 bool i2c_high_speed; member
|
Completed in 10 milliseconds