Home
last modified time | relevance | path

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

/linux/sound/
H A Dac97_bus.c81 const struct bus_type ac97_bus_type = {
87 return bus_register(&ac97_bus_type);
94 bus_unregister(&ac97_bus_type);
99 EXPORT_SYMBOL(ac97_bus_type);
78 const struct bus_type ac97_bus_type = { global() variable
/linux/sound/ac97/
H A Dbus.c113 codec->dev.bus = &ac97_bus_type; in ac97_codec_add()
192 drv->driver.bus = &ac97_bus_type; in snd_ac97_codec_driver_register()
525 const struct bus_type ac97_bus_type = { variable
536 return bus_register(&ac97_bus_type); in ac97_bus_init()
542 bus_unregister(&ac97_bus_type); in ac97_bus_exit()
/linux/include/sound/
H A Dac97_codec.h413 extern const struct bus_type ac97_bus_type;
/linux/sound/soc/
H A Dsoc-ac97.c191 ac97->dev.bus = &ac97_bus_type; in snd_soc_alloc_ac97_component()