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

  /src/sys/arch/arm/xscale/
pxa2x0_i2c.h 25 struct pxa2x0_i2c_softc { struct
49 int pxa2x0_i2c_attach_sub(struct pxa2x0_i2c_softc *);
50 int pxa2x0_i2c_detach_sub(struct pxa2x0_i2c_softc *);
51 void pxa2x0_i2c_init(struct pxa2x0_i2c_softc *);
52 void pxa2x0_i2c_open(struct pxa2x0_i2c_softc *);
53 void pxa2x0_i2c_close(struct pxa2x0_i2c_softc *);
54 int pxa2x0_i2c_read(struct pxa2x0_i2c_softc *, u_char, u_char *);
55 int pxa2x0_i2c_write(struct pxa2x0_i2c_softc *, u_char, u_char);
56 int pxa2x0_i2c_write_2(struct pxa2x0_i2c_softc *, u_char, u_short);
57 int pxa2x0_i2c_quick(struct pxa2x0_i2c_softc *, u_char, u_char)
    [all...]
pxa2x0_i2c.h 25 struct pxa2x0_i2c_softc { struct
49 int pxa2x0_i2c_attach_sub(struct pxa2x0_i2c_softc *);
50 int pxa2x0_i2c_detach_sub(struct pxa2x0_i2c_softc *);
51 void pxa2x0_i2c_init(struct pxa2x0_i2c_softc *);
52 void pxa2x0_i2c_open(struct pxa2x0_i2c_softc *);
53 void pxa2x0_i2c_close(struct pxa2x0_i2c_softc *);
54 int pxa2x0_i2c_read(struct pxa2x0_i2c_softc *, u_char, u_char *);
55 int pxa2x0_i2c_write(struct pxa2x0_i2c_softc *, u_char, u_char);
56 int pxa2x0_i2c_write_2(struct pxa2x0_i2c_softc *, u_char, u_short);
57 int pxa2x0_i2c_quick(struct pxa2x0_i2c_softc *, u_char, u_char)
    [all...]

Completed in 24 milliseconds