Home
last modified time | relevance | path

Searched refs:to_ac97_driver (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/sound/ac97/
Dbus.c475 const struct ac97_codec_driver *adrv = to_ac97_driver(drv); in ac97_bus_match()
493 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_probe()
519 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_remove()
/linux-6.12.1/include/sound/ac97/
Dcodec.h76 #define to_ac97_driver(__drv) container_of_const(__drv, struct ac97_codec_driver, driver) macro