ac97_softc        285 dev/ic/ac97.c  struct ac97_softc {
ac97_softc        302 dev/ic/ac97.c  void	ac97_ad1886_init(struct ac97_softc *);
ac97_softc        303 dev/ic/ac97.c  void	ac97_ad198x_init(struct ac97_softc *);
ac97_softc        304 dev/ic/ac97.c  void	ac97_alc655_init(struct ac97_softc *);
ac97_softc        305 dev/ic/ac97.c  void	ac97_cx20468_init(struct ac97_softc *);
ac97_softc        321 dev/ic/ac97.c  	void (*init)(struct ac97_softc *);
ac97_softc        538 dev/ic/ac97.c  void	ac97_setup_source_info(struct ac97_softc *);
ac97_softc        539 dev/ic/ac97.c  void	ac97_setup_defaults(struct ac97_softc *);
ac97_softc        540 dev/ic/ac97.c  int	ac97_read(struct ac97_softc *, u_int8_t, u_int16_t *);
ac97_softc        541 dev/ic/ac97.c  int	ac97_write(struct ac97_softc *, u_int8_t, u_int16_t);
ac97_softc        558 dev/ic/ac97.c  ac97_read(struct ac97_softc *as, u_int8_t reg, u_int16_t *val)
ac97_softc        576 dev/ic/ac97.c  ac97_write(struct ac97_softc *as, u_int8_t reg, u_int16_t val)
ac97_softc        583 dev/ic/ac97.c  ac97_setup_defaults(struct ac97_softc *as)
ac97_softc        599 dev/ic/ac97.c  	struct ac97_softc *as = (struct ac97_softc *)self;
ac97_softc        616 dev/ic/ac97.c  ac97_setup_source_info(struct ac97_softc *as)
ac97_softc        708 dev/ic/ac97.c  	struct ac97_softc *as;
ac97_softc        713 dev/ic/ac97.c  	void (*initfunc)(struct ac97_softc *);
ac97_softc        717 dev/ic/ac97.c  	if (!(as = malloc(sizeof(struct ac97_softc), M_DEVBUF, M_NOWAIT)))
ac97_softc        834 dev/ic/ac97.c  	struct ac97_softc *as = (struct ac97_softc *)codec_if;
ac97_softc        870 dev/ic/ac97.c  	struct ac97_softc *as = (struct ac97_softc *)codec_if;
ac97_softc        956 dev/ic/ac97.c  	struct ac97_softc *as = (struct ac97_softc *)codec_if;
ac97_softc        973 dev/ic/ac97.c  	struct ac97_softc *as = (struct ac97_softc *)codec_if;
ac97_softc       1047 dev/ic/ac97.c  	struct ac97_softc *as = (struct ac97_softc *)codec_if;
ac97_softc       1101 dev/ic/ac97.c  ac97_ad1886_init(struct ac97_softc *as)
ac97_softc       1107 dev/ic/ac97.c  ac97_ad198x_init(struct ac97_softc *as)
ac97_softc       1130 dev/ic/ac97.c  ac97_alc655_init(struct ac97_softc *as)
ac97_softc       1147 dev/ic/ac97.c  ac97_cx20468_init(struct ac97_softc *as)