Lines Matching full:hsi2c
25 * HSI2C controller from Samsung supports 2 modes of operation
210 * struct exynos_hsi2c_variant - platform specific HSI2C driver data
211 * @fifo_depth: the fifo depth supported by the HSI2C module
214 * Specifies platform specific configuration of HSI2C module.
245 .compatible = "samsung,exynos5-hsi2c",
248 .compatible = "samsung,exynos5250-hsi2c",
251 .compatible = "samsung,exynos5260-hsi2c",
254 .compatible = "samsung,exynos7-hsi2c",
257 .compatible = "samsung,exynosautov9-hsi2c",
298 * In case of HSI2C controllers in ExynosAutoV9: in exynos5_i2c_set_timing()
323 * In case of HSI2C controller in Exynos5 series in exynos5_i2c_set_timing()
327 * In case of HSI2C controllers in Exynos7 series in exynos5_i2c_set_timing()
879 i2c->clk = devm_clk_get(&pdev->dev, "hsi2c"); in exynos5_i2c_probe()
1014 .name = "exynos5-hsi2c",