Lines Matching defs:file
21 * This file is subject to the terms and conditions of the GNU General Public
22 * License. See the file COPYING in the main directory of this archive
183 static ssize_t dsp56k_read(struct file *file, char __user *buf, size_t count,
186 struct inode *inode = file_inode(file);
246 static ssize_t dsp56k_write(struct file *file, const char __user *buf, size_t count,
249 struct inode *inode = file_inode(file);
308 static long dsp56k_ioctl(struct file *file, unsigned int cmd,
311 int dev = iminor(file_inode(file)) & 0x0f;
411 static __poll_t dsp56k_poll(struct file *file, poll_table *wait)
413 int dev = iminor(file_inode(file)) & 0x0f;
418 /* poll_wait(file, ???, wait); */
428 static int dsp56k_open(struct inode *inode, struct file *file)
464 static int dsp56k_release(struct inode *inode, struct file *file)