Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/midi/
H A Dmidi.c635 midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in midi_open()
694 midi_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in midi_close()
739 midi_read(struct cdev *i_dev, struct uio *uio, int ioflag) in midi_read()
817 midi_write(struct cdev *i_dev, struct uio *uio, int ioflag) in midi_write()
896 midi_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in midi_ioctl()
903 midi_poll(struct cdev *i_dev, int events, struct thread *td) in midi_poll()
942 midistat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in midistat_open()
963 midistat_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in midistat_close()
978 midistat_read(struct cdev *i_dev, struct uio *uio, int flag) in midistat_read()
H A Dsequencer.c735 mseq_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in mseq_open()
822 mseq_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in mseq_close()
860 mseq_read(struct cdev *i_dev, struct uio *uio, int ioflag) in mseq_read()
938 mseq_write(struct cdev *i_dev, struct uio *uio, int ioflag) in mseq_write()
1125 mseq_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in mseq_ioctl()
1429 mseq_poll(struct cdev *i_dev, int events, struct thread *td) in mseq_poll()
/freebsd-14.2/sys/dev/sound/pcm/
H A Ddsp.c254 dsp_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in dsp_open()
509 dsp_read(struct cdev *i_dev, struct uio *buf, int flag) in dsp_read()
520 dsp_write(struct cdev *i_dev, struct uio *buf, int flag) in dsp_write()
654 dsp_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in dsp_ioctl()
1776 dsp_poll(struct cdev *i_dev, int events, struct thread *td) in dsp_poll()
1819 dsp_mmap(struct cdev *i_dev, vm_ooffset_t offset, vm_paddr_t *paddr, in dsp_mmap()
1832 dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offset, in dsp_mmap_single()
2002 dsp_oss_audioinfo(struct cdev *i_dev, oss_audioinfo *ai, bool ex) in dsp_oss_audioinfo()
2176 dsp_oss_engineinfo(struct cdev *i_dev, oss_audioinfo *ai) in dsp_oss_engineinfo()
H A Dmixer.c1046 mixer_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in mixer_open()
1069 mixer_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in mixer_close()
1202 mixer_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in mixer_ioctl()
1248 mixer_ioctl_cmd(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in mixer_ioctl_cmd()
1427 mixer_oss_mixerinfo(struct cdev *i_dev, oss_mixerinfo *mi) in mixer_oss_mixerinfo()
H A Dsndstat.c147 sndstat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in sndstat_open()
211 sndstat_read(struct cdev *i_dev, struct uio *buf, int flag) in sndstat_read()
249 sndstat_write(struct cdev *i_dev, struct uio *buf, int flag) in sndstat_write()
/freebsd-14.2/contrib/ntp/libntp/
H A Daudio.c132 const char **i_dev /* input device */ in audio_config_read()
/freebsd-14.2/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()