Home
last modified time | relevance | path

Searched refs:ac97_bus_type (Results 1 – 3 of 3) sorted by relevance

/sound/
Dac97_bus.c52 struct bus_type ac97_bus_type = { variable
63 return bus_register(&ac97_bus_type); in ac97_bus_init()
70 bus_unregister(&ac97_bus_type); in ac97_bus_exit()
75 EXPORT_SYMBOL(ac97_bus_type);
/sound/pci/ac97/
Dac97_codec.c1965 ac97->dev.bus = &ac97_bus_type; in snd_ac97_dev_register()
/sound/soc/
Dsoc-core.c519 codec->ac97->dev.bus = &ac97_bus_type; in soc_ac97_dev_register()