Home
last modified time | relevance | path

Searched refs:snapper_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/macppc/dev/
H A Dsnapper.c55 #define snapper_softc i2s_softc macro
61 void snapper_init(struct snapper_softc *);
65 void snapper_set_volume(struct snapper_softc *, int, int);
66 void snapper_set_bass(struct snapper_softc *, int);
67 void snapper_set_treble(struct snapper_softc *, int);
68 void snapper_set_input(struct snapper_softc *, int);
70 int tas3004_write(struct snapper_softc *, u_int, const void *);
71 int tas3004_init(struct snapper_softc *);
74 sizeof(struct snapper_softc), snapper_match, snapper_attach
452 struct snapper_softc *sc = (struct snapper_softc *)self; in snapper_attach()
[all …]