Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/midi/
H A Dmidi.c634 midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in midi_open()
693 midi_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in midi_close()
738 midi_read(struct cdev *i_dev, struct uio *uio, int ioflag) in midi_read()
816 midi_write(struct cdev *i_dev, struct uio *uio, int ioflag) in midi_write()
895 midi_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, in midi_ioctl()
902 midi_poll(struct cdev *i_dev, int events, struct thread *td) in midi_poll()
941 midistat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in midistat_open()
962 midistat_close(struct cdev *i_dev, int flags, int mode, struct thread *td) in midistat_close()
977 midistat_read(struct cdev *i_dev, struct uio *uio, int flag) in midistat_read()
H A Dsequencer.c739 mseq_open(struct cdev * i_dev,int flags,int mode,struct thread * td) mseq_open() argument
822 mseq_close(struct cdev * i_dev,int flags,int mode,struct thread * td) mseq_close() argument
860 mseq_read(struct cdev * i_dev,struct uio * uio,int ioflag) mseq_read() argument
938 mseq_write(struct cdev * i_dev,struct uio * uio,int ioflag) mseq_write() argument
1125 mseq_ioctl(struct cdev * i_dev,u_long cmd,caddr_t arg,int mode,struct thread * td) mseq_ioctl() argument
1429 mseq_poll(struct cdev * i_dev,int events,struct thread * td) mseq_poll() argument
[all...]
/freebsd/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()
1754 dsp_poll(struct cdev *i_dev, int events, struct thread *td) in dsp_poll()
1797 dsp_mmap(struct cdev *i_dev, vm_ooffset_t offset, vm_paddr_t *paddr, in dsp_mmap()
1810 dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offset, in dsp_mmap_single()
1980 dsp_oss_audioinfo(struct cdev *i_dev, oss_audioinfo *ai, bool ex) in dsp_oss_audioinfo()
2154 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/contrib/ntp/libntp/
H A Daudio.c132 const char **i_dev /* input device */ in audio_config_read() argument
/freebsd/sys/fs/p9fs/
H A Dp9fs.h49 uint32_t i_dev; /* type of device */ member
/freebsd/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()