Home
last modified time | relevance | path

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

/linux-6.15/sound/
H A Dac97_bus.c78 const struct bus_type ac97_bus_type = { variable
84 return bus_register(&ac97_bus_type); in ac97_bus_init()
91 bus_unregister(&ac97_bus_type); in ac97_bus_exit()
96 EXPORT_SYMBOL(ac97_bus_type);
/linux-6.15/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()
529 const struct bus_type ac97_bus_type = { variable
540 return bus_register(&ac97_bus_type); in ac97_bus_init()
546 bus_unregister(&ac97_bus_type); in ac97_bus_exit()
/linux-6.15/include/sound/
H A Dac97_codec.h413 extern const struct bus_type ac97_bus_type;
/linux-6.15/sound/soc/
H A Dsoc-ac97.c184 ac97->dev.bus = &ac97_bus_type; in snd_soc_alloc_ac97_component()
/linux-6.15/drivers/input/touchscreen/
H A Dwm97xx-core.c865 .bus = &ac97_bus_type,
/linux-6.15/sound/pci/ac97/
H A Dac97_codec.c2002 ac97->dev.bus = &ac97_bus_type; in snd_ac97_dev_register()