HomeSort by: relevance | last modified time | path
    Searched defs:exynos_i2c_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_i2c.c 56 struct exynos_i2c_softc { struct
80 static int exynos_i2c_wait(struct exynos_i2c_softc *, int);
86 CFATTACH_DECL_NEW(exynos_i2c, sizeof(struct exynos_i2c_softc),
131 struct exynos_i2c_softc * const sc = device_private(self);
185 struct exynos_i2c_softc * const sc = priv;
201 exynos_i2c_wait(struct exynos_i2c_softc *sc, int flags)
236 exynos_i2c_send_start_locked(struct exynos_i2c_softc *sc, int flags)
243 exynos_i2c_send_stop_locked(struct exynos_i2c_softc *sc, int flags)
250 exynos_i2c_write_byte_locked(struct exynos_i2c_softc *sc, uint8_t byte,
264 struct exynos_i2c_softc *sc = cookie
    [all...]
exynos_i2c.c 56 struct exynos_i2c_softc { struct
80 static int exynos_i2c_wait(struct exynos_i2c_softc *, int);
86 CFATTACH_DECL_NEW(exynos_i2c, sizeof(struct exynos_i2c_softc),
131 struct exynos_i2c_softc * const sc = device_private(self);
185 struct exynos_i2c_softc * const sc = priv;
201 exynos_i2c_wait(struct exynos_i2c_softc *sc, int flags)
236 exynos_i2c_send_start_locked(struct exynos_i2c_softc *sc, int flags)
243 exynos_i2c_send_stop_locked(struct exynos_i2c_softc *sc, int flags)
250 exynos_i2c_write_byte_locked(struct exynos_i2c_softc *sc, uint8_t byte,
264 struct exynos_i2c_softc *sc = cookie
    [all...]
exynos_i2c.c 56 struct exynos_i2c_softc { struct
80 static int exynos_i2c_wait(struct exynos_i2c_softc *, int);
86 CFATTACH_DECL_NEW(exynos_i2c, sizeof(struct exynos_i2c_softc),
131 struct exynos_i2c_softc * const sc = device_private(self);
185 struct exynos_i2c_softc * const sc = priv;
201 exynos_i2c_wait(struct exynos_i2c_softc *sc, int flags)
236 exynos_i2c_send_start_locked(struct exynos_i2c_softc *sc, int flags)
243 exynos_i2c_send_stop_locked(struct exynos_i2c_softc *sc, int flags)
250 exynos_i2c_write_byte_locked(struct exynos_i2c_softc *sc, uint8_t byte,
264 struct exynos_i2c_softc *sc = cookie
    [all...]

Completed in 34 milliseconds