Home
last modified time | relevance | path

Searched refs:fm801 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/sound/pci/
H A Dfm801.c194 bus_space_write_1(fm801->st, fm801->sh, regno, data); in fm801_wr()
458 fm801->play_nextblk = fm801->play_start + fm801->play_blksize; in fm801ch_trigger()
476 fm801->rec_nextblk = fm801->rec_start + fm801->rec_blksize; in fm801ch_trigger()
602 fm801->st = rman_get_bustag(fm801->reg); in fm801_pci_attach()
603 fm801->sh = rman_get_bushandle(fm801->reg); in fm801_pci_attach()
625 if (!fm801->irq || snd_setup_intr(dev, fm801->irq, 0, fm801_intr, fm801, &fm801->ih)) { in fm801_pci_attach()
658 if (fm801->reg) bus_release_resource(dev, fm801->regtype, fm801->regid, fm801->reg); in fm801_pci_attach()
659 if (fm801->ih) bus_teardown_intr(dev, fm801->irq, fm801->ih); in fm801_pci_attach()
660 if (fm801->irq) bus_release_resource(dev, SYS_RES_IRQ, fm801->irqid, fm801->irq); in fm801_pci_attach()
690 bus_release_resource(dev, fm801->regtype, fm801->regid, fm801->reg); in fm801_pci_detach()
[all …]
/dragonfly/sys/dev/sound/driver/fm801/
H A DMakefile7 SRCS+= fm801.c
/dragonfly/sys/dev/sound/driver/
H A DMakefile4 SUBDIR += envy24ht es137x fm801 hda hdspe ich maestro neomagic
/dragonfly/share/man/man4/
H A DMakefile525 MLINKS+=snd_fm801.4 fm801.4
/dragonfly/sys/conf/
H A Dfiles2132 dev/sound/pci/fm801.c optional snd_fm801 pci