| /freebsd/sys/dev/sound/pcm/ |
| H A D | sound.h | 160 int pcm_register(device_t dev, char *str);
|
| H A D | sound.c | 373 pcm_register(device_t dev, char *str) in pcm_register() function
|
| /freebsd/sys/dev/sound/macio/ |
| H A D | aoa.c | 385 return (pcm_register(self, status)); in aoa_attach()
|
| /freebsd/sys/dev/sound/ |
| H A D | dummy.c | 387 if (pcm_register(dev, status)) in dummy_attach()
|
| /freebsd/sys/dev/sound/fdt/ |
| H A D | audio_soc.c | 407 if (pcm_register(sc->dev, "at simplebus")) { in audio_soc_init()
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | via82c686.c | 591 if (pcm_register(dev, status)) in via_attach()
|
| H A D | fm801.c | 648 if (pcm_register(dev, status)) in fm801_pci_attach()
|
| H A D | neomagic.c | 713 if (pcm_register(dev, status)) in nm_pci_attach()
|
| H A D | csapcm.c | 838 if (pcm_register(dev, status)) { in pcmcsa_attach()
|
| H A D | als4000.c | 848 if (pcm_register(dev, status)) { in als_pci_attach()
|
| H A D | cs4281.c | 851 if (pcm_register(dev, status)) in cs4281_pci_attach()
|
| H A D | hdspe-pcm.c | 1083 err = pcm_register(dev, status); in hdspe_pcm_attach()
|
| H A D | solo.c | 1031 if (pcm_register(dev, status)) in ess_attach()
|
| H A D | vibes.c | 876 if (pcm_register(dev, status)) { in sv_attach()
|
| H A D | hdsp-pcm.c | 1092 err = pcm_register(dev, status); in hdsp_pcm_attach()
|
| H A D | cmi.c | 996 if (pcm_register(dev, status)) in cmi_attach()
|
| H A D | t4dwave.c | 929 if (pcm_register(dev, status)) in tr_pci_attach()
|
| H A D | atiixp.c | 1101 if (pcm_register(sc->dev, status)) in atiixp_chip_post_init()
|
| H A D | ich.c | 698 pcm_register(sc->dev, status); in ich_setstatus()
|
| H A D | via8233.c | 1366 if (pcm_register(dev, status)) in via_attach()
|
| H A D | emu10kx-pcm.c | 1479 if (pcm_register(dev, status)) in emu_pcm_attach()
|
| /freebsd/sys/arm/freescale/vybrid/ |
| H A D | vf_sai.c | 768 err = pcm_register(dev, status); in sai_attach()
|
| /freebsd/sys/arm/freescale/imx/ |
| H A D | imx6_ssi.c | 816 err = pcm_register(dev, status); in ssi_attach()
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_audio.c | 1040 if (pcm_register(sc->dev, status)) { in bcm2835_audio_delayed_init()
|
| /freebsd/sys/arm/allwinner/ |
| H A D | a10_codec.c | 1174 if (pcm_register(dev, status)) { in a10codec_attach()
|