ac97_ops 264 include/linux/ac97_codec.h struct ac97_ops *codec_ops; ac97_ops 105 sound/oss/ac97_codec.c static struct ac97_ops null_ops = { NULL, NULL, NULL }; ac97_ops 106 sound/oss/ac97_codec.c static struct ac97_ops default_ops = { NULL, eapd_control, NULL }; ac97_ops 107 sound/oss/ac97_codec.c static struct ac97_ops default_digital_ops = { NULL, eapd_control, generic_digital_control}; ac97_ops 108 sound/oss/ac97_codec.c static struct ac97_ops wolfson_ops03 = { wolfson_init03, NULL, NULL }; ac97_ops 109 sound/oss/ac97_codec.c static struct ac97_ops wolfson_ops04 = { wolfson_init04, NULL, NULL }; ac97_ops 110 sound/oss/ac97_codec.c static struct ac97_ops wolfson_ops05 = { wolfson_init05, NULL, NULL }; ac97_ops 111 sound/oss/ac97_codec.c static struct ac97_ops wolfson_ops11 = { wolfson_init11, NULL, NULL }; ac97_ops 112 sound/oss/ac97_codec.c static struct ac97_ops wolfson_ops13 = { wolfson_init13, NULL, NULL }; ac97_ops 113 sound/oss/ac97_codec.c static struct ac97_ops tritech_ops = { tritech_init, NULL, NULL }; ac97_ops 114 sound/oss/ac97_codec.c static struct ac97_ops tritech_m_ops = { tritech_maestro_init, NULL, NULL }; ac97_ops 115 sound/oss/ac97_codec.c static struct ac97_ops sigmatel_9708_ops = { sigmatel_9708_init, NULL, NULL }; ac97_ops 116 sound/oss/ac97_codec.c static struct ac97_ops sigmatel_9721_ops = { sigmatel_9721_init, NULL, NULL }; ac97_ops 117 sound/oss/ac97_codec.c static struct ac97_ops sigmatel_9744_ops = { sigmatel_9744_init, NULL, NULL }; ac97_ops 118 sound/oss/ac97_codec.c static struct ac97_ops crystal_digital_ops = { NULL, eapd_control, crystal_digital_control }; ac97_ops 119 sound/oss/ac97_codec.c static struct ac97_ops ad1886_ops = { ad1886_init, eapd_control, NULL }; ac97_ops 120 sound/oss/ac97_codec.c static struct ac97_ops cmedia_ops = { NULL, eapd_control, NULL}; ac97_ops 121 sound/oss/ac97_codec.c static struct ac97_ops cmedia_digital_ops = { cmedia_init, eapd_control, cmedia_digital_control}; ac97_ops 127 sound/oss/ac97_codec.c struct ac97_ops *ops;