Home
last modified time | relevance | path

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

/linux-6.1.9/sound/ac97/
Dbus.c476 struct ac97_codec_driver *adrv = to_ac97_driver(drv); in ac97_bus_match()
494 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_probe()
520 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_remove()
/linux-6.1.9/include/sound/ac97/
Dcodec.h76 static inline struct ac97_codec_driver *to_ac97_driver(struct device_driver *d) in to_ac97_driver() function