Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/
H A Dchip.h44 struct sndcard_func { struct
/dragonfly/sys/bus/u4b/audio/
H A Duaudio_pcm.c193 struct sndcard_func *func; in ua_probe()
H A Duaudio.c321 struct sndcard_func sc_sndcard_func;
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c2966 struct sndcard_func *func = device_get_ivars(dev); in emu_read_ivar()
3045 struct sndcard_func *func; in emu_pci_attach()
3251 func = kmalloc(sizeof(struct sndcard_func), M_DEVBUF, in emu_pci_attach()
3273 func = kmalloc(sizeof(struct sndcard_func), M_DEVBUF, in emu_pci_attach()
3294 func = kmalloc(sizeof(struct sndcard_func), M_DEVBUF, in emu_pci_attach()
3314 func = kmalloc(sizeof(struct sndcard_func), M_DEVBUF, in emu_pci_attach()
3336 func = kmalloc(sizeof(struct sndcard_func), M_DEVBUF, in emu_pci_attach()
3359 func = kmalloc(sizeof(struct sndcard_func), M_DEVBUF, in emu_pci_attach()
3387 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach()
3413 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach()
[all …]
H A Demu10kx-midi.c160 struct sndcard_func *func; in emu_midi_attach()