OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxa2x0_i2c_softc
(Results
1 - 5
of
5
) 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.c
44
pxa2x0_i2c_attach_sub(struct
pxa2x0_i2c_softc
*sc)
73
pxa2x0_i2c_detach_sub(struct
pxa2x0_i2c_softc
*sc)
85
pxa2x0_i2c_init(struct
pxa2x0_i2c_softc
*sc)
93
pxa2x0_i2c_open(struct
pxa2x0_i2c_softc
*sc)
101
pxa2x0_i2c_close(struct
pxa2x0_i2c_softc
*sc)
112
pxa2x0_i2c_read(struct
pxa2x0_i2c_softc
*sc, u_char slave, u_char *valuep)
183
pxa2x0_i2c_write(struct
pxa2x0_i2c_softc
*sc, u_char slave, u_char value)
258
pxa2x0_i2c_quick(struct
pxa2x0_i2c_softc
*sc, u_char slave, u_char rw)
309
pxa2x0_i2c_write_2(struct
pxa2x0_i2c_softc
*sc, u_char slave, u_short value)
417
pxa2x0_i2c_reset(struct
pxa2x0_i2c_softc
*sc
[
all
...]
/src/sys/arch/zaurus/dev/
ziic.c
54
struct
pxa2x0_i2c_softc
sc_pxa_i2c;
91
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
136
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
147
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
156
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
165
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
174
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
183
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
192
struct
pxa2x0_i2c_softc
*psc = &sc->sc_pxa_i2c;
/src/sys/arch/hpcarm/dev/
nbpiic.c
49
struct
pxa2x0_i2c_softc
sc_pxa_i2c;
141
struct
pxa2x0_i2c_softc
*pi2c = &sc->sc_pxa_i2c;
/src/sys/arch/evbarm/gumstix/
gxiic.c
44
struct
pxa2x0_i2c_softc
sc_pxa_i2c;
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025