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

  /src/sys/arch/arm/s3c2xx0/
s3c2440_i2s.c 50 struct s3c2440_i2s_softc { struct
71 static int s3c2440_i2s_init(struct s3c2440_i2s_softc*);
73 CFATTACH_DECL_NEW(ssiis, sizeof(struct s3c2440_i2s_softc), s3c2440_i2s_match,
86 struct s3c2440_i2s_softc *sc = device_private(self);
122 struct s3c2440_i2s_softc *sc = handle;
128 s3c2440_i2s_init(struct s3c2440_i2s_softc *i2s_sc)
179 struct s3c2440_i2s_softc *sc = handle;
186 struct s3c2440_i2s_softc *sc = handle;
213 struct s3c2440_i2s_softc *sc = handle;
220 struct s3c2440_i2s_softc *sc = handle
    [all...]

Completed in 11 milliseconds