Searched refs:to_ac97_driver (Results 1 – 2 of 2) sorted by relevance
476 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()
76 static inline struct ac97_codec_driver *to_ac97_driver(struct device_driver *d) in to_ac97_driver() function