Symbol: ac97_info
sys/dev/sound/pci/atiixp.c
120
struct ac97_info *codec;
sys/dev/sound/pci/aureal.c
561
struct ac97_info *codec;
sys/dev/sound/pci/cs4281.c
762
struct ac97_info *codec = NULL;
sys/dev/sound/pci/emu10k1.c
2075
struct ac97_info *codec = NULL;
sys/dev/sound/pci/emu10kx-pcm.c
104
struct ac97_info *codec;
sys/dev/sound/pci/es137x.c
1710
struct ac97_info *codec = NULL;
sys/dev/sound/pci/fm801.c
576
struct ac97_info *codec = 0;
sys/dev/sound/pci/ich.c
189
struct ac97_info *codec;
sys/dev/sound/pci/maestro.c
167
struct ac97_info *codec;
sys/dev/sound/pci/maestro.c
1783
struct ac97_info *codec = NULL;
sys/dev/sound/pci/neomagic.c
667
struct ac97_info *codec = 0;
sys/dev/sound/pci/t4dwave.c
831
struct ac97_info *codec = 0;
sys/dev/sound/pci/via8233.c
113
struct ac97_info *codec;
sys/dev/sound/pci/via82c686.c
86
struct ac97_info *codec;
sys/dev/sound/pcm/ac97.c
1029
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1044
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1054
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1065
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
309
ac97_rdcd(struct ac97_info *codec, int reg)
sys/dev/sound/pcm/ac97.c
330
ac97_wrcd(struct ac97_info *codec, int reg, u_int16_t val)
sys/dev/sound/pcm/ac97.c
336
ac97_reset(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
350
ac97_setrate(struct ac97_info *codec, int which, int rate)
sys/dev/sound/pcm/ac97.c
381
ac97_setextmode(struct ac97_info *codec, u_int16_t mode)
sys/dev/sound/pcm/ac97.c
397
ac97_getextmode(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
403
ac97_getextcaps(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
409
ac97_getcaps(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
415
ac97_getsubvendor(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
421
ac97_setrecsrc(struct ac97_info *codec, int channel)
sys/dev/sound/pcm/ac97.c
437
ac97_setmixer(struct ac97_info *codec, unsigned channel, unsigned left, unsigned right)
sys/dev/sound/pcm/ac97.c
516
ac97_fix_auxout(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
551
ac97_fix_tone(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
598
ac97_initmixer(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
795
ac97_reinitmixer(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
825
struct ac97_info *
sys/dev/sound/pcm/ac97.c
828
struct ac97_info *codec;
sys/dev/sound/pcm/ac97.c
852
ac97_destroy(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
862
ac97_setflags(struct ac97_info *codec, u_int32_t val)
sys/dev/sound/pcm/ac97.c
868
ac97_getflags(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
878
struct ac97_info *codec;
sys/dev/sound/pcm/ac97.c
904
ac97_init_sysctl(struct ac97_info *codec)
sys/dev/sound/pcm/ac97.c
928
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.h
100
int ac97_setextmode(struct ac97_info *codec, u_int16_t mode);
sys/dev/sound/pcm/ac97.h
101
u_int16_t ac97_getextmode(struct ac97_info *codec);
sys/dev/sound/pcm/ac97.h
102
u_int16_t ac97_getextcaps(struct ac97_info *codec);
sys/dev/sound/pcm/ac97.h
103
u_int16_t ac97_getcaps(struct ac97_info *codec);
sys/dev/sound/pcm/ac97.h
104
u_int32_t ac97_getsubvendor(struct ac97_info *codec);
sys/dev/sound/pcm/ac97.h
106
u_int16_t ac97_rdcd(struct ac97_info *codec, int reg);
sys/dev/sound/pcm/ac97.h
107
void ac97_wrcd(struct ac97_info *codec, int reg, u_int16_t val);
sys/dev/sound/pcm/ac97.h
89
struct ac97_info;
sys/dev/sound/pcm/ac97.h
95
struct ac97_info *ac97_create(device_t dev, void *devinfo, kobj_class_t cls);
sys/dev/sound/pcm/ac97.h
96
void ac97_destroy(struct ac97_info *codec);
sys/dev/sound/pcm/ac97.h
97
void ac97_setflags(struct ac97_info *codec, u_int32_t val);
sys/dev/sound/pcm/ac97.h
98
u_int32_t ac97_getflags(struct ac97_info *codec);
sys/dev/sound/pcm/ac97.h
99
int ac97_setrate(struct ac97_info *codec, int which, int rate);
sys/dev/sound/pcm/ac97_patch.c
37
void ad1886_patch(struct ac97_info* codec)
sys/dev/sound/pcm/ac97_patch.c
49
void ad198x_patch(struct ac97_info* codec)
sys/dev/sound/pcm/ac97_patch.c
60
void ad1981b_patch(struct ac97_info* codec)
sys/dev/sound/pcm/ac97_patch.c
76
void cmi9739_patch(struct ac97_info* codec)
sys/dev/sound/pcm/ac97_patch.c
93
void alc655_patch(struct ac97_info* codec)
sys/dev/sound/pcm/ac97_patch.h
29
typedef void (*ac97_patch)(struct ac97_info*);
sys/dev/sound/pcm/ac97_patch.h
31
void ad1886_patch(struct ac97_info*);
sys/dev/sound/pcm/ac97_patch.h
32
void ad198x_patch(struct ac97_info*);
sys/dev/sound/pcm/ac97_patch.h
33
void ad1981b_patch(struct ac97_info*);
sys/dev/sound/pcm/ac97_patch.h
34
void cmi9739_patch(struct ac97_info*);
sys/dev/sound/pcm/ac97_patch.h
35
void alc655_patch(struct ac97_info*);