Searched refs:ac97_driver (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | ac97_plugin_ad1980.c | 48 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 = {
|
D | ac97_plugin_wm97xx.c | 282 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()
|
D | ac97_codec.c | 817 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/ |
D | ac97_codec.h | 244 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);
|