HomeSort by: relevance | last modified time | path
    Searched refs:sbdsp_softc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/isa/
sbvar.h 32 struct sbdsp_softc;
33 int sbmatch(struct sbdsp_softc *, int, cfdata_t);
34 void sbattach(struct sbdsp_softc *);
sbdspvar.h 94 struct sbdsp_softc { struct
205 int sbdsp_probe(struct sbdsp_softc *, cfdata_t);
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...]
mpu_sb.c 63 struct sbdsp_softc *ssc = device_private(parent);
77 struct sbdsp_softc *ssc = device_private(parent);
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;
99 sbfind(device_t parent, struct sbdsp_softc *sc, int probing,
161 struct sbdsp_softc *sc = device_private(self);
opl_sb.c 66 struct sbdsp_softc *ssc = device_private(parent);
76 struct sbdsp_softc *ssc = device_private(parent);
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...]
sb.c 110 sbmatch(struct sbdsp_softc *sc, int probing, cfdata_t match)
246 sbattach(struct sbdsp_softc *sc)
288 struct sbdsp_softc *sc;
pas.c 110 struct sbdsp_softc sc_sbdsp; /* base device, &c. */
  /src/sys/arch/i386/pnpbios/
sb_pnpbios.c 58 CFATTACH_DECL_NEW(sb_pnpbios, sizeof(struct sbdsp_softc),
76 struct sbdsp_softc *sc = device_private(self);
  /src/sys/dev/isapnp/
sb_isapnp.c 68 CFATTACH_DECL_NEW(sb_isapnp, sizeof(struct sbdsp_softc),
96 struct sbdsp_softc *sc;
  /src/sys/dev/ofisa/
sb_ofisa.c 58 CFATTACH_DECL_NEW(sb_ofisa, sizeof(struct sbdsp_softc),
84 struct sbdsp_softc *sc = device_private(self);

Completed in 404 milliseconds