Home
last modified time | relevance | path

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

/sound/
Dac97_bus.c88 struct bus_type ac97_bus_type = { variable
95 return bus_register(&ac97_bus_type); in ac97_bus_init()
102 bus_unregister(&ac97_bus_type); in ac97_bus_exit()
107 EXPORT_SYMBOL(ac97_bus_type);
/sound/ac97/
Dbus.c31 static struct bus_type ac97_bus_type; variable
114 codec->dev.bus = &ac97_bus_type; in ac97_codec_add()
193 drv->driver.bus = &ac97_bus_type; in snd_ac97_codec_driver_register()
537 static struct bus_type ac97_bus_type = { variable
548 return bus_register(&ac97_bus_type); in ac97_bus_init()
554 bus_unregister(&ac97_bus_type); in ac97_bus_exit()
/sound/soc/
Dsoc-ac97.c188 ac97->dev.bus = &ac97_bus_type; in snd_soc_alloc_ac97_component()
/sound/pci/ac97/
Dac97_codec.c1940 ac97->dev.bus = &ac97_bus_type; in snd_ac97_dev_register()