/dflybsd-src/sys/dev/sound/pcm/ |
H A D | ac97.c | 309 ac97_rdcd(struct ac97_info *codec, int reg) in ac97_rdcd() 330 ac97_wrcd(struct ac97_info *codec, int reg, u_int16_t val) in ac97_wrcd() 336 ac97_reset(struct ac97_info *codec) in ac97_reset() 350 ac97_setrate(struct ac97_info *codec, int which, int rate) in ac97_setrate() 381 ac97_setextmode(struct ac97_info *codec, u_int16_t mode) in ac97_setextmode() 397 ac97_getextmode(struct ac97_info *codec) in ac97_getextmode() 403 ac97_getextcaps(struct ac97_info *codec) in ac97_getextcaps() 409 ac97_getcaps(struct ac97_info *codec) in ac97_getcaps() 415 ac97_getsubvendor(struct ac97_info *codec) in ac97_getsubvendor() 421 ac97_setrecsrc(struct ac97_info *codec, int channel) in ac97_setrecsrc() [all …]
|
H A D | ac97_patch.c | 37 void ad1886_patch(struct ac97_info* codec) in ad1886_patch() 49 void ad198x_patch(struct ac97_info* codec) in ad198x_patch() 60 void ad1981b_patch(struct ac97_info* codec) in ad1981b_patch() 76 void cmi9739_patch(struct ac97_info* codec) in cmi9739_patch() 93 void alc655_patch(struct ac97_info* codec) in alc655_patch()
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | spicds.c | 56 spicds_wrbit(struct spicds_info *codec, int bit) in spicds_wrbit() 76 spicds_wrcd(struct spicds_info *codec, int reg, u_int16_t val) in spicds_wrcd() 142 struct spicds_info *codec; in spicds_create() local 166 spicds_destroy(struct spicds_info *codec) in spicds_destroy() 173 spicds_settype(struct spicds_info *codec, unsigned int type) in spicds_settype() 181 spicds_setcif(struct spicds_info *codec, unsigned int cif) in spicds_setcif() 189 spicds_setformat(struct spicds_info *codec, unsigned int format) in spicds_setformat() 197 spicds_setdvc(struct spicds_info *codec, unsigned int dvc) in spicds_setdvc() 205 spicds_init(struct spicds_info *codec) in spicds_init() 250 spicds_reinit(struct spicds_info *codec) in spicds_reinit() [all …]
|
H A D | envy24.c | 113 struct codec_entry *codec; member 807 envy24_gpio_i2c_ctl(void *codec, unsigned int scl, unsigned int sda) in envy24_gpio_i2c_ctl() 823 i2c_wrbit(void *codec, void (*ctrl)(void*, unsigned int, unsigned int), int bit) in i2c_wrbit() argument 842 i2c_start(void *codec, void (*ctrl)(void*, unsigned int, unsigned int)) in i2c_start() argument 855 i2c_stop(void *codec, void (*ctrl)(void*, unsigned int, unsigned int)) in i2c_stop() argument 868 i2c_ack(void *codec, void (*ctrl)(void*, unsigned int, unsigned int)) in i2c_ack() argument 882 i2c_wr(void *codec, void (*ctrl)(void*, unsigned int, unsigned int), u_int32_t dev, int reg, u_int… in i2c_wr() argument 911 envy24_delta_ak4524_ctl(void *codec, unsigned int cs, unsigned int cclk, unsigned int cdti) in envy24_delta_ak4524_ctl() 961 envy24_delta_ak4524_destroy(void *codec) in envy24_delta_ak4524_destroy() 983 envy24_delta_ak4524_init(void *codec) in envy24_delta_ak4524_init() [all …]
|
H A D | envy24ht.c | 122 struct codec_entry *codec; member 896 envy24ht_spi_ctl(void *codec, unsigned int cs, unsigned int cclk, unsigned int cdti) in envy24ht_spi_ctl() 946 envy24ht_spi_destroy(void *codec) in envy24ht_spi_destroy() 968 envy24ht_spi_init(void *codec) in envy24ht_spi_init() 994 envy24ht_spi_reinit(void *codec) in envy24ht_spi_reinit() 1007 envy24ht_spi_setvolume(void *codec, int dir, unsigned int left, unsigned int right) in envy24ht_spi_setvolume()
|
H A D | aureal.c | 561 struct ac97_info *codec; in au_pci_attach() local
|
H A D | via82c686.c | 86 struct ac97_info *codec; member
|
H A D | maestro.c | 167 struct ac97_info *codec; member 1783 struct ac97_info *codec = NULL; in agg_attach() local
|
H A D | cs4281.c | 762 struct ac97_info *codec = NULL; in cs4281_pci_attach() local
|
H A D | neomagic.c | 667 struct ac97_info *codec = 0; in nm_pci_attach() local
|
H A D | fm801.c | 576 struct ac97_info *codec = 0; in fm801_pci_attach() local
|
H A D | atiixp.c | 120 struct ac97_info *codec; member
|
H A D | t4dwave.c | 831 struct ac97_info *codec = 0; in tr_pci_attach() local
|
H A D | ich.c | 189 struct ac97_info *codec; member
|
H A D | via8233.c | 113 struct ac97_info *codec; member
|
H A D | emu10kx-pcm.c | 104 struct ac97_info *codec; member
|
H A D | es137x.c | 1710 struct ac97_info *codec = NULL; in es_pci_attach() local
|
H A D | emu10k1.c | 2075 struct ac97_info *codec = NULL; in emu_pci_attach() local
|
/dflybsd-src/sys/dev/sound/pci/hda/ |
H A D | hdacc.c | 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 [all …]
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_7zip.c | 122 unsigned long codec; member 260 unsigned long codec; member
|
H A D | archive_write_set_format_7zip.c | 138 unsigned codec; member
|