Searched refs:i2c_high_speed (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H 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,
|
H 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,
|
H 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()
|
H A D | vc.h | 69 * @i2c_high_speed: whether or not to use I2C high-speed mode 89 bool i2c_high_speed; member
|
H A D | voltage.h | 115 * @i2c_high_speed: whether VC uses I2C high-speed mode to PMIC 132 bool i2c_high_speed; member
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H 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,
|
H 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,
|
H A D | vc.c | 669 if (!voltdm->pmic->i2c_high_speed) { in omap4_vc_i2c_timing_init() 746 static bool i2c_high_speed; in omap_vc_i2c_init() local 750 if (voltdm->pmic->i2c_high_speed != i2c_high_speed) in omap_vc_i2c_init() 752 __func__, voltdm->name, i2c_high_speed); in omap_vc_i2c_init() 763 i2c_high_speed = voltdm->pmic->i2c_high_speed; in omap_vc_i2c_init() 764 if (i2c_high_speed) in omap_vc_i2c_init()
|
H A D | voltage.h | 115 * @i2c_high_speed: whether VC uses I2C high-speed mode to PMIC 132 bool i2c_high_speed; member
|
H A D | vc.h | 69 * @i2c_high_speed: whether or not to use I2C high-speed mode 89 bool i2c_high_speed; member
|
Completed in 9 milliseconds