exynos_i2c_softc
struct exynos_i2c_softc * const sc = device_private(self);
struct exynos_i2c_softc * const sc = priv;
exynos_i2c_wait(struct exynos_i2c_softc *sc, int flags)
exynos_i2c_send_start_locked(struct exynos_i2c_softc *sc, int flags)
exynos_i2c_send_stop_locked(struct exynos_i2c_softc *sc, int flags)
exynos_i2c_write_byte_locked(struct exynos_i2c_softc *sc, uint8_t byte,
struct exynos_i2c_softc *sc = cookie;
struct exynos_i2c_softc *sc = cookie;
struct exynos_i2c_softc *sc = cookie;
struct exynos_i2c_softc *sc = cookie;
struct exynos_i2c_softc *sc = cookie;
static int exynos_i2c_wait(struct exynos_i2c_softc *, int);
CFATTACH_DECL_NEW(exynos_i2c, sizeof(struct exynos_i2c_softc),