Home
last modified time | relevance | path

Searched refs:exynos_i2c_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_i2c.c56 struct exynos_i2c_softc { struct
80 static int exynos_i2c_wait(struct exynos_i2c_softc *, int); argument
86 CFATTACH_DECL_NEW(exynos_i2c, sizeof(struct exynos_i2c_softc),
131 struct exynos_i2c_softc * const sc = device_private(self); in exynos_i2c_attach()
187 struct exynos_i2c_softc * const sc = priv; in exynos_i2c_intr()
203 exynos_i2c_wait(struct exynos_i2c_softc *sc, int flags) in exynos_i2c_wait()
238 exynos_i2c_send_start_locked(struct exynos_i2c_softc *sc, int flags) in exynos_i2c_send_start_locked()
245 exynos_i2c_send_stop_locked(struct exynos_i2c_softc *sc, int flags) in exynos_i2c_send_stop_locked()
252 exynos_i2c_write_byte_locked(struct exynos_i2c_softc *sc, uint8_t byte, in exynos_i2c_write_byte_locked()
266 struct exynos_i2c_softc *sc = cookie; in exynos_i2c_send_start()
[all …]