snd_hda_bus_type   33 include/sound/hdaudio.h extern struct bus_type snd_hda_bus_type;
snd_hda_bus_type  170 sound/hda/ext/hdac_ext_bus.c 	drv->driver.bus = &snd_hda_bus_type;
snd_hda_bus_type   79 sound/hda/hda_bus_type.c struct bus_type snd_hda_bus_type = {
snd_hda_bus_type   84 sound/hda/hda_bus_type.c EXPORT_SYMBOL_GPL(snd_hda_bus_type);
snd_hda_bus_type   88 sound/hda/hda_bus_type.c 	return bus_register(&snd_hda_bus_type);
snd_hda_bus_type   93 sound/hda/hda_bus_type.c 	bus_unregister(&snd_hda_bus_type);
snd_hda_bus_type   50 sound/hda/hdac_device.c 	dev->bus = &snd_hda_bus_type;
snd_hda_bus_type  175 sound/pci/hda/hda_bind.c 	drv->core.driver.bus = &snd_hda_bus_type;