Lines Matching defs:repulse_softc
172 struct repulse_softc { struct
173 device_t sc_dev;
174 struct isr sc_isr;
175 struct ac97_host_if sc_achost;
176 struct ac97_codec_if *sc_codec_if;
178 struct repulse_hw *sc_boardp;
180 void (*sc_captmore)(void *);
181 void *sc_captarg;
183 void *sc_captbuf;
184 int sc_captscale;
185 int sc_captbufsz;
186 unsigned sc_captflags;
212 CFATTACH_DECL_NEW(repulse, sizeof(struct repulse_softc), argument