Home
last modified time | relevance | path

Searched refs:ac97_driver (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dac97_plugin_ad1980.c48 static void ad1980_remove(struct ac97_codec *codec, struct ac97_driver *driver) in ad1980_remove()
69 static int ad1980_probe(struct ac97_codec *codec, struct ac97_driver *driver) in ad1980_probe()
87 static struct ac97_driver ad1980_driver = {
Dac97_plugin_wm97xx.c282 static int wm97xx_probe(struct ac97_codec *codec, struct ac97_driver *driver);
283 static void wm97xx_remove(struct ac97_codec *codec, struct ac97_driver *driver);
292 static struct ac97_driver wm9705_driver = {
300 static struct ac97_driver wm9712_driver = {
1183 static int wm97xx_probe(struct ac97_codec *codec, struct ac97_driver *driver) in wm97xx_probe()
1237 static void wm97xx_remove(struct ac97_codec *codec, struct ac97_driver *driver) in wm97xx_remove()
Dac97_codec.c817 struct ac97_driver *d; in ac97_probe_codec()
892 d = list_entry(l, struct ac97_driver, list); in ac97_probe_codec()
1432 int ac97_register_driver(struct ac97_driver *driver) in ac97_register_driver()
1465 void ac97_unregister_driver(struct ac97_driver *driver) in ac97_unregister_driver()
/linux-2.4.37.9/include/linux/
Dac97_codec.h244 struct ac97_driver *driver;
307 struct ac97_driver { struct
312 int (*probe) (struct ac97_codec *codec, struct ac97_driver *driver); argument
313 void (*remove) (struct ac97_codec *codec, struct ac97_driver *driver); argument
316 extern int ac97_register_driver(struct ac97_driver *driver);
317 extern void ac97_unregister_driver(struct ac97_driver *driver);