Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/isa/
HDsb8.c99 static int sb_reset_dsp(struct sb_info *sb);
248 sb_reset_dsp(struct sb_info *sb) in sb_reset_dsp() function
576 sb_reset_dsp(sb); in sb_stop()
585 sb_reset_dsp(sb); in sb_stop()
730 if (sb_reset_dsp(sb)) in sb_attach()
HDsb16.c110 static int sb_reset_dsp(struct sb_info *sb);
271 sb_reset_dsp(struct sb_info *sb) in sb_reset_dsp() function
581 sb_reset_dsp(sb); in sb_setup()
828 if (sb_reset_dsp(sb)) { in sb16_attach()
HDsbc.c225 sb_reset_dsp(struct resource *io) in sb_reset_dsp() function
311 if (sb_reset_dsp(io)) goto bad2; in sbc_probe()
365 if (sb_reset_dsp(scp->io[0])) goto bad; in sbc_attach()