Lines Matching full:file
23 unsigned int DMAbuf_poll(struct file *file, int dev, poll_table *wait);
32 int audio_read (int dev, struct file *file, char __user *buf, int count);
33 int audio_write (int dev, struct file *file, const char __user *buf, int count);
34 int audio_open (int dev, struct file *file);
35 void audio_release (int dev, struct file *file);
36 int audio_ioctl (int dev, struct file *file,
45 int sequencer_read (int dev, struct file *file, char __user *buf, int count);
46 int sequencer_write (int dev, struct file *file, const char __user *buf, int count);
47 int sequencer_open (int dev, struct file *file);
48 void sequencer_release (int dev, struct file *file);
49 int sequencer_ioctl (int dev, struct file *file, unsigned int cmd, void __user *arg);
50 unsigned int sequencer_poll(int dev, struct file *file, poll_table * wait);
65 int MIDIbuf_read (int dev, struct file *file, char __user *buf, int count);
66 int MIDIbuf_write (int dev, struct file *file, const char __user *buf, int count);
67 int MIDIbuf_open (int dev, struct file *file);
68 void MIDIbuf_release (int dev, struct file *file);
69 int MIDIbuf_ioctl (int dev, struct file *file, unsigned int cmd, void __user *arg);
70 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait);