Lines Matching refs:codec_if

500 	struct ac97_codec_if codec_if;  member
997 ac97_restore_shadow(struct ac97_codec_if *codec_if) in ac97_restore_shadow() argument
1004 as = (struct ac97_softc *)codec_if; in ac97_restore_shadow()
1252 as->codec_if.vtbl = &ac97civ; in ac97_attach_type()
1257 if ((error = host_if->attach(host_if->arg, &as->codec_if))) { in ac97_attach_type()
1590 ctl.dev = ac97_get_portnum_by_name(&as->codec_if, in ac97_attach_type()
1592 ac97_mixer_set_port(&as->codec_if, &ctl); in ac97_attach_type()
1596 ctl.dev = ac97_get_portnum_by_name(&as->codec_if, AudioCrecord, in ac97_attach_type()
1598 ac97_mixer_set_port(&as->codec_if, &ctl); in ac97_attach_type()
1605 ctl.dev = ac97_get_portnum_by_name(&as->codec_if, AudioCoutputs, in ac97_attach_type()
1607 ac97_mixer_set_port(&as->codec_if, &ctl); in ac97_attach_type()
1608 ctl.dev = ac97_get_portnum_by_name(&as->codec_if, AudioCoutputs, in ac97_attach_type()
1610 ac97_mixer_set_port(&as->codec_if, &ctl); in ac97_attach_type()
1612 ctl.dev = ac97_get_portnum_by_name(&as->codec_if, AudioCoutputs, in ac97_attach_type()
1614 ac97_mixer_set_port(&as->codec_if, &ctl); in ac97_attach_type()
1615 ctl.dev = ac97_get_portnum_by_name(&as->codec_if, AudioCoutputs, in ac97_attach_type()
1617 ac97_mixer_set_port(&as->codec_if, &ctl); in ac97_attach_type()
1632 ac97_detach(struct ac97_codec_if *codec_if) in ac97_detach() argument
1636 as = (struct ac97_softc *)codec_if; in ac97_detach()
1649 ac97_lock(struct ac97_codec_if *codec_if) in ac97_lock() argument
1653 as = (struct ac97_softc *)codec_if; in ac97_lock()
1661 ac97_unlock(struct ac97_codec_if *codec_if) in ac97_unlock() argument
1665 as = (struct ac97_softc *)codec_if; in ac97_unlock()
1673 ac97_query_devinfo(struct ac97_codec_if *codec_if, mixer_devinfo_t *dip) in ac97_query_devinfo() argument
1679 as = (struct ac97_softc *)codec_if; in ac97_query_devinfo()
1713 ac97_mixer_set_port(struct ac97_codec_if *codec_if, mixer_ctrl_t *cp) in ac97_mixer_set_port() argument
1722 as = (struct ac97_softc *)codec_if; in ac97_mixer_set_port()
1827 ac97_get_portnum_by_name(struct ac97_codec_if *codec_if, const char *class, in ac97_get_portnum_by_name() argument
1833 as = (struct ac97_softc *)codec_if; in ac97_get_portnum_by_name()
1849 ac97_mixer_get_port(struct ac97_codec_if *codec_if, mixer_ctrl_t *cp) in ac97_mixer_get_port() argument
1856 as = (struct ac97_softc *)codec_if; in ac97_mixer_get_port()
1928 ac97_set_rate(struct ac97_codec_if *codec_if, int target, u_int *rate) in ac97_set_rate() argument
1937 as = (struct ac97_softc *)codec_if; in ac97_set_rate()
2030 ac97_set_clock(struct ac97_codec_if *codec_if, unsigned int clock) in ac97_set_clock() argument
2034 as = (struct ac97_softc *)codec_if; in ac97_set_clock()
2042 ac97_get_extcaps(struct ac97_codec_if *codec_if) in ac97_get_extcaps() argument
2046 as = (struct ac97_softc *)codec_if; in ac97_get_extcaps()
2089 si->mixer_class = ac97_get_portnum_by_name(&as->codec_if, si->class, in ac97_add_port()
2092 idx = ac97_get_portnum_by_name(&as->codec_if, si->class, in ac97_add_port()