Searched refs:ac97_ops (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | ac97_codec.c | 107 static struct ac97_ops null_ops = { NULL, NULL, NULL }; 108 static struct ac97_ops default_ops = { NULL, eapd_control, NULL }; 109 static struct ac97_ops default_digital_ops = { NULL, eapd_control, generic_digital_control}; 110 static struct ac97_ops wolfson_ops03 = { wolfson_init03, NULL, NULL }; 111 static struct ac97_ops wolfson_ops04 = { wolfson_init04, NULL, NULL }; 112 static struct ac97_ops wolfson_ops05 = { wolfson_init05, NULL, NULL }; 113 static struct ac97_ops wolfson_ops11 = { wolfson_init11, NULL, NULL }; 114 static struct ac97_ops wolfson_ops13 = { wolfson_init13, NULL, NULL }; 115 static struct ac97_ops tritech_ops = { tritech_init, NULL, NULL }; 116 static struct ac97_ops tritech_m_ops = { tritech_maestro_init, NULL, NULL }; [all …]
|
/linux-2.4.37.9/include/linux/ |
D | ac97_codec.h | 231 struct ac97_ops *codec_ops; 278 struct ac97_ops struct
|