/dflybsd-src/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 50 #define hdaa_lock(devinfo) snd_mtxlock((devinfo)->lock) argument 51 #define hdaa_unlock(devinfo) snd_mtxunlock((devinfo)->lock) argument 52 #define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock) argument 53 #define hdaa_lockowned(devinfo) mtx_owned((devinfo)->lock) argument 200 hdaa_audio_ctl_each(struct hdaa_devinfo *devinfo, int *index) in hdaa_audio_ctl_each() 211 hdaa_audio_ctl_amp_get(struct hdaa_devinfo *devinfo, nid_t nid, int dir, in hdaa_audio_ctl_amp_get() 267 struct hdaa_devinfo *devinfo = pdevinfo->devinfo; in hdaa_channels_handler() local 381 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_hpredir_handler() local 496 struct hdaa_devinfo *devinfo; in hdaa_autorecsrc_handler() local 566 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_presence_handler() local [all …]
|
H A D | hdaa_patches.c | 440 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_widget_patch() local 515 hdaa_patch(struct hdaa_devinfo *devinfo) in hdaa_patch() 740 hdaa_patch_direct(struct hdaa_devinfo *devinfo) in hdaa_patch_direct()
|
H A D | hdaa.h | 113 struct hdaa_devinfo *devinfo; member 171 struct hdaa_devinfo *devinfo; member 225 struct hdaa_devinfo *devinfo; member 260 #define hdaa_codec_id(devinfo) \ argument 264 #define hdaa_card_id(devinfo) \ argument
|
/dflybsd-src/lib/libdevstat/ |
H A D | devstat.h | 69 struct devinfo { struct 77 struct devinfo *dinfo; argument
|
/dflybsd-src/sys/gnu/dev/sound/pci/hda/ |
H A D | hda_acer_c720_patch.c | 42 hdaa_patch_direct_acer_c720(struct hdaa_devinfo *devinfo) in hdaa_patch_direct_acer_c720()
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | spicds.c | 44 void *devinfo; member 140 spicds_create(device_t dev, void *devinfo, int num, spicds_ctrl ctrl) in spicds_create()
|
H A D | emu10kx-pcm.c | 628 emu_erdcd(kobj_t obj __unused, void *devinfo, int regno) in emu_erdcd() 636 emu_ewrcd(kobj_t obj __unused, void *devinfo, int regno, uint32_t data) in emu_ewrcd() 653 emu_rdcd(kobj_t obj __unused, void *devinfo, int regno) in emu_rdcd() 665 emu_wrcd(kobj_t obj __unused, void *devinfo, int regno, uint32_t data) in emu_wrcd() 706 emupchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emupchan_init() 858 emurchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emurchan_init() 1038 emufxrchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int … in emufxrchan_init()
|
H A D | neomagic.c | 225 nm_initcd(kobj_t obj, void *devinfo) in nm_initcd() 246 nm_rdcd(kobj_t obj, void *devinfo, int regno) in nm_rdcd() 262 nm_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in nm_wrcd() 350 nmchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in nmchan_init()
|
H A D | t4dwave.c | 179 tr_rdcd(kobj_t obj, void *devinfo, int regno) in tr_rdcd() 238 tr_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in tr_wrcd() 506 trpchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in trpchan_init() 615 trrchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in trrchan_init()
|
H A D | cs4281.c | 255 cs4281_rdcd(kobj_t obj, void *devinfo, int regno) in cs4281_rdcd() 289 cs4281_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in cs4281_wrcd() 320 cs4281chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in cs4281chan_init()
|
H A D | ich.c | 246 ich_waitcd(void *devinfo) in ich_waitcd() 265 ich_rdcd(kobj_t obj, void *devinfo, int regno) in ich_rdcd() 276 ich_wrcd(kobj_t obj, void *devinfo, int regno, uint32_t data) in ich_wrcd() 368 ichchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in ichchan_init()
|
H A D | fm801.c | 211 fm801_rdcd(kobj_t obj, void *devinfo, int regno) in fm801_rdcd() 241 fm801_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in fm801_wrcd() 331 fm801ch_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in fm801ch_init()
|
H A D | atiixp.c | 376 atiixp_rdcd(kobj_t obj, void *devinfo, int reg) in atiixp_rdcd() 408 atiixp_wrcd(kobj_t obj, void *devinfo, int reg, uint32_t data) in atiixp_wrcd() 435 atiixp_chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, in atiixp_chan_init()
|
H A D | via8233.c | 657 via8233wr_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, in via8233wr_init() 688 via8233dxs_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, in via8233dxs_init() 725 via8233msgd_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, in via8233msgd_init()
|
/dflybsd-src/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 93 struct fw_devinfo *devinfo; in list_dev() local 218 struct fw_devinfo *devinfo; in set_pri_req() local
|
/dflybsd-src/stand/boot/efi/boot1/ |
H A D | boot1.c | 493 dev_info_t *devinfo; in probe_handle() local 724 add_device(dev_info_t **devinfop, dev_info_t *devinfo) in add_device()
|
H A D | ufs_module.c | 45 static dev_info_t *devinfo; variable
|
/dflybsd-src/sys/dev/sound/pcm/ |
H A D | sound.c | 485 …ruct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, void *devinfo) in pcm_chn_create() 695 pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo) in pcm_addchan() 1016 pcm_register(device_t dev, void *devinfo, int numplay, int numrec) in pcm_register()
|
H A D | mixer.c | 53 void *devinfo; member 613 mixer_obj_create(device_t dev, kobj_class_t cls, void *devinfo, in mixer_obj_create() 674 mixer_create(device_t dev, kobj_class_t cls, void *devinfo, const char *desc) in mixer_create() 687 mixer_init(device_t dev, kobj_class_t cls, void *devinfo) in mixer_init()
|
H A D | ac97.h | 87 #define AC97_CREATE(dev, devinfo, cls) ac97_create(dev, devinfo, &cls ## _class) argument
|
H A D | ac97.c | 60 void *devinfo; member 826 ac97_create(device_t dev, void *devinfo, kobj_class_t cls) in ac97_create()
|
/dflybsd-src/sys/dev/raid/mps/ |
H A D | mps_table.c | 187 mps_describe_devinfo(uint32_t devinfo, char *string, int len) in mps_describe_devinfo()
|
H A D | mps_sas.h | 44 uint32_t devinfo; member
|
/dflybsd-src/sys/dev/raid/mpr/ |
H A D | mpr_table.c | 260 mpr_describe_devinfo(uint32_t devinfo, char *string, int len) in mpr_describe_devinfo()
|
/dflybsd-src/sys/bus/u4b/audio/ |
H A D | uaudio_pcm.c | 40 ua_chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in ua_chan_init()
|