Searched refs:snd_hda_bus_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/hda/
H A Dhda_bus_type.c79 const struct bus_type snd_hda_bus_type = { variable in typeref:struct:bus_type
84 EXPORT_SYMBOL_GPL(snd_hda_bus_type); variable
88 return bus_register(&snd_hda_bus_type);
93 bus_unregister(&snd_hda_bus_type);
H A Dhdac_device.c51 dev->bus = &snd_hda_bus_type;
/linux-master/sound/hda/ext/
H A Dhdac_ext_bus.c119 drv->driver.bus = &snd_hda_bus_type;
/linux-master/sound/pci/hda/
H A Dhda_bind.c184 drv->core.driver.bus = &snd_hda_bus_type;
/linux-master/include/sound/
H A Dhdaudio.h36 extern const struct bus_type snd_hda_bus_type;

Completed in 239 milliseconds