HomeSort by: relevance | last modified time | path
    Searched refs:ac97_codec_if (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/dev/ic/
ac97var.h 35 struct ac97_codec_if;
51 int (*attach)(void *, struct ac97_codec_if *);
64 int (*mixer_get_port)(struct ac97_codec_if *, mixer_ctrl_t *);
65 int (*mixer_set_port)(struct ac97_codec_if *, mixer_ctrl_t *);
66 int (*query_devinfo)(struct ac97_codec_if *, mixer_devinfo_t *);
67 int (*get_portnum_by_name)(struct ac97_codec_if *, const char *,
75 void (*restore_ports)(struct ac97_codec_if *);
77 u_int16_t (*get_extcaps)(struct ac97_codec_if *);
78 int (*set_rate)(struct ac97_codec_if *, int, u_int *);
79 void (*set_clock)(struct ac97_codec_if *, unsigned int)
91 struct ac97_codec_if { struct
    [all...]
pl041var.h 41 struct ac97_codec_if *sc_ac97_codec;
ac97.c 83 static int ac97_mixer_get_port(struct ac97_codec_if *, mixer_ctrl_t *);
84 static int ac97_mixer_set_port(struct ac97_codec_if *, mixer_ctrl_t *);
85 static void ac97_detach(struct ac97_codec_if *);
86 static void ac97_lock(struct ac97_codec_if *);
87 static void ac97_unlock(struct ac97_codec_if *);
88 static int ac97_query_devinfo(struct ac97_codec_if *, mixer_devinfo_t *);
89 static int ac97_get_portnum_by_name(struct ac97_codec_if *, const char *,
91 static void ac97_restore_shadow(struct ac97_codec_if *);
92 static int ac97_set_rate(struct ac97_codec_if *, int, u_int *);
93 static void ac97_set_clock(struct ac97_codec_if *, unsigned int)
    [all...]
pl041.c 237 aaci_ac97_attach(void *priv, struct ac97_codec_if *codec)
  /src/sys/dev/pci/
auviavar.h 67 struct ac97_codec_if *codec_if;
fmsvar.h 53 struct ac97_codec_if *codec_if;
esmvar.h 168 struct ac97_codec_if *codec_if;
200 int esm_attach_codec(void *, struct ac97_codec_if *);
auixpvar.h 74 struct ac97_codec_if *codec_if;
autrivar.h 49 struct ac97_codec_if *codec_if;
eapvar.h 78 struct ac97_codec_if *codec_if;
esavar.h 115 struct ac97_codec_if *codec_if;
ydsvar.h 53 struct ac97_codec_if *codec_if;
cs428x.h 139 struct ac97_codec_if *codec_if;
174 int cs428x_attach_codec(void *, struct ac97_codec_if *);
emuxkivar.h 151 struct ac97_codec_if *codecif;
cs428x.c 176 cs428x_attach_codec(void *addr, struct ac97_codec_if *codec_if)
auacer.c 109 struct ac97_codec_if *codec_if;
224 static int auacer_attach_codec(void *, struct ac97_codec_if *);
427 auacer_attach_codec(void *v, struct ac97_codec_if *cif)
auvia.c 119 static int auvia_attach_codec(void *, struct ac97_codec_if *);
492 auvia_attach_codec(void *addr, struct ac97_codec_if *cif)
693 struct ac97_codec_if* codec;
neo.c 160 struct ac97_codec_if *codec_if;
195 static int neo_attach_codec(void *, struct ac97_codec_if *);
679 neo_attach_codec(void *v, struct ac97_codec_if *codec_if)
gcscaudio.c 106 struct ac97_codec_if *codec_if;
156 static int gcscaudio_attach_codec(void *, struct ac97_codec_if *);
355 gcscaudio_attach_codec(void *arg, struct ac97_codec_if *codec_if)
fms.c 145 static int fms_attach_codec(void *, struct ac97_codec_if *);
400 fms_attach_codec(void *addr, struct ac97_codec_if *cif)
auich.c 179 struct ac97_codec_if *codec_if;
294 static int auich_attach_codec(void *, struct ac97_codec_if *);
863 auich_attach_codec(void *v, struct ac97_codec_if *cif)
autri.c 91 static int autri_attach_codec(void *, struct ac97_codec_if *);
223 autri_attach_codec(void *sc_, struct ac97_codec_if *codec_if)
auixp.c 181 static int auixp_attach_codec(void *, struct ac97_codec_if *);
1334 auixp_attach_codec(void *aux, struct ac97_codec_if *codec_if)
  /src/sys/arch/amiga/dev/
repulse.c 66 int repac_attach(void *, struct ac97_codec_if *);
176 struct ac97_codec_if *sc_codec_if;
408 repac_attach(void *arg, struct ac97_codec_if *acip)
  /src/sys/arch/arm/xscale/
pxa2x0_ac97.c 103 struct ac97_codec_if *sc_codec_if;
120 static int acu_codec_attach(void *, struct ac97_codec_if *);
337 acu_codec_attach(void *arg, struct ac97_codec_if *aci)

Completed in 92 milliseconds

1 2