Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dsbdspvar.h94 struct sbdsp_softc { struct
205 int sbdsp_probe(struct sbdsp_softc *, cfdata_t); argument
206 void sbdsp_attach(struct sbdsp_softc *);
236 int sbdsp_reset(struct sbdsp_softc *);
237 void sbdsp_spkron(struct sbdsp_softc *);
238 void sbdsp_spkroff(struct sbdsp_softc *);
240 int sbdsp_wdsp(struct sbdsp_softc *, int);
241 int sbdsp_rdsp(struct sbdsp_softc *);
245 int sbdsp_set_sr(struct sbdsp_softc *, u_long *, int);
247 void sbdsp_mix_write(struct sbdsp_softc *, int, int);
[all …]
Dsbdsp.c228 void sbversion(struct sbdsp_softc *);
229 void sbdsp_jazz16_probe(struct sbdsp_softc *);
231 int sbdsp_set_format16(struct sbdsp_softc *, int,
234 int sbdsp_set_format8(struct sbdsp_softc *, int,
237 void sbdsp_init_format(struct sbdsp_softc *);
238 void sbdsp_set_mixer_gain(struct sbdsp_softc *, int);
239 void sbdsp_pause(struct sbdsp_softc *);
240 int sbdsp_set_timeconst(struct sbdsp_softc *, int);
241 int sbdsp16_set_rate(struct sbdsp_softc *, int, int);
242 int sbdsp_set_in_ports(struct sbdsp_softc *, int);
[all …]
Dsb_isa.c62 static int sbfind(device_t, struct sbdsp_softc *, int,
68 CFATTACH_DECL_NEW(sb_isa, sizeof(struct sbdsp_softc),
82 struct sbdsp_softc probesc, *sc = &probesc; in sb_isa_match()
99 sbfind(device_t parent, struct sbdsp_softc *sc, int probing, in sbfind()
161 struct sbdsp_softc *sc = device_private(self); in sb_isa_attach()
Dsbvar.h32 struct sbdsp_softc;
33 int sbmatch(struct sbdsp_softc *, int, cfdata_t);
34 void sbattach(struct sbdsp_softc *);
Dopl_sb.c66 struct sbdsp_softc *ssc = device_private(parent); in opl_sb_match()
76 struct sbdsp_softc *ssc = device_private(parent); in opl_sb_attach()
Dmpu_sb.c63 struct sbdsp_softc *ssc = device_private(parent); in mpu_sb_match()
77 struct sbdsp_softc *ssc = device_private(parent); in mpu_sb_attach()
Dsb.c110 sbmatch(struct sbdsp_softc *sc, int probing, cfdata_t match) in sbmatch()
246 sbattach(struct sbdsp_softc *sc) in sbattach()
288 struct sbdsp_softc *sc; in sb_getdev()
Dpas.c110 struct sbdsp_softc sc_sbdsp; /* base device, &c. */
/netbsd/src/sys/arch/i386/pnpbios/
Dsb_pnpbios.c58 CFATTACH_DECL_NEW(sb_pnpbios, sizeof(struct sbdsp_softc),
76 struct sbdsp_softc *sc = device_private(self); in sb_pnpbios_attach()
/netbsd/src/sys/dev/isapnp/
Dsb_isapnp.c68 CFATTACH_DECL_NEW(sb_isapnp, sizeof(struct sbdsp_softc),
96 struct sbdsp_softc *sc; in sb_isapnp_attach()
/netbsd/src/sys/dev/ofisa/
Dsb_ofisa.c58 CFATTACH_DECL_NEW(sb_ofisa, sizeof(struct sbdsp_softc),
84 struct sbdsp_softc *sc = device_private(self); in sb_ofisa_attach()