Home
last modified time | relevance | path

Searched defs:i_dev (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/sound/midi/
H A Dmidi.c258 midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in midi_open()
310 midi_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in midi_close()
347 midi_read(struct cdev *i_dev, struct uio *uio, int ioflag) in midi_read()
416 midi_write(struct cdev *i_dev, struct uio *uio, int ioflag) in midi_write()
486 midi_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in midi_ioctl()
493 midi_poll(struct cdev *i_dev, int events, struct thread *td) in midi_poll()
/src/sys/dev/sound/pcm/
H A Ddsp.c350 dsp_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in dsp_open()
517 dsp_read(struct cdev *i_dev, struct uio *buf, int flag) in dsp_read()
528 dsp_write(struct cdev *i_dev, struct uio *buf, int flag) in dsp_write()
693 dsp_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in dsp_ioctl()
1860 dsp_poll(struct cdev *i_dev, int events, struct thread *td) in dsp_poll()
1903 dsp_mmap(struct cdev *i_dev, vm_ooffset_t offset, vm_paddr_t *paddr, in dsp_mmap()
1916 dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offset, in dsp_mmap_single()
2086 dsp_oss_audioinfo(struct cdev *i_dev, oss_audioinfo *ai, bool ex) in dsp_oss_audioinfo()
2263 dsp_oss_engineinfo(struct cdev *i_dev, oss_audioinfo *ai) in dsp_oss_engineinfo()
H A Dmixer.c1015 mixer_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in mixer_open()
1032 mixer_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in mixer_close()
1156 mixer_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in mixer_ioctl()
1202 mixer_ioctl_cmd(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in mixer_ioctl_cmd()
1377 mixer_oss_mixerinfo(struct cdev *i_dev, oss_mixerinfo *mi) in mixer_oss_mixerinfo()
/src/contrib/ntp/libntp/
H A Daudio.c132 const char **i_dev /* input device */ in audio_config_read()
/src/sys/dev/sound/
H A Dsndstat.c145 sndstat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in sndstat_open()
209 sndstat_read(struct cdev *i_dev, struct uio *buf, int flag) in sndstat_read()
247 sndstat_write(struct cdev *i_dev, struct uio *buf, int flag) in sndstat_write()
/src/sys/fs/p9fs/
H A Dp9fs.h49 uint32_t i_dev; /* type of device */ member
/src/sys/dev/sound/pci/
H A Demu10kx.c2181 emu10kx_open(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused) in emu10kx_open()
2210 emu10kx_close(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused) in emu10kx_close()
2229 emu10kx_read(struct cdev *i_dev, struct uio *buf, int flag __unused) in emu10kx_read()