Searched refs:sndcard_func (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/sys/dev/sound/pci/ |
| HD | csa.c | 222 struct sndcard_func *func; in csa_attach() 276 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in csa_attach() 283 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in csa_attach() 413 struct sndcard_func *func; in csa_setup_intr() 457 struct sndcard_func *func; in csa_teardown_intr()
|
| HD | csamidi.c | 185 struct sndcard_func *func; in midicsa_probe()
|
| HD | emu10kx-midi.c | 160 struct sndcard_func *func; in emu_midi_attach()
|
| HD | emu10kx.c | 2937 struct sndcard_func *func = device_get_ivars(dev); in emu_read_ivar() 3007 struct sndcard_func *func; in emu_pci_attach() 3214 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3226 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3237 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3247 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3259 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3272 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3290 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() 3308 func = malloc(sizeof(struct sndcard_func), M_DEVBUF, M_WAITOK | M_ZERO); in emu_pci_attach() [all …]
|
| HD | csapcm.c | 758 struct sndcard_func *func; in pcmcsa_probe() 779 struct sndcard_func *func; in pcmcsa_attach()
|
| /freebsd-head/sys/dev/sound/usb/ |
| HD | uaudio_pcm.c | 193 struct sndcard_func *func; in ua_probe()
|
| HD | uaudio.c | 371 struct sndcard_func sc_sndcard_func;
|
| /freebsd-head/sys/dev/sound/pcm/ |
| HD | sound.h | 204 struct sndcard_func { struct
|