Lines Matching full:hsi2c
27 * HSI2C controller from Samsung supports 2 modes of operation
205 * struct exynos_hsi2c_variant - platform specific HSI2C driver data
206 * @fifo_depth: the fifo depth supported by the HSI2C module
209 * Specifies platform specific configuration of HSI2C module.
235 .compatible = "samsung,exynos5-hsi2c",
238 .compatible = "samsung,exynos5250-hsi2c",
241 .compatible = "samsung,exynos5260-hsi2c",
244 .compatible = "samsung,exynos7-hsi2c",
285 * In case of HSI2C controller in Exynos5 series in exynos5_i2c_set_timing()
289 * In case of HSI2C controllers in Exynos7 series in exynos5_i2c_set_timing()
760 i2c->clk = devm_clk_get(&pdev->dev, "hsi2c"); in exynos5_i2c_probe()
877 .name = "exynos5-hsi2c",