Searched refs:to_ac97_driver (Results 1 – 2 of 2) sorted by relevance
476 const 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 #define to_ac97_driver(__drv) container_of_const(__drv, struct ac97_codec_driver, driver) macro