sys/dev/ic/acx.c
133
int acx_config(struct acx_softc *);
sys/dev/ic/acx.c
134
int acx_read_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx.c
135
int acx_write_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx.c
462
error = acx_config(sc);
sys/dev/ic/acx.c
626
struct acx_config conf;
sys/dev/ic/acx.c
658
acx_read_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx.c
734
acx_write_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx100.c
107
int acx100_read_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx100.c
108
int acx100_write_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx100.c
584
acx100_read_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx100.c
618
acx100_write_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acx111.c
123
int acx111_write_config(struct acx_softc *, struct acx_config *);
sys/dev/ic/acx111.c
404
acx111_write_config(struct acx_softc *sc, struct acx_config *conf)
sys/dev/ic/acxvar.h
423
(struct acx_softc *, struct acx_config *);
sys/dev/ic/acxvar.h
426
(struct acx_softc *, struct acx_config *);