Lines Matching defs:codec
63 #define hdacc_lock(codec) snd_mtxlock((codec)->lock) argument
64 #define hdacc_unlock(codec) snd_mtxunlock((codec)->lock) argument
65 #define hdacc_lockassert(codec) snd_mtxassert((codec)->lock) argument
66 #define hdacc_lockowned(codec) mtx_owned((codec)->lock) argument
407 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_attach() local
463 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_detach() local
508 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_probe_nomatch() local
556 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_get_mtx() local
572 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_stream_alloc() local
585 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_stream_free() local
624 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_stream_intr() local
634 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_unsol_alloc() local
654 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_unsol_free() local
664 struct hdacc_softc *codec = device_get_softc(dev); in hdacc_unsol_intr() local