Searched refs:sbdsp_softc (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/dev/isa/ |
| D | sbdspvar.h | 94 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 …]
|
| D | sbdsp.c | 228 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 …]
|
| D | sb_isa.c | 62 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()
|
| D | sbvar.h | 32 struct sbdsp_softc; 33 int sbmatch(struct sbdsp_softc *, int, cfdata_t); 34 void sbattach(struct sbdsp_softc *);
|
| D | opl_sb.c | 66 struct sbdsp_softc *ssc = device_private(parent); in opl_sb_match() 76 struct sbdsp_softc *ssc = device_private(parent); in opl_sb_attach()
|
| D | mpu_sb.c | 63 struct sbdsp_softc *ssc = device_private(parent); in mpu_sb_match() 77 struct sbdsp_softc *ssc = device_private(parent); in mpu_sb_attach()
|
| D | sb.c | 110 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()
|
| D | pas.c | 110 struct sbdsp_softc sc_sbdsp; /* base device, &c. */
|
| /netbsd/src/sys/arch/i386/pnpbios/ |
| D | sb_pnpbios.c | 58 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/ |
| D | sb_isapnp.c | 68 CFATTACH_DECL_NEW(sb_isapnp, sizeof(struct sbdsp_softc), 96 struct sbdsp_softc *sc; in sb_isapnp_attach()
|
| /netbsd/src/sys/dev/ofisa/ |
| D | sb_ofisa.c | 58 CFATTACH_DECL_NEW(sb_ofisa, sizeof(struct sbdsp_softc), 84 struct sbdsp_softc *sc = device_private(self); in sb_ofisa_attach()
|