Home
last modified time | relevance | path

Searched refs:ac97_codec_if (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/sys/dev/ic/
H A Dac97.h30 struct ac97_codec_if;
46 int (*attach)(void *arg, struct ac97_codec_if *codecif);
63 int (*get_portnum_by_name)(struct ac97_codec_if *addr, char *class,
65 u_int16_t (*get_caps)(struct ac97_codec_if *codec_if);
66 int (*set_rate)(struct ac97_codec_if *codec_if, int target,
68 void (*set_clock)(struct ac97_codec_if *codec_if,
70 void (*lock)(struct ac97_codec_if *codec_if);
71 void (*unlock)(struct ac97_codec_if *codec_if);
74 struct ac97_codec_if { struct
81 int ac97_resume(struct ac97_host_if *, struct ac97_codec_if *); argument
[all …]
H A Dac97.c308 struct ac97_codec_if codec_if;
322 int ac97_mixer_get_port(struct ac97_codec_if *, mixer_ctrl_t *);
323 int ac97_mixer_set_port(struct ac97_codec_if *, mixer_ctrl_t *);
324 void ac97_lock(struct ac97_codec_if *);
325 void ac97_unlock(struct ac97_codec_if *);
326 int ac97_query_devinfo(struct ac97_codec_if *, mixer_devinfo_t *);
327 int ac97_get_portnum_by_name(struct ac97_codec_if *, char *, char *,
331 u_int16_t ac97_get_extcaps(struct ac97_codec_if *codec_if);
983 ac97_lock(struct ac97_codec_if *codec_if) in ac97_lock()
990 ac97_unlock(struct ac97_codec_if *codec_if) in ac97_unlock()
[all …]
/openbsd/sys/dev/pci/
H A Dfmsvar.h52 struct ac97_codec_if *codec_if;
H A Dauviavar.h64 struct ac97_codec_if *codec_if;
H A Dauixpvar.h71 struct ac97_codec_if *codec_if;
H A Dautrivar.h50 struct ac97_codec_if *codec_if;
H A Desavar.h113 struct ac97_codec_if *codec_if;
H A Denvyvar.h95 struct ac97_codec_if *codec_if;
H A Dneo.c151 struct ac97_codec_if *codec_if;
191 int neo_attach_codec(void *sc, struct ac97_codec_if *);
673 neo_attach_codec(void *sc_, struct ac97_codec_if *codec_if) in neo_attach_codec()
H A Demuxkivar.h248 struct ac97_codec_if *codecif;
H A Dmaestro.c441 struct ac97_codec_if *codec_if;
483 int maestro_attach_codec(void *, struct ac97_codec_if *);
842 struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if; in maestro_set_port()
858 struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if; in maestro_get_port()
874 struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if; in maestro_query_devinfo()
1269 maestro_attach_codec(void *self, struct ac97_codec_if *cif) in maestro_attach_codec()
H A Dauacer.c98 struct ac97_codec_if *codec_if;
196 int auacer_attach_codec(void *, struct ac97_codec_if *);
343 auacer_attach_codec(void *v, struct ac97_codec_if *cif) in auacer_attach_codec()
H A Dauvia.c197 int auvia_attach_codec(void *, struct ac97_codec_if *);
346 auvia_attach_codec(void *addr, struct ac97_codec_if *cif) in auvia_attach_codec()
537 struct ac97_codec_if* codec = sc->codec_if; in auvia_set_params()
H A Dauglx.c193 struct ac97_codec_if *codec_if;
257 int auglx_attach_codec(void *, struct ac97_codec_if *);
403 auglx_attach_codec(void *v, struct ac97_codec_if *cif) in auglx_attach_codec()
H A Dydsreg.h339 struct ac97_codec_if *codec_if;
H A Dfms.c116 int fms_attach_codec(void *, struct ac97_codec_if *);
319 fms_attach_codec(void *addr, struct ac97_codec_if *cif) in fms_attach_codec()
H A Dcs4281.c118 struct ac97_codec_if *codec_if;
166 int cs4281_attach_codec(void *, struct ac97_codec_if *);
1186 cs4281_attach_codec(void *addr, struct ac97_codec_if *codec_if) in cs4281_attach_codec()
H A Dauich.c180 struct ac97_codec_if *codec_if;
334 int auich_attach_codec(void *, struct ac97_codec_if *);
582 auich_attach_codec(void *v, struct ac97_codec_if *cif) in auich_attach_codec()
652 struct ac97_codec_if *codec = sc->codec_if; in auich_set_params()
H A Dcs4280.c152 struct ac97_codec_if *codec_if;
218 int cs4280_attach_codec(void *sc, struct ac97_codec_if *);
910 cs4280_attach_codec(void *sc_, struct ac97_codec_if *codec_if) in cs4280_attach_codec()
H A Dauixp.c128 int auixp_attach_codec(void *, struct ac97_codec_if *);
1113 auixp_attach_codec(void *aux, struct ac97_codec_if *codec_if) in auixp_attach_codec()
H A Deap.c138 struct ac97_codec_if *codec_if;
183 int eap1371_attach_codec(void *sc, struct ac97_codec_if *);
637 eap1371_attach_codec(void *sc_, struct ac97_codec_if *codec_if) in eap1371_attach_codec()
H A Dautri.c92 int autri_attach_codec(void *sc, struct ac97_codec_if *);
207 autri_attach_codec(void *sc_, struct ac97_codec_if *codec_if) in autri_attach_codec()
H A Desa.c127 int esa_attach_codec(void *, struct ac97_codec_if *);
1101 esa_attach_codec(void *aux, struct ac97_codec_if *codec_if) in esa_attach_codec()
H A Dyds.c176 int yds_attach_codec(void *sc, struct ac97_codec_if *);
792 yds_attach_codec(void *sc_, struct ac97_codec_if *codec_if) in yds_attach_codec()
H A Demuxki.c186 int emuxki_ac97_attach(void *, struct ac97_codec_if *);
2309 emuxki_ac97_attach(void *arg, struct ac97_codec_if *codecif) in emuxki_ac97_attach()

12