Searched defs:i_dev (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dsndstat.c109 sndstat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
143 sndstat_read(struct cdev *i_dev, struct uio *buf, int flag) argument
181 sndstat_write(struct cdev *i_dev, struct uio *buf, int flag) argument
H A Dmixer.c1046 mixer_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
1069 mixer_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
1202 mixer_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, argument
1248 mixer_ioctl_cmd(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td, int from) argument
1397 mixer_oss_mixerinfo(struct cdev *i_dev, oss_mixerinfo *mi) argument
[all...]
H A Ddsp.c451 dsp_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
701 dsp_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
819 dsp_io_ops(struct cdev *i_dev, struct uio *buf) argument
895 dsp_read(struct cdev *i_dev, struct uio *buf, int flag) argument
901 dsp_write(struct cdev *i_dev, struct uio *buf, int flag) argument
1070 dsp_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
2171 dsp_poll(struct cdev *i_dev, int events, struct thread *td) argument
2211 dsp_mmap(struct cdev *i_dev, vm_ooffset_t offset, vm_paddr_t *paddr, int nprot, vm_memattr_t *memattr) argument
2224 dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offset, vm_size_t size, struct vm_object **object, int nprot) argument
2558 dsp_oss_audioinfo(struct cdev *i_dev, oss_audioinfo *ai) argument
[all...]
/freebsd-13-stable/sys/dev/sound/midi/
H A Dmidi.c623 midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
682 midi_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
727 midi_read(struct cdev *i_dev, struct uio *uio, int ioflag) argument
805 midi_write(struct cdev *i_dev, struct uio *uio, int ioflag) argument
884 midi_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
891 midi_poll(struct cdev *i_dev, int events, struct thread *td) argument
930 midistat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
955 midistat_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
970 midistat_read(struct cdev *i_dev, struct uio *uio, int flag) argument
[all...]
H A Dsequencer.c742 mseq_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
825 mseq_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
863 mseq_read(struct cdev *i_dev, struct uio *uio, int ioflag) argument
941 mseq_write(struct cdev *i_dev, struct uio *uio, int ioflag) argument
1128 mseq_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
1432 mseq_poll(struct cdev *i_dev, int events, struct thread *td) argument
[all...]
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c2186 emu10kx_open(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused) argument
2215 emu10kx_close(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused) argument
2234 emu10kx_read(struct cdev *i_dev, struct uio *buf, int flag __unused) argument

Completed in 77 milliseconds